Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/svr4pkg/libinst/
H A Dlistmgr.c100 struct blk_list_cs *bl_ptr; in free_list() local
107 bl_ptr = bl_cs_array[list_handle]; in free_list()
110 segstr_ptr = bl_ptr->alloc_segs; in free_list()
126 free((void *)bl_ptr->desc); in free_list()
127 free((void *)bl_ptr); in free_list()
134 alloc_next_seg(struct blk_list_cs *bl_ptr) in alloc_next_seg() argument
138 if (bl_ptr->contiguous) { in alloc_next_seg()
142 if (bl_ptr->alloc_segs) { in alloc_next_seg()
143 alloc_segment = bl_ptr->alloc_segs; in alloc_next_seg()
149 new_size = (seg_size + bl_ptr->block_size); in alloc_next_seg()
[all …]