Searched refs:DEV_PREFIX_LEN (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dmpath.c108 (void) strcpy(client_path, dev_path + DEV_PREFIX_LEN-1);
263 physical_path += DEV_PREFIX_LEN-1;
440 DEV_PREFIX_LEN - 1);
522 (void) strcpy(client_path, physical_path + DEV_PREFIX_LEN-1);
698 client_physical_path += DEV_PREFIX_LEN - 1;
708 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) {
709 ioc_phci = phci + DEV_PREFIX_LEN - 1;
782 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN) == 0) {
783 ioc_phci = phci + DEV_PREFIX_LEN - 1;
875 if (strncmp(phci, DEV_PREFIX, DEV_PREFIX_LEN)
[all...]
H A Dgenf.c1039 if (strncmp(path_ptr, DEV_PREFIX, DEV_PREFIX_LEN) ||
1040 (strlen(path_ptr) == DEV_PREFIX_LEN)) {
/osnet-11/usr/src/lib/storage/libg_fc/common/hdrs/
H A Dg_state.h118 #define DEV_PREFIX_LEN 9 /* Length of DEV_PREFIX string */ macro

Completed in 18 milliseconds