Home
last modified time | relevance | path

Searched refs:avail_ptr (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)
53 char *avail_ptr; /* ptr to the next available list element */ member
145 offset_to_avail = (alloc_segment->avail_ptr - in alloc_next_seg()
182 alloc_segment->avail_ptr = alloc_segment->seg_ptr + in alloc_next_seg()
186 (void) memset(alloc_segment->avail_ptr, '\000', in alloc_next_seg()
225 new_alloc_cs->avail_ptr = new_alloc_cs->seg_ptr; in alloc_next_seg()
304 retval = bl_ptr->cur_segment->avail_ptr; in bl_next_avail()
307 bl_ptr->cur_segment->avail_ptr += bl_ptr->struct_size; in bl_next_avail()
310 if (bl_ptr->cur_segment->avail_ptr >= bl_ptr->cur_segment->eoseg_ptr) in bl_next_avail()
455 list_ptr->alloc_segs->avail_ptr -= list_ptr->struct_size; in ar_delete()
[all …]