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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudevd.h69 char *physdevpath; member in struct:udevd_uevent_msg
H A Dudevd.c496 if (msg->physdevpath && msg->action && strcmp(msg->action, "add") == 0)
497 if (compare_devpath(loop_msg->devpath, msg->physdevpath) != 0) {
519 if (msg->physdevpath && msg->action && strcmp(msg->action, "add") == 0)
520 if (compare_devpath(loop_msg->devpath, msg->physdevpath) != 0) {
608 msg->physdevpath = &key[12];
621 if (msg->driver == NULL && msg->physdevpath == NULL && physdevdriver_key != NULL) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dusb_hotplug.c771 char *physdevpath; local
775 if ((physdevpath = getenv("PHYSDEVPATH")) == NULL)
781 tok = strtok(physdevpath, "/");

Completed in 169 milliseconds