Home
last modified time | relevance | path

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

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