Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c83 int h_name_index; /* index into string table */ member
483 hp->h_name_index = strngloc; in pass2()
611 &(strngtab[hp->h_name_index])); in pname()
614 &(strngtab[hp->h_name_index])); in pname()
/illumos-gate/usr/src/cmd/fs.d/ufs/ncheck/
H A Dncheck.c87 int h_name_index; /* index into string table */ member
443 hp->h_name_index = strngloc; in pass2()
551 (void) printf("/%s", &(strngtab[hp->h_name_index])); in pname()