Lines Matching refs:fn
443 char *fn, *options; in do_modprobe() local
446 fn = llist_pop(&m->deps); /* we leak it */ in do_modprobe()
447 m2 = get_or_add_modentry(bb_get_last_path_component_nostrip(fn)); in do_modprobe()
479 CONFIG_DEFAULT_MODULES_DIR, G.uts.release, fn, in do_modprobe()
486 DBG("%s is already loaded, skipping", fn); in do_modprobe()
491 rc = bb_init_module(fn, options); in do_modprobe()
492 DBG("loaded %s '%s', rc:%d", fn, options, rc); in do_modprobe()
499 fn, in do_modprobe()
674 char *fn = is_prefixed_with(substr, "blacklist="); in modprobe_main() local
675 if (!fn) in modprobe_main()
677 while ((substr = strsep(&fn, ",")) != NULL) { in modprobe_main()