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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlistmgr.c51 struct alloc_seg { struct
56 struct alloc_seg *next; /* next record */
64 struct alloc_seg *alloc_segs; /* memory pool */
66 struct alloc_seg *cur_segment; /* the current allocated segment */
101 struct alloc_seg *segstr_ptr, *nextstr_ptr;
109 /* First free the alloc_seg list. */
132 /* Allocate another alloc_seg structure. */
136 struct alloc_seg *new_alloc_cs;
140 struct alloc_seg *alloc_segment;
152 (struct alloc_seg *)callo
[all...]

Completed in 55 milliseconds