Searched refs:DEVICES (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_rcm.c | 36 #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 D | sysfiles.h | 31 #define DEVICES "/etc/uucp/Devices" macro
|
H A D | uucheck.c | 81 "DEVICES", DEVICES ,
|
H A D | sysfiles.c | 182 Devices[0] = strsave(DEVICES);
|
/titanic_44/usr/src/lib/libnsl/dial/ |
H A D | sysfiles.h | 43 #define DEVICES (const char *)"/etc/uucp/Devices" macro
|
H A D | sysfiles.c | 211 Devices[0] = strsave(DEVICES); in scansys()
|
/titanic_44/usr/src/cmd/devfsadm/ |
H A D | cfg_link.h | 86 #define DEVICES "/devices" macro
|
H A D | devfsadm_impl.h | 86 #define DEVICES "/devices" macro
|
H A D | devfsadm.c | 150 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 D | x86pi_bay.c | 39 #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 D | pi_bay.c | 43 #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 D | devfsinfo.c | 71 #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 D | THIRDPARTYLICENSE.amd8111s | 22 * DISCLAIMED. IN NO EVENT SHALL ADVANCED MICRO DEVICES, INC. OR
|
/titanic_44/usr/src/cmd/fs.d/ |
H A D | mount.c | 76 #define DEVICES 6 macro 689 case DEVICES: in flags()
|