Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dlistmgr.c254 bl_create(int count_per_block, int struct_size, char *desc) in bl_create() function
387 if ((data_handle = bl_create(count_per_block, struct_size, desc)) == -1) in ar_create()
391 if ((retval = bl_create(count_per_block, sizeof (char *), in ar_create()
H A Deptstat.c79 pinfo_handle = bl_create(PINFOALLOC, sizeof (struct pinfo), in eptstat()
H A Ddryrun.c166 if ((pkg_handle = bl_create(MALCOUNT, in add_pkg_to_list()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h168 extern int bl_create __P((int count_per_block, int struct_size,