Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dmodprobe.c52 #define MOD_NDDEPS 0x0008 macro
256 if (modent->flags & MOD_NDDEPS) { in config_action()
257 modent->flags &= ~MOD_NDDEPS; in config_action()
261 if (!(modent->flags & MOD_NDDEPS)) { in config_action()
262 modent->flags |= MOD_NDDEPS; in config_action()
330 if ((mod->flags & MOD_NDDEPS) && (!mod->dep)) { in find_dep()
406 mod->flags |= MOD_NDDEPS; in add_mod()