Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libtsnet/
H A DMakefile.com32 tsol_getrhent.o tsol_gettpent.o \
/illumos-gate/usr/src/lib/nsswitch/ldap/
H A DMakefile.com51 tsol_gettpent.o \
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dlibtsnet.h70 extern tsol_tpent_t *tsol_gettpent(void);
H A Dmapfile-vers64 tsol_gettpent;
H A Dtsol_gettpent.c97 tsol_gettpent(void) in tsol_gettpent() function
/illumos-gate/usr/src/lib/nsswitch/files/
H A DMakefile.com52 tsol_gettpent.o
/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.c589 while ((tpp = (tsol_tpent_t *)tsol_gettpent()) != NULL) { in nss_get_tp()