Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtsnet/common/
H A Dlibtsnet.h71 extern tsol_tpent_t *tsol_fgettpent(FILE *, boolean_t *);
H A Dmapfile-vers56 tsol_fgettpent;
H A Dtsol_gettpent.c123 tsol_fgettpent(FILE *f, boolean_t *error) in tsol_fgettpent() function
/illumos-gate/usr/src/cmd/tsol/tnctl/
H A Dtnctl.c479 while (tpentp = tsol_fgettpent(fp, &error)) { in process_tpl()