Searched refs:CISOffset (Results 1 – 2 of 2) sorted by relevance
943 if (!(tuple->CISOffset)) in cs_parse_tuple()962 tuple->CISOffset, in cs_parse_tuple()1123 if ((tuple->CISOffset = in cs_get_firstnext_tuple()1130 tuple->CISOffset = sp->cis[0].cis; in cs_get_firstnext_tuple()1141 if (tuple->CISOffset == NULL) { in cs_get_firstnext_tuple()1155 if ((tp = GET_NEXT_TUPLE(tuple->CISOffset, flags)) == NULL) { in cs_get_firstnext_tuple()1157 if ((tuple->CISOffset->flags & CISTPLF_GLOBAL_CIS) && in cs_get_firstnext_tuple()1167 if ((tuple->CISOffset = tp) == NULL) { in cs_get_firstnext_tuple()1184 if ((tp = FIND_LTUPLE_FWD(tuple->CISOffset, in cs_get_firstnext_tuple()1187 if ((tuple->CISOffset->flags & CISTPLF_GLOBAL_CIS) && in cs_get_firstnext_tuple()[all …]
538 cistpl_t *CISOffset; /* CS private */ member