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

/osnet-11/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 */
/osnet-11/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) ||

Completed in 20 milliseconds