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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 93 milliseconds