Searched refs:string_pool (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_pcu.h49 nsc_off_t string_pool; /* offset in file to pool of filenames */ member in struct:sdbc_pwf_hdr_s
H A Dsd_pcu.c659 hdr->string_pool = blkno;
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg.y32 uu_list_pool_t *string_pool;
624 $$ = uu_list_create(string_pool, NULL, 0);
635 uu_list_node_init(slp, &slp->node, string_pool);
H A Dsvccfg.h365 extern uu_list_pool_t *string_pool;
H A Dsvccfg_libscf.c1013 string_pool = uu_list_pool_create("strings", sizeof (string_list_t),
8070 (imp_deleted_dpts = uu_list_create(string_pool, NULL, 0)) == NULL ||
14450 uu_list_node_init(elem, &elem->node, string_pool);
14557 if ((values = uu_list_create(string_pool, NULL, 0)) == NULL)
16259 if ((instances = uu_list_create(string_pool, NULL, 0)) == NULL)
16448 uu_list_create(string_pool, NULL, 0)) == NULL)

Completed in 101 milliseconds