Searched defs:SLASH_DEVICES_SLASH (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsmap.c66 #define SLASH_DEVICES_SLASH "/devices/" macro
1508 SLASH_DEVICES_SLASH)) == NULL)
1512 } else if (strncmp(vfsent.vfs_special, SLASH_DEVICES_SLASH,
1513 sizeof (SLASH_DEVICES_SLASH) - 1) == 0) {
1521 abspath += sizeof (SLASH_DEVICES_SLASH) - 2;
1659 if ((p = strstr(physdev, SLASH_DEVICES_SLASH)) !=
1697 if (strncmp(devname, SLASH_DEVICES_SLASH,
1698 sizeof (SLASH_DEVICES_SLASH) - 1) != 0) {
1708 if ((p = strstr(tmpphyspath, SLASH_DEVICES_SLASH))

Completed in 57 milliseconds