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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Dhotplug_usb2.c122 char *strPos1 = NULL, *strPos2 = NULL; local
125 if ((strPos1 = strstr(pDevPath, "/usb")) != NULL)
127 sscanf(strPos1, "/usb%s", buf);
132 if((strPos1 = strstr(pDevPath, "/usb1/1-")) != NULL)
133 sscanf(strPos1, "/usb1/1-%s", buf);
134 else if((strPos1 = strstr(pDevPath, "/usb3/3-")) != NULL)
135 sscanf(strPos1, "/usb3/3-%s", buf);
137 if ((strPos1 = strstr(pDevPath, "/host")) != NULL)
139 sscanf(strPos1, "/host%s", buf);
157 char *strPos1 local
228 char *strPos1 = NULL, *strPos2 = NULL; local
[all...]

Completed in 59 milliseconds