Searched refs:shstrtab_ent_t (Results 1 – 3 of 3) sorted by relevance
49 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()
56 } shstrtab_ent_t; typedef
1033 for (shstrtab_ent_t *ent = list_head(&s->sst_names); ent != NULL; in write_shstrtab()