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

/external/toybox/toys/pending/
H A Dmodprobe.c352 static int rm_mod(char *modules, uint32_t flags) function
448 if ((rc = rm_mod(m2->name, O_EXCL))) {
505 if (rm_mod(NULL, O_NONBLOCK | O_EXCL)) perror_exit("rmmod");

Completed in 43 milliseconds