Searched refs:DEVICES_DIR (Results 1 - 22 of 22) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libpcp/common/
H A Dpcp_utils.c49 #define DEVICES_DIR "/devices" macro
253 strlen(DEVICES_DIR) + 1);
254 (void) strcpy(dev_path, DEVICES_DIR);
305 strlen(DEVICES_DIR) + 1);
306 (void) strcpy(dev_path, DEVICES_DIR);
/opensolaris-onvv-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_phy_disco.c98 DEVICES_DIR, portDevpath);
110 DEVICES_DIR, portDevpath);
124 found on port %s%s", DEVICES_DIR,
H A DSun_sasRefreshAdapterConfiguration.c55 (void) snprintf(fulldevpath, MAXPATHLEN, "%s%s", DEVICES_DIR,
H A DSun_sasRefreshInformation.c55 (void) snprintf(fulldevpath, MAXPATHLEN, "%s%s", DEVICES_DIR,
H A Ddevtree_device_disco.c56 (void) snprintf(fullpath, MAXPATHLEN, "%s%s%s", DEVICES_DIR,
268 DEVICES_DIR, devpath);
456 DEVICES_DIR, devpath, minorname);
580 "%s%s%s", DEVICES_DIR, devpath, minorname);
704 (void) snprintf(fullpath, sizeof (fullpath), "%s%s", DEVICES_DIR,
990 "%s%s%s", DEVICES_DIR, clientdevpath, minorname);
H A Ddevtree_hba_disco.c179 "%s%s%s", DEVICES_DIR, portDevpath, SCSI_SUFFIX);
417 "%s%s", DEVICES_DIR, new_hba->device_path);
H A Dsun_sas.h77 #define DEVICES_DIR "/devices" macro
/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cvt.c216 if (strncmp(devfs_phys, DEVICES_DIR SLASH, strlen(DEVICES_DIR) +
218 cp = devfs_phys + strlen(DEVICES_DIR);
398 devlen = strlen(DEVICES_DIR) +
406 "%s%s", DEVICES_DIR, path_name);
484 devlen = strlen(DEVICES_DIR) + strlen(path_name) + 1;
491 (void) snprintf(pathp, devlen, "%s%s", DEVICES_DIR, path_name);
770 devlen = strlen(DEVICES_DIR) + strlen(path_name) + 1;
776 "%s%s", DEVICES_DIR, path_name);
H A Dcfga_cs.c545 pathname_ptr = pathname + strlen(DEVICES_DIR);
553 vhci_path_ptr = vhci_path + strlen(DEVICES_DIR);
1131 sprintf(pathname, "%s%s/%s@w%s,%x", DEVICES_DIR, node_path,
1291 sprintf(pathname, "%s%s", DEVICES_DIR, node_path);
1439 if (strncmp(pathname, DEVICES_DIR, strlen(DEVICES_DIR))) {
1464 ptr = pathname + strlen(DEVICES_DIR);
H A Dcfga_list.c1225 len = strlen(DEVICES_DIR) + strlen(devfsp) + 1;
1235 (void) snprintf(nodepath, len, "%s%s", DEVICES_DIR, devfsp);
1354 len = strlen(DEVICES_DIR) + strlen(devfsp) + 1;
1364 (void) snprintf(nodepath, len, "%s%s", DEVICES_DIR, devfsp);
2897 devlen = strlen(DEVICES_DIR) + strlen(client_path) + 1;
2904 (void) snprintf(devpath, devlen, "%s%s", DEVICES_DIR, client_path);
H A Dcfga_fp.h390 #define DEVICES_DIR "/devices" macro
H A Dcfga_utils.c517 len = strlen(DEVICES_DIR);
518 if (strncmp(root_path, DEVICES_DIR SLASH,
/opensolaris-onvv-gate/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_state.h121 #define DEVICES_DIR "/devices" macro
/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c429 len = strlen(DEVICES_DIR);
430 if (strncmp(root_path, DEVICES_DIR SLASH,
805 len = strlen(DEVICES_DIR);
806 if (strncmp(root_path, DEVICES_DIR SLASH,
902 strlen(DEVICES_DIR) +
904 DEVICES_DIR, client_path);
1136 minor_path = node_path + strlen(DEVICES_DIR);
H A Dcfga_cvt.c319 len = strlen(DEVICES_DIR);
320 if (strncmp(root_path, DEVICES_DIR SLASH,
389 len = strlen(DEVICES_DIR) + strlen(devpath) + 1;
398 DEVICES_DIR, devpath);
485 devlen = strlen(DEVICES_DIR) + strlen(physpath) + 1;
499 (void) snprintf(devpath, devlen, "%s%s", DEVICES_DIR, physpath);
H A Dcfga_ctl.c725 bus_path = apidp->hba_phys + strlen(DEVICES_DIR);
752 dev_path = apidp->path + strlen(DEVICES_DIR);
1463 /* sizeof (DEVICES_DIR) includes the null terminator */
1464 len = strlen(path) + sizeof (DEVICES_DIR);
1470 (void) snprintf(p, len, "%s%s", DEVICES_DIR, path);
H A Dcfga_list.c341 len = strlen(DEVICES_DIR) + strlen(devfsp) + 1;
351 (void) snprintf(nodepath, len, "%s%s", DEVICES_DIR, devfsp);
471 DEVICES_DIR, client_path);
475 DEVICES_DIR, client_path, di_minor_name(minor));
H A Dcfga_scsi.h325 #define DEVICES_DIR "/devices" macro
/opensolaris-onvv-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c312 #define DEVICES_DIR "/devices" macro
1108 liblocp->ap_physical + strlen(DEVICES_DIR),
1544 DEVICES_DIR, devfs_path, name);
1610 DEVICES_DIR, devfs_path, name);
1939 len = strlen(DEVICES_DIR);
1940 if (strncmp(rpath, DEVICES_DIR SLASH, len + strlen(SLASH)) == 0) {
2250 DEVICES_DIR, devfs_path, minor_name);
/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c73 #define DEVICES_DIR "/devices" macro
303 len = strlen(DEVICES_DIR);
304 if (strncmp(rpath, DEVICES_DIR SLASH, len + strlen(SLASH)) == 0) {
/opensolaris-onvv-gate/usr/src/cmd/luxadm/
H A Dlux_util.c62 #define DEVICES_DIR "/devices" macro
/opensolaris-onvv-gate/usr/src/lib/storage/libg_fc/common/
H A Dmap.c5875 sprintf(mypath, "%s%s", DEVICES_DIR, tptr);

Completed in 206 milliseconds