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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dqry.c52 const int TAG_RANGE[MAX_OBJ_TYPE][3] = { variable
615 min_tag = TAG_RANGE[type][0];
616 max_tag = TAG_RANGE[type][2];
1139 uint32_t min_tag = TAG_RANGE[type][0];
1140 uint32_t mid_tag = TAG_RANGE[type][1];
1141 uint32_t max_tag = TAG_RANGE[type][2];

Completed in 54 milliseconds