Home
last modified time | relevance | path

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); in base_path()
379 if (strncmp(path, S_DEVICES, devices_len) == 0) in base_path()
H A Dhotplugd_rcm.c675 (void) strlcpy(path, &tmp[strlen(S_DEVICES)], MAXPATHLEN); in rsrc2path()