Home
last modified time | relevance | path

Searched refs:ARRAY_END (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlistmgr.c46 #define ARRAY_END(x) (bl_cs_array[x]->cur_segment->avail_ptr) macro
49 #define GET_AVAIL(x) (ARRAY_END(x) + REC_SIZE(x))
491 (ARRAY_END(list_handle) + REC_SIZE(list_handle) < in ar_next_avail()
497 *(char **)(ARRAY_END(list_handle)) = data_area; /* reactivate */ in ar_next_avail()