Home
last modified time | relevance | path

Searched refs:DEVICES (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_rcm.c36 #define DEVICES "/devices" macro
215 if (strstr(rsrc_fixed, DEVICES) != NULL) in fp_rcm_suspend()
216 rsrc_devpath += strlen(DEVICES); in fp_rcm_suspend()
308 if (strstr(rsrc_fixed, DEVICES) != NULL) in fp_rcm_resume()
309 rsrc_devpath += strlen(DEVICES); in fp_rcm_resume()
452 (void) snprintf(disk_path, MAXPATHLEN, "%s%s", DEVICES, devfs_path); in fp_rcm_process_node()
/titanic_44/usr/src/cmd/bnu/
H A Dsysfiles.h31 #define DEVICES "/etc/uucp/Devices" macro
H A Duucheck.c81 "DEVICES", DEVICES ,
H A Dsysfiles.c182 Devices[0] = strsave(DEVICES);
/titanic_44/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); in scansys()
/titanic_44/usr/src/cmd/devfsadm/
H A Dcfg_link.h86 #define DEVICES "/devices" macro
H A Ddevfsadm_impl.h86 #define DEVICES "/devices" macro
H A Ddevfsadm.c150 static char *devices_dir = DEVICES;
4629 rv = (stat(ptr - strlen(DEVICES), &sb) == -1); in resolve_link()
7096 len = strlen(dir) + strlen(DEVICES) + 1; in set_root_devices_dev_dir()
7098 (void) snprintf(devices_dir, len, "%s%s", root_dir, DEVICES); in set_root_devices_dev_dir()
/titanic_44/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, in bay_pgroups()
/titanic_44/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, in pi_bay_pgroups()
/titanic_44/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); in process_minor_name()
1041 (void) snprintf(path, sizeof (path), "%s%s%s", root, DEVICES, dev_path); in process_minor_name()
1223 if ((name = strstr(link_buf, DEVICES)) == NULL) { in check_logical_dev()
1226 name = (char *)(name + strlen(DEVICES)); in check_logical_dev()
/titanic_44/usr/src/uts/intel/io/amd8111s/
H A DTHIRDPARTYLICENSE.amd8111s22 * DISCLAIMED. IN NO EVENT SHALL ADVANCED MICRO DEVICES, INC. OR
/titanic_44/usr/src/cmd/fs.d/
H A Dmount.c76 #define DEVICES 6 macro
689 case DEVICES: in flags()