Home
last modified time | relevance | path

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

/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) 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()
/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.h31 #define DEVICES "/etc/uucp/Devices" macro
H A Duucheck.c78 "DEVICES", DEVICES ,
H A Dsysfiles.c182 Devices[0] = strsave(DEVICES);
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.h41 #define DEVICES (const char *)"/etc/uucp/Devices" macro
H A Dsysfiles.c211 Devices[0] = strsave(DEVICES); in scansys()
/illumos-gate/usr/src/cmd/devfsadm/
H A Dcfg_link.h90 #define DEVICES "/devices" macro
H A Ddevfsadm_impl.h86 #define DEVICES "/devices" macro
H A Ddevfsadm.c153 static char *devices_dir = DEVICES;
4642 rv = (stat(ptr - strlen(DEVICES), &sb) == -1); in resolve_link()
7110 len = strlen(dir) + strlen(DEVICES) + 1; in set_root_devices_dev_dir()
7112 (void) snprintf(devices_dir, len, "%s%s", root_dir, DEVICES); in set_root_devices_dev_dir()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bay.c41 #define DEVICES "/devices" macro
145 (void) snprintf(ap_path, MAXPATHLEN, "%s%s:%s", DEVICES, in bay_pgroups()
/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); 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()
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A DTHIRDPARTYLICENSE.amd8111s22 * DISCLAIMED. IN NO EVENT SHALL ADVANCED MICRO DEVICES, INC. OR
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c76 #define DEVICES 6 macro
680 case DEVICES: in flags()