Symbol: DEVICES_DIR
usr/src/lib/cfgadm_plugins/fp/common/cfga_cs.c
1131
sprintf(pathname, "%s%s/%s@w%s,%x", DEVICES_DIR, node_path,
usr/src/lib/cfgadm_plugins/fp/common/cfga_cs.c
1291
sprintf(pathname, "%s%s", DEVICES_DIR, node_path);
usr/src/lib/cfgadm_plugins/fp/common/cfga_cs.c
1439
if (strncmp(pathname, DEVICES_DIR, strlen(DEVICES_DIR))) {
usr/src/lib/cfgadm_plugins/fp/common/cfga_cs.c
1464
ptr = pathname + strlen(DEVICES_DIR);
usr/src/lib/cfgadm_plugins/fp/common/cfga_cs.c
545
pathname_ptr = pathname + strlen(DEVICES_DIR);
usr/src/lib/cfgadm_plugins/fp/common/cfga_cs.c
553
vhci_path_ptr = vhci_path + strlen(DEVICES_DIR);
usr/src/lib/cfgadm_plugins/fp/common/cfga_cvt.c
216
if (strncmp(devfs_phys, DEVICES_DIR SLASH, strlen(DEVICES_DIR) +
usr/src/lib/cfgadm_plugins/fp/common/cfga_cvt.c
218
cp = devfs_phys + strlen(DEVICES_DIR);
usr/src/lib/cfgadm_plugins/fp/common/cfga_cvt.c
398
devlen = strlen(DEVICES_DIR) +
usr/src/lib/cfgadm_plugins/fp/common/cfga_cvt.c
406
"%s%s", DEVICES_DIR, path_name);
usr/src/lib/cfgadm_plugins/fp/common/cfga_cvt.c
484
devlen = strlen(DEVICES_DIR) + strlen(path_name) + 1;
usr/src/lib/cfgadm_plugins/fp/common/cfga_cvt.c
491
(void) snprintf(pathp, devlen, "%s%s", DEVICES_DIR, path_name);
usr/src/lib/cfgadm_plugins/fp/common/cfga_cvt.c
770
devlen = strlen(DEVICES_DIR) + strlen(path_name) + 1;
usr/src/lib/cfgadm_plugins/fp/common/cfga_cvt.c
776
"%s%s", DEVICES_DIR, path_name);
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
1225
len = strlen(DEVICES_DIR) + strlen(devfsp) + 1;
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
1235
(void) snprintf(nodepath, len, "%s%s", DEVICES_DIR, devfsp);
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
1354
len = strlen(DEVICES_DIR) + strlen(devfsp) + 1;
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
1364
(void) snprintf(nodepath, len, "%s%s", DEVICES_DIR, devfsp);
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
2897
devlen = strlen(DEVICES_DIR) + strlen(client_path) + 1;
usr/src/lib/cfgadm_plugins/fp/common/cfga_list.c
2904
(void) snprintf(devpath, devlen, "%s%s", DEVICES_DIR, client_path);
usr/src/lib/cfgadm_plugins/fp/common/cfga_utils.c
517
len = strlen(DEVICES_DIR);
usr/src/lib/cfgadm_plugins/fp/common/cfga_utils.c
518
if (strncmp(root_path, DEVICES_DIR SLASH,
usr/src/lib/cfgadm_plugins/scsi/common/cfga_ctl.c
1464
len = strlen(path) + sizeof (DEVICES_DIR);
usr/src/lib/cfgadm_plugins/scsi/common/cfga_ctl.c
1470
(void) snprintf(p, len, "%s%s", DEVICES_DIR, path);
usr/src/lib/cfgadm_plugins/scsi/common/cfga_ctl.c
725
bus_path = apidp->hba_phys + strlen(DEVICES_DIR);
usr/src/lib/cfgadm_plugins/scsi/common/cfga_ctl.c
752
dev_path = apidp->path + strlen(DEVICES_DIR);
usr/src/lib/cfgadm_plugins/scsi/common/cfga_cvt.c
319
len = strlen(DEVICES_DIR);
usr/src/lib/cfgadm_plugins/scsi/common/cfga_cvt.c
320
if (strncmp(root_path, DEVICES_DIR SLASH,
usr/src/lib/cfgadm_plugins/scsi/common/cfga_cvt.c
389
len = strlen(DEVICES_DIR) + strlen(devpath) + 1;
usr/src/lib/cfgadm_plugins/scsi/common/cfga_cvt.c
398
DEVICES_DIR, devpath);
usr/src/lib/cfgadm_plugins/scsi/common/cfga_cvt.c
485
devlen = strlen(DEVICES_DIR) + strlen(physpath) + 1;
usr/src/lib/cfgadm_plugins/scsi/common/cfga_cvt.c
499
(void) snprintf(devpath, devlen, "%s%s", DEVICES_DIR, physpath);
usr/src/lib/cfgadm_plugins/scsi/common/cfga_list.c
341
len = strlen(DEVICES_DIR) + strlen(devfsp) + 1;
usr/src/lib/cfgadm_plugins/scsi/common/cfga_list.c
351
(void) snprintf(nodepath, len, "%s%s", DEVICES_DIR, devfsp);
usr/src/lib/cfgadm_plugins/scsi/common/cfga_list.c
471
DEVICES_DIR, client_path);
usr/src/lib/cfgadm_plugins/scsi/common/cfga_list.c
475
DEVICES_DIR, client_path, di_minor_name(minor));
usr/src/lib/cfgadm_plugins/scsi/common/cfga_utils.c
1136
minor_path = node_path + strlen(DEVICES_DIR);
usr/src/lib/cfgadm_plugins/scsi/common/cfga_utils.c
429
len = strlen(DEVICES_DIR);
usr/src/lib/cfgadm_plugins/scsi/common/cfga_utils.c
430
if (strncmp(root_path, DEVICES_DIR SLASH,
usr/src/lib/cfgadm_plugins/scsi/common/cfga_utils.c
805
len = strlen(DEVICES_DIR);
usr/src/lib/cfgadm_plugins/scsi/common/cfga_utils.c
806
if (strncmp(root_path, DEVICES_DIR SLASH,
usr/src/lib/cfgadm_plugins/scsi/common/cfga_utils.c
902
strlen(DEVICES_DIR) +
usr/src/lib/cfgadm_plugins/scsi/common/cfga_utils.c
904
DEVICES_DIR, client_path);
usr/src/lib/cfgadm_plugins/shp/common/shp.c
303
len = strlen(DEVICES_DIR);
usr/src/lib/cfgadm_plugins/shp/common/shp.c
304
if (strncmp(rpath, DEVICES_DIR SLASH, len + strlen(SLASH)) == 0) {
usr/src/lib/libcfgadm/common/config_admin.c
1114
liblocp->ap_physical + strlen(DEVICES_DIR),
usr/src/lib/libcfgadm/common/config_admin.c
1550
DEVICES_DIR, devfs_path, name);
usr/src/lib/libcfgadm/common/config_admin.c
1616
DEVICES_DIR, devfs_path, name);
usr/src/lib/libcfgadm/common/config_admin.c
1945
len = strlen(DEVICES_DIR);
usr/src/lib/libcfgadm/common/config_admin.c
1946
if (strncmp(rpath, DEVICES_DIR SLASH, len + strlen(SLASH)) == 0) {
usr/src/lib/libcfgadm/common/config_admin.c
2256
DEVICES_DIR, devfs_path, minor_name);
usr/src/lib/libpcp/common/pcp_utils.c
253
strlen(DEVICES_DIR) + 1);
usr/src/lib/libpcp/common/pcp_utils.c
254
(void) strcpy(dev_path, DEVICES_DIR);
usr/src/lib/libpcp/common/pcp_utils.c
305
strlen(DEVICES_DIR) + 1);
usr/src/lib/libpcp/common/pcp_utils.c
306
(void) strcpy(dev_path, DEVICES_DIR);
usr/src/lib/storage/libg_fc/common/map.c
5877
sprintf(mypath, "%s%s", DEVICES_DIR, tptr);
usr/src/lib/sun_sas/common/Sun_sasRefreshAdapterConfiguration.c
58
(void) snprintf(fulldevpath, MAXPATHLEN, "%s%s", DEVICES_DIR,
usr/src/lib/sun_sas/common/Sun_sasRefreshInformation.c
55
(void) snprintf(fulldevpath, MAXPATHLEN, "%s%s", DEVICES_DIR,
usr/src/lib/sun_sas/common/devtree_device_disco.c
271
DEVICES_DIR, devpath);
usr/src/lib/sun_sas/common/devtree_device_disco.c
459
DEVICES_DIR, devpath, minorname);
usr/src/lib/sun_sas/common/devtree_device_disco.c
58
(void) snprintf(fullpath, MAXPATHLEN, "%s%s%s", DEVICES_DIR,
usr/src/lib/sun_sas/common/devtree_device_disco.c
583
"%s%s%s", DEVICES_DIR, devpath, minorname);
usr/src/lib/sun_sas/common/devtree_device_disco.c
711
(void) snprintf(fullpath, sizeof (fullpath), "%s%s", DEVICES_DIR,
usr/src/lib/sun_sas/common/devtree_device_disco.c
997
"%s%s%s", DEVICES_DIR, clientdevpath, minorname);
usr/src/lib/sun_sas/common/devtree_hba_disco.c
184
"%s%s%s", DEVICES_DIR, portDevpath, SCSI_SUFFIX);
usr/src/lib/sun_sas/common/devtree_hba_disco.c
422
"%s%s", DEVICES_DIR, new_hba->device_path);
usr/src/lib/sun_sas/common/devtree_phy_disco.c
110
DEVICES_DIR, portDevpath);
usr/src/lib/sun_sas/common/devtree_phy_disco.c
124
found on port %s%s", DEVICES_DIR,
usr/src/lib/sun_sas/common/devtree_phy_disco.c
98
DEVICES_DIR, portDevpath);