Searched refs:modname (Results 1 – 2 of 2) sorted by relevance
75 static int rmmod(const char *modname) { in rmmod() argument80 ret = delete_module(modname, O_NONBLOCK | O_EXCL); in rmmod()88 PLOG(DEBUG) << "Unable to unload driver module '" << modname << "'"; in rmmod()
60 String modname = "";62 modname = modname.concat(s + ".");65 Log.d(LOG_TAG, "error for " + modname + " is " + error);