Searched defs:search_arr_ptr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c992 for (found = 0, search_arr_ptr = s_ptr; \
993 search_arr_ptr->string != NULL; \
994 search_arr_ptr++) {\
995 if (strstr(path_ptr, search_arr_ptr->string) != NULL) {\
1032 struct str_type *search_arr_ptr; /* updated by GetMatch macro */ local
1086 path_type |= search_arr_ptr->type;
1101 if ((search_arr_ptr->type == FC_GEN_XPORT) &&
1106 path_type |= search_arr_ptr->type;

Completed in 58 milliseconds