Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dmodprobe.c346 static int rm_mod(char *modules, unsigned flags) in rm_mod() function
448 if ((rc = rm_mod(m2->name, O_EXCL))) { in go_probe()
501 if (rm_mod(0, O_NONBLOCK|O_EXCL)) perror_exit("rmmod"); in modprobe_main()