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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/hotplug2/
H A Dhotplug2.c46 char *modprobe_command = NULL; variable
331 execl(modprobe_command, modprobe_command, "-q", modalias, NULL);
346 ERROR("modprobe_command","Unable to fork.");
372 modprobe_command = "/sbin/modprobe";
374 modprobe_command = "/sbin/hotplug2-depwrap";
437 modprobe_command = *argv;
480 } else if (!modprobe_command)
482 if (dumb && !modprobe_command)
486 ERROR("modprobe_command","Unabl
[all...]

Completed in 107 milliseconds