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

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_devadm.c59 int path_type; member in struct:path_list
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c1029 uint_t path_type = 0; local
1086 path_type |= search_arr_ptr->type;
1095 return (path_type);
1102 (!(path_type & FC_FCA_MASK))) {
1103 path_type |= FC_FCA_MASK;
1106 path_type |= search_arr_ptr->type;
1112 if (((path_type & (FC4_FCA_MASK | FC_XPORT_MASK)) ==
1113 path_type) ||
1114 ((path_type & (FC_FCA_MASK | FC4_XPORT_MASK)) ==
1115 path_type)) {
[all...]
H A Dmap.c2159 uint_t path_type; local
2253 path_type = g_get_path_type(drvr_path);
2254 if ((path_type == 0) || !(path_type & XPORT_MASK)) {
2272 if (path_type & FC_FCA_MASK) {
4567 uint_t path_type; local
4618 path_type = g_get_path_type(drvr_path);
4620 if (path_type & FC4_SF_XPORT) {
4640 } else if (path_type & FC_GEN_XPORT) {
4649 if ((path_type
4901 int path_type, fd; local
5000 int path_type, fd; local
[all...]
/osnet-11/usr/src/lib/libntsvcs/common/
H A Ddfs.c1169 dfs_path_parse(dfs_path_t *path, const char *dfs_path, uint32_t path_type, argument
1196 if (path_type == DFS_OBJECT_ANY)
1200 path->p_type = path_type;

Completed in 39 milliseconds