Home
last modified time | relevance | path

Searched refs: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 */ in g_get_path_type() local
1086 path_type |= search_arr_ptr->type; in g_get_path_type()
1101 if ((search_arr_ptr->type == FC_GEN_XPORT) && in g_get_path_type()
1106 path_type |= search_arr_ptr->type; in g_get_path_type()