Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c85 int h_name_index; /* index into string table */ member
485 hp->h_name_index = strngloc; in pass2()
613 &(strngtab[hp->h_name_index])); in pname()
616 &(strngtab[hp->h_name_index])); in pname()
/titanic_44/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c89 int h_name_index; /* index into string table */ member
445 hp->h_name_index = strngloc; in pass2()
553 (void) printf("/%s", &(strngtab[hp->h_name_index])); in pname()