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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Dprocess.c125 char sys_path[128]; local
127 snprintf(sys_path, sizeof(sys_path), "/sys/module/%s", module);
128 return d_exists(sys_path);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Dprocess.c125 char sys_path[128]; local
127 snprintf(sys_path, sizeof(sys_path), "/sys/module/%s", module);
128 return d_exists(sys_path);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Dprocess.c125 char sys_path[128]; local
127 snprintf(sys_path, sizeof(sys_path), "/sys/module/%s", module);
128 return d_exists(sys_path);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libusb10/libusb/os/
H A Ddarwin_usb.h122 char sys_path[21]; member in struct:darwin_device_priv
H A Ddarwin_usb.c529 snprintf(priv->sys_path, 20, "%03i-%04x-%04x-%02x-%02x", address, idVendor, idProduct, bDeviceClass, bDeviceSubClass);
544 usbi_info (ctx, "found device with address %d at %s", dev->device_address, priv->sys_path);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libusb10/libusb/os/
H A Ddarwin_usb.h122 char sys_path[21]; member in struct:darwin_device_priv
H A Ddarwin_usb.c529 snprintf(priv->sys_path, 20, "%03i-%04x-%04x-%02x-%02x", address, idVendor, idProduct, bDeviceClass, bDeviceSubClass);
544 usbi_info (ctx, "found device with address %d at %s", dev->device_address, priv->sys_path);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libusb10/libusb/os/
H A Ddarwin_usb.h122 char sys_path[21]; member in struct:darwin_device_priv
H A Ddarwin_usb.c529 snprintf(priv->sys_path, 20, "%03i-%04x-%04x-%02x-%02x", address, idVendor, idProduct, bDeviceClass, bDeviceSubClass);
544 usbi_info (ctx, "found device with address %d at %s", dev->device_address, priv->sys_path);

Completed in 191 milliseconds