Searched refs:string_pool (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_pcu.h | 49 nsc_off_t string_pool; /* offset in file to pool of filenames */ member
|
H A D | sd_pcu.c | 659 hdr->string_pool = blkno; in _sdbc_power_flush()
|
/titanic_50/usr/src/cmd/svc/svccfg/ |
H A D | svccfg.y | 32 uu_list_pool_t *string_pool; variable 624 $$ = uu_list_create(string_pool, NULL, 0); 635 uu_list_node_init(slp, &slp->node, string_pool);
|
H A D | svccfg.h | 365 extern uu_list_pool_t *string_pool;
|
H A D | svccfg_libscf.c | 1013 string_pool = uu_list_pool_create("strings", sizeof (string_list_t), in lscf_init() 8070 (imp_deleted_dpts = uu_list_create(string_pool, NULL, 0)) == NULL || in alloc_imp_globals() 14437 uu_list_node_init(elem, &elem->node, string_pool); in add_string() 14544 if ((values = uu_list_create(string_pool, NULL, 0)) == NULL) in lscf_setpropvalue() 16246 if ((instances = uu_list_create(string_pool, NULL, 0)) == NULL) in create_instance_list() 16435 uu_list_create(string_pool, NULL, 0)) == NULL) in find_add_svc_mfst()
|