Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlistmgr.c100 struct blk_list_cs *bl_ptr; in free_list() local
127 free((void *)bl_ptr); in free_list()
138 if (bl_ptr->contiguous) { in alloc_next_seg()
142 if (bl_ptr->alloc_segs) { in alloc_next_seg()
187 bl_ptr->block_size); in alloc_next_seg()
227 bl_ptr->block_size); in alloc_next_seg()
269 bl_ptr->data_handle = -1; in bl_create()
299 if (bl_ptr->cur_segment == NULL || bl_ptr->cur_segment->full) in bl_next_avail()
307 bl_ptr->cur_segment->avail_ptr += bl_ptr->struct_size; in bl_next_avail()
308 bl_ptr->total_elem++; in bl_next_avail()
[all …]