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

/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.h43 #define DEVICES (const char *)"/etc/uucp/Devices" macro
/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.h31 #define DEVICES "/etc/uucp/Devices" macro
/illumos-gate/usr/src/cmd/devfsadm/
H A Dcfg_link.h86 #define DEVICES "/devices" macro
H A Ddevfsadm_impl.h86 #define DEVICES "/devices" macro
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bay.c39 #define DEVICES "/devices" macro
136 (void) snprintf(ap_path, MAXPATHLEN, "%s%s:%s", DEVICES,
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_bay.c43 #define DEVICES "/devices" macro
143 (void) snprintf(ap_path, MAXPATHLEN, "%s%s", DEVICES,
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rcm.c36 #define DEVICES "/devices" macro
215 if (strstr(rsrc_fixed, DEVICES) != NULL)
216 rsrc_devpath += strlen(DEVICES);
308 if (strstr(rsrc_fixed, DEVICES) != NULL)
309 rsrc_devpath += strlen(DEVICES);
452 (void) snprintf(disk_path, MAXPATHLEN, "%s%s", DEVICES, devfs_path);
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c71 #define DEVICES "/devices" macro
996 (void) snprintf(path, sizeof (path), "%s%s%s", root, DEVICES, dev_path);
1041 (void) snprintf(path, sizeof (path), "%s%s%s", root, DEVICES, dev_path);
1223 if ((name = strstr(link_buf, DEVICES)) == NULL) {
1226 name = (char *)(name + strlen(DEVICES));
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c78 #define DEVICES 6 macro
682 case DEVICES:

Completed in 56 milliseconds