shstrtab_ent_t
list_create(&s->sst_names, sizeof (shstrtab_ent_t),
offsetof(shstrtab_ent_t, sste_link));
shstrtab_ent_t *ent;
for (shstrtab_ent_t *ent = list_head(&s->sst_names); ent != NULL;
return (kmem_zalloc(sizeof (shstrtab_ent_t), KM_NOSLEEP_LAZY));
return (calloc(1, sizeof (shstrtab_ent_t)));
shstrtab_free(shstrtab_ent_t *ent)
shstrtab_ent_t *ent;
for (shstrtab_ent_t *ent = list_head(&s->sst_names); ent != NULL;