Searched defs:list_handle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlistmgr.c63 int data_handle; /* list_handle for pointer array */
77 invalid_handle(int list_handle) argument
79 if (list_handle < 0 || list_handle >= next_array_elem)
86 invalid_record(int list_handle, int recno) argument
88 if (invalid_handle(list_handle))
91 if (recno < 0 || recno > bl_cs_array[list_handle]->total_elem)
98 free_list(int list_handle) argument
104 if (bl_cs_array[list_handle] == NULL)
107 bl_ptr = bl_cs_array[list_handle];
285 bl_next_avail(int list_handle) argument
317 bl_get_record(int list_handle, int recno) argument
349 bl_free(int list_handle) argument
405 ar_get_head(int list_handle) argument
419 ar_delete(int list_handle, int index) argument
473 ar_next_avail(int list_handle) argument
557 ar_free(int list_handle) argument
[all...]

Completed in 58 milliseconds