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

/illumos-gate/usr/src/cmd/sgs/include/
H A Dalist.h148 * The ALIST_OFF_DATA and APLIST_OFF_DATA macros give the byte offset
153 #define ALIST_OFF_DATA ((size_t)(((Alist *)0)->al_data)) macro
167 * that the first such offset is given by ALIST_OFF_DATA,
198 (((LIST) != NULL) && ((OFF) = ALIST_OFF_DATA) && \
247 ((void *)(ALIST_OFF_DATA + ((_idx) * (_lp)->al_size) + (char *)(_lp)))

Completed in 88 milliseconds