Lines Matching refs:CISOffset
945 if (!(tuple->CISOffset)) in cs_parse_tuple()
964 tuple->CISOffset, in cs_parse_tuple()
1125 if ((tuple->CISOffset = in cs_get_firstnext_tuple()
1132 tuple->CISOffset = sp->cis[0].cis; in cs_get_firstnext_tuple()
1143 if (tuple->CISOffset == NULL) { in cs_get_firstnext_tuple()
1157 if ((tp = GET_NEXT_TUPLE(tuple->CISOffset, flags)) == NULL) { in cs_get_firstnext_tuple()
1159 if ((tuple->CISOffset->flags & CISTPLF_GLOBAL_CIS) && in cs_get_firstnext_tuple()
1169 if ((tuple->CISOffset = tp) == NULL) { in cs_get_firstnext_tuple()
1186 if ((tp = FIND_LTUPLE_FWD(tuple->CISOffset, in cs_get_firstnext_tuple()
1189 if ((tuple->CISOffset->flags & CISTPLF_GLOBAL_CIS) && in cs_get_firstnext_tuple()
1200 if ((tuple->CISOffset = tp) == NULL) { in cs_get_firstnext_tuple()
1212 tuple->Flags = tuple->CISOffset->flags; in cs_get_firstnext_tuple()
1213 tuple->TupleCode = tuple->CISOffset->type; in cs_get_firstnext_tuple()
1214 tuple->TupleLink = tuple->CISOffset->len; in cs_get_firstnext_tuple()
1215 tuple->TupleDataLen = tuple->CISOffset->len; in cs_get_firstnext_tuple()
1267 if (!(tuple->CISOffset)) { in cs_get_tuple_data()
1314 switch (tuple->CISOffset->flags & CISTPLF_SPACE_MASK) { in cs_get_tuple_data()
1316 tsd = (tuple->CISOffset->data + in cs_get_tuple_data()
1323 newoffset = tuple->CISOffset->offset; in cs_get_tuple_data()
1333 if (tuple->CISOffset->flags & CISTPLF_AM_SPACE) { in cs_get_tuple_data()
1351 if (tuple->CISOffset->flags & CISTPLF_AM_SPACE) in cs_get_tuple_data()