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

/external/toybox/toys/pending/
H A Dmodprobe.c48 #define MOD_BLACKLIST 0x0002 macro
277 get_mod(tokens[1], 1)->flags |= MOD_BLACKLIST;
552 if (!(flags & FLAG_b) || !(module->flags & MOD_BLACKLIST))
562 if (!(m2->flags & MOD_BLACKLIST)

Completed in 108 milliseconds