Home
last modified time | relevance | path

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

/busybox-1.35.0/modutils/
Dmodprobe.c209 static struct module_entry *get_or_add_modentry(const char *module) in get_or_add_modentry() function
218 m = get_or_add_modentry(name); in add_probe()
301 m = get_or_add_modentry(rmod); in config_file_action()
311 m = get_or_add_modentry(tokens[1]); in config_file_action()
320 get_or_add_modentry(tokens[1])->flags |= MODULE_FLAG_BLACKLISTED; in config_file_action()
447 m2 = get_or_add_modentry(bb_get_last_path_component_nostrip(fn)); in do_modprobe()
628 get_or_add_modentry(s)->flags |= MODULE_FLAG_LOADED; in modprobe_main()
634 get_or_add_modentry(bb_basename(s))->flags |= MODULE_FLAG_BUILTIN; in modprobe_main()
679 get_or_add_modentry(substr)->flags |= MODULE_FLAG_BLACKLISTED; in modprobe_main()
707 m2 = get_or_add_modentry(realname); in modprobe_main()