Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dmodprobe.c349 static int rm_mod(char *modules, uint32_t flags) in rm_mod() function
455 if ((rc = rm_mod(m2->name, O_EXCL))) { in go_probe()
514 if (rm_mod(NULL, O_NONBLOCK | O_EXCL)) perror_exit("rmmod"); in modprobe_main()