Searched refs:DEVICES (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libnsl/dial/
H A Dsysfiles.h43 #define DEVICES (const char *)"/etc/uucp/Devices" macro
H A Dsysfiles.c211 Devices[0] = strsave(DEVICES);
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay.h57 #define DEVICES "/devices" macro
H A Dbay_subr.c172 (void) snprintf(path, MAXPATHLEN, "%s%s", DEVICES, devfs_path);
/osnet-11/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);
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_bay.c40 #define DEVICES "/devices" macro
138 (void) snprintf(ap_path, MAXPATHLEN, "%s%s:%s", DEVICES,
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_bay.c44 #define DEVICES "/devices" macro
163 (void) snprintf(ap_path, MAXPATHLEN, "%s%s", DEVICES,
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c77 #define DEVICES "/devices" macro
1425 (void) snprintf(path, sizeof (path), "%s%s%s", root, DEVICES, dev_path);
1470 (void) snprintf(path, sizeof (path), "%s%s%s", root, DEVICES, dev_path);
1652 if ((name = strstr(link_buf, DEVICES)) == NULL) {
1655 name = (char *)(name + strlen(DEVICES));

Completed in 138 milliseconds