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

/external/toybox/toys/pending/
H A Dmodprobe.c50 #define MOD_NDDEPS 0x0008 macro
260 if (modent->flags & MOD_NDDEPS) {
261 modent->flags &= ~MOD_NDDEPS;
265 if (!(modent->flags & MOD_NDDEPS)) {
266 modent->flags |= MOD_NDDEPS;
333 if ((mod->flags & MOD_NDDEPS) && (!mod->dep)) {
399 mod->flags |= MOD_NDDEPS;

Completed in 81 milliseconds