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

/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_impl.h54 #define S_DEVICES "/devices" macro
H A Dhotplugd_info.c377 devices_len = strlen(S_DEVICES);
379 if (strncmp(path, S_DEVICES, devices_len) == 0)
H A Dhotplugd_rcm.c675 (void) strlcpy(path, &tmp[strlen(S_DEVICES)], MAXPATHLEN);

Completed in 82 milliseconds