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

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

Completed in 60 milliseconds