Home
last modified time | relevance | path

Searched refs:nss_getent (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetservent_r.c95 res = nss_getent(&db_root, _nss_initf_services, &context, &arg); in getservent_r()
H A Dgetprotoent_r.c113 res = nss_getent(&db_root, _nss_initf_proto, &context, &arg); in getprotoent_r()
H A Dgetnetent_r.c119 res = nss_getent(&db_root, _nss_initf_net, &context, &arg); in getnetent_r()
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgethostent6.c91 res = nss_getent(&db_root, _nss_initf_ipnodes, in __gethostent6()
H A Dgethostent_r.c95 res = nss_getent(&db_root, _nss_initf_hosts, in gethostent_r()
H A Dgetauthattr.c120 res = nss_getent(&db_root, _nss_initf_authattr, &context, &arg); in _getauthattr()
H A Dgetauuser.c123 res = nss_getent(&db_root, _nss_initf_auuser, &context, &arg); in _getauuserent()
H A Dgetprofattr.c117 res = nss_getent(&db_root, _nss_initf_profattr, &context, &arg); in _getprofattr()
H A Dgetuserattr.c127 res = nss_getent(&db_root, _nss_initf_userattr, &context, &arg); in _getuserattr()
H A Dgetrpcent_r.c111 res = nss_getent(&db_root, _nss_initf_rpc, &context, &arg); in getrpcent_r()
H A Dgetexecattr.c154 res = nss_getent(&exec_root, _nss_initf_execattr, &context, &arg); in _getexecattr()
/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_printer.c126 res = nss_getent(&db_root, _nss_initf_printers, &context, &arg); in getprinterentry()
/illumos-gate/usr/src/head/
H A Dnss_common.h441 extern nss_status_t nss_getent(nss_db_root_t *, nss_db_initf_t, nss_getent_t *,
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_gettpent.c108 arg.status = nss_getent(&db_root, _nss_initf_tsol_tp, &context, &arg); in tsol_gettpent()
H A Dtsol_getrhent.c114 arg.status = nss_getent(&db_root, _nss_initf_tsol_rh, &context, &arg); in tsol_getrhent()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetspent_r.c88 (void) nss_getent(&db_root, _nss_initf_shadow, &context, &arg); in getspent_r()
H A Dgetpwnam_r.c191 (void) nss_getent(&db_root, _nss_initf_passwd, &context, &arg); in getpwent_r()
H A Dgetgrnam_r.c194 (void) nss_getent(&db_root, _nss_initf_group, &context, &arg); in getgrent_r()
H A Dnss_common.c1301 nss_getent(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp, in nss_getent() function
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dnss.c441 res = nss_getent(&db_root, _nss_initf_printers, &context, &arg); in getprinterentry()
/illumos-gate/usr/src/lib/libproject/common/
H A Dgetprojent.c86 (void) nss_getent(&db_root, _nss_initf_project, &context, &arg); in _getprojent()
/illumos-gate/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.c681 res = nss_getent(be->db_rootp,
1142 (void) nss_getent(be->db_rootp, be->db_initf,
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_switch.c1028 nss_getent(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp, in nss_getent() function
1725 status = nss_getent(NULL, initf, contextp, &arg); in nss_pgetent()
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common514 nss_getent
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c1424 (void) nss_getent(&db_root, _lc_nss_initf_shadow, &context, in _lc_getspent_r()

12