Searched refs:TS_USED (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libadr/common/
H A Dadr_typeset.h45 int TS_USED; member in struct:adr_typeset
H A Dadr_typeset.c56 result->TS_USED = 0;
74 int nsize = typeset->TS_USED;
90 if (id < 0 || id >= typeset->TS_USED)
98 for (int i = 0; i < typeset->TS_USED; i++)
110 int index = typeset->TS_USED++;
/osnet-11/usr/src/lib/libradproto/common/
H A Dradproto_adr.c308 if (!xdr_int(xdrs, &typeset->TS_USED))
310 for (int i = 0; i < typeset->TS_USED; i++) {

Completed in 29 milliseconds