Searched refs:ao_nattributes (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libadr/common/
H A Dadr_object.c51 for (int i = 0; i < o->ao_nattributes; i++) {
93 for (int i = 0; i < o->ao_nattributes; i++)
109 return (index >= 0 && index < o->ao_nattributes ?
H A Dadr_object.h96 int ao_nattributes; /* # attributes */ member in struct:adr_object
H A Dadr_typeset.c187 for (int i = 0; i < obj->ao_nattributes; i++) {
/osnet-11/usr/src/lib/libradproto/common/
H A Dradproto_adr.c473 if (!xdr_int(xdrs, &obj->ao_nattributes))
475 for (i = 0; i < obj->ao_nattributes; i++) {
563 result->ao_nattributes = n;
564 for (int i = 0; i < result->ao_nattributes; i++) {

Completed in 17 milliseconds