Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dlistmgr.c140 struct alloc_seg *alloc_segment; in alloc_next_seg() local
143 alloc_segment = bl_ptr->alloc_segs; in alloc_next_seg()
145 offset_to_avail = (alloc_segment->avail_ptr - in alloc_next_seg()
146 alloc_segment->seg_ptr); in alloc_next_seg()
147 seg_size = (alloc_segment->eoseg_ptr - in alloc_next_seg()
148 alloc_segment->seg_ptr); in alloc_next_seg()
159 alloc_segment = bl_ptr->alloc_segs; in alloc_next_seg()
166 bl_ptr->cur_segment = alloc_segment; in alloc_next_seg()
168 if ((alloc_segment->seg_ptr = in alloc_next_seg()
169 (char *)realloc((void *)alloc_segment->seg_ptr, in alloc_next_seg()
[all …]
/titanic_41/usr/src/psm/stand/boot/sparc/common/
H A Dsun4x_standalloc.c46 extern void alloc_segment(caddr_t);