Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/core/
H A Dcore_shstrtab.c49 return (kmem_zalloc(sizeof (shstrtab_ent_t), KM_NOSLEEP_LAZY)); in shstrtab_alloc()
51 return (calloc(1, sizeof (shstrtab_ent_t))); in shstrtab_alloc()
56 shstrtab_free(shstrtab_ent_t *ent) in shstrtab_free()
73 shstrtab_ent_t *ent; in shstrtab_ndx()
109 list_create(&s->sst_names, sizeof (shstrtab_ent_t), in shstrtab_init()
110 offsetof(shstrtab_ent_t, sste_link)); in shstrtab_init()
118 shstrtab_ent_t *ent; in shstrtab_fini()
139 for (shstrtab_ent_t *ent = list_head(&s->sst_names); ent != NULL; in shstrtab_dump()
H A Dcore_shstrtab.h56 } shstrtab_ent_t; typedef
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1033 for (shstrtab_ent_t *ent = list_head(&s->sst_names); ent != NULL; in write_shstrtab()