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

/illumos-gate/usr/src/cmd/sgs/include/
H A Dalist.h87 * Aliste is used to represent list indexes, offsets, and sizes.
89 typedef size_t Aliste; typedef
95 * - There must be an even number of Aliste fields before the
97 * an alignment of 8, no matter whether sizeof(Aliste)
115 Aliste al_arritems; /* # of items in al_data allocation */
116 Aliste al_nitems; /* # items (index of next avail item) */
117 Aliste al_next; /* offset of next available al_data[] */
118 Aliste al_size; /* size of each al_data[] item */
134 Aliste apl_arritems; /* # of items in apl_data allocation */
135 Aliste apl_nitem
[all...]

Completed in 55 milliseconds