Home
last modified time | relevance | path

Searched refs:rmod (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/modutils/
Dmodprobe.c283 char *rmod; in config_file_action() local
293 rmod = filename2modname(tokens[2], NULL); in config_file_action()
294 llist_add_to(&m->realnames, rmod); in config_file_action()
301 m = get_or_add_modentry(rmod); in config_file_action()