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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlistmgr.c136 struct alloc_seg *new_alloc_cs; local
190 if ((new_alloc_cs = (struct alloc_seg *)malloc(
203 bl_ptr->alloc_segs = new_alloc_cs;
209 bl_ptr->cur_segment->next = new_alloc_cs;
212 new_alloc_cs->next = NULL;
213 bl_ptr->cur_segment = new_alloc_cs;
215 new_alloc_cs->full = 0;
218 if ((new_alloc_cs->seg_ptr = calloc(bl_ptr->count_per_block,
225 new_alloc_cs->avail_ptr = new_alloc_cs
[all...]

Completed in 55 milliseconds