Searched defs:name_ent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c714 struct name_ent { struct
715 struct name_ent *name_nxt;
719 struct name_ent *hashtable[HASHNAMESIZE];
725 struct name_ent *hp;
734 hp = (struct name_ent *)calloc(1, sizeof (struct name_ent));

Completed in 44 milliseconds