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

/illumos-gate/usr/src/cmd/sgs/include/
H A Dalist.h96 * al_data field. This ensures that al_data will have
98 * is 4 or 8. That means that al_data will have sufficient
115 Aliste al_arritems; /* # of items in al_data allocation */
117 Aliste al_next; /* offset of next available al_data[] */
118 Aliste al_size; /* size of each al_data[] item */
119 void *al_data[1]; /* data (can grow) */ member in struct:__anon1543
153 #define ALIST_OFF_DATA ((size_t)(((Alist *)0)->al_data))
190 ((LIST) != NULL) && ((DATA) = (void *)(LIST)->al_data); \
195 (DATA) = (void *) (((LIST)->al_size * (IDX)) + (char *)(LIST)->al_data)
[all...]

Completed in 44 milliseconds