Searched refs:DEV_PREFIX (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_state.h117 #define DEV_PREFIX "/devices/" /* base pathname for devfs names */ macro
118 #define DEV_PREFIX_LEN 9 /* Length of DEV_PREFIX string */
/opensolaris-onvv-gate/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c439 (void) strncpy(pathlist_p->path_info[i].path_hba, DEV_PREFIX,
708 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) {
782 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) {
875 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) {
H A Dio.c771 if (strstr(devpath, DEV_PREFIX)) {
772 strcat(rootpath, devpath + strlen(DEV_PREFIX) - 1);
H A Dgenf.c1039 if (strncmp(path_ptr, DEV_PREFIX, DEV_PREFIX_LEN) ||
/opensolaris-onvv-gate/usr/src/cmd/sa/
H A Dsadp.c1179 #define DEV_PREFIX "/dev/rdsk/" macro
1181 #define DEV_PREFIX "/dev/r" macro
1185 sprintf(tempdev, "%s%s%da", DEV_PREFIX, device, i);
/opensolaris-onvv-gate/usr/src/cmd/luxadm/
H A Dlux_util.c60 #define DEV_PREFIX "/devices/" macro
61 #define DEV_PREFIX_STRLEN strlen(DEV_PREFIX)
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dpiclfrudr.c138 #define DEV_PREFIX "/devices" macro
2028 (void) strlcpy(namebuf, DEV_PREFIX, PATH_MAX);

Completed in 139 milliseconds