Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c437 (void) strncpy(pathlist_p->path_info[i].path_hba, DEV_PREFIX, in g_get_pathlist()
706 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) { in stms_path_enable_disable()
780 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) { in stms_path_enable_disable_all()
873 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()
/illumos-gate/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_state.h117 #define DEV_PREFIX "/devices/" /* base pathname for devfs names */ macro
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c60 #define DEV_PREFIX "/devices/" macro
61 #define DEV_PREFIX_STRLEN strlen(DEV_PREFIX)
/illumos-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); in create_sys_controller_pathname()