Searched refs:alloc_segs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlistmgr.c64 struct alloc_seg *alloc_segs; /* memory pool */ member in struct:blk_list_cs
110 segstr_ptr = bl_ptr->alloc_segs;
142 if (bl_ptr->alloc_segs) {
143 alloc_segment = bl_ptr->alloc_segs;
151 if ((bl_ptr->alloc_segs =
159 alloc_segment = bl_ptr->alloc_segs;
197 if (bl_ptr->alloc_segs == NULL) {
203 bl_ptr->alloc_segs = new_alloc_cs;
328 cur_as_ptr = bl_ptr->alloc_segs;
408 bl_cs_array[list_handle]->alloc_segs
[all...]

Completed in 60 milliseconds