Home
last modified time | relevance | path

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

/titanic_53/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c439 (void) strncpy(pathlist_p->path_info[i].path_hba, DEV_PREFIX, in g_get_pathlist()
708 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) { in stms_path_enable_disable()
782 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) { in stms_path_enable_disable_all()
875 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) { in g_stms_get_path_state()
H A Dio.c771 if (strstr(devpath, DEV_PREFIX)) { in g_devid_get()
772 strcat(rootpath, devpath + strlen(DEV_PREFIX) - 1); in g_devid_get()
H A Dgenf.c1039 if (strncmp(path_ptr, DEV_PREFIX, DEV_PREFIX_LEN) || in g_get_path_type()
/titanic_53/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_state.h117 #define DEV_PREFIX "/devices/" /* base pathname for devfs names */ macro
/titanic_53/usr/src/cmd/sa/
H A Dsadp.c1179 #define DEV_PREFIX "/dev/rdsk/" in init_geom() macro
1181 #define DEV_PREFIX "/dev/r" in init_geom() macro
1185 sprintf(tempdev, "%s%s%da", DEV_PREFIX, device, i); in init_geom()
/titanic_53/usr/src/cmd/luxadm/
H A Dlux_util.c60 #define DEV_PREFIX "/devices/" macro
61 #define DEV_PREFIX_STRLEN strlen(DEV_PREFIX)
/titanic_53/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); in create_sys_controller_pathname()