/titanic_41/usr/src/lib/libsocket/inet/ |
H A D | getservent_r.c | 97 res = nss_getent(&db_root, _nss_initf_services, &context, &arg); in getservent_r()
|
H A D | getprotoent_r.c | 115 res = nss_getent(&db_root, _nss_initf_proto, &context, &arg); in getprotoent_r()
|
H A D | getnetent_r.c | 121 res = nss_getent(&db_root, _nss_initf_net, &context, &arg); in getnetent_r()
|
/titanic_41/usr/src/lib/libnsl/nss/ |
H A D | gethostent6.c | 93 res = nss_getent(&db_root, _nss_initf_ipnodes, in __gethostent6()
|
H A D | gethostent_r.c | 97 res = nss_getent(&db_root, _nss_initf_hosts, in gethostent_r()
|
H A D | getauthattr.c | 122 res = nss_getent(&db_root, _nss_initf_authattr, &context, &arg); in _getauthattr()
|
H A D | getauuser.c | 125 res = nss_getent(&db_root, _nss_initf_auuser, &context, &arg); in _getauuserent()
|
H A D | getprofattr.c | 119 res = nss_getent(&db_root, _nss_initf_profattr, &context, &arg); in _getprofattr()
|
H A D | getuserattr.c | 129 res = nss_getent(&db_root, _nss_initf_userattr, &context, &arg); in _getuserattr()
|
H A D | getrpcent_r.c | 113 res = nss_getent(&db_root, _nss_initf_rpc, &context, &arg); in getrpcent_r()
|
H A D | getexecattr.c | 154 res = nss_getent(&exec_root, _nss_initf_execattr, &context, &arg); in _getexecattr()
|
/titanic_41/usr/src/lib/print/libprint/common/ |
H A D | nss_printer.c | 128 res = nss_getent(&db_root, _nss_initf_printers, &context, &arg); in getprinterentry()
|
/titanic_41/usr/src/head/ |
H A D | nss_common.h | 441 extern nss_status_t nss_getent(nss_db_root_t *, nss_db_initf_t, nss_getent_t *,
|
/titanic_41/usr/src/lib/libtsnet/common/ |
H A D | tsol_gettpent.c | 110 arg.status = nss_getent(&db_root, _nss_initf_tsol_tp, &context, &arg); in tsol_gettpent()
|
H A D | tsol_getrhent.c | 116 arg.status = nss_getent(&db_root, _nss_initf_tsol_rh, &context, &arg); in tsol_getrhent()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | getspent_r.c | 89 (void) nss_getent(&db_root, _nss_initf_shadow, &context, &arg); in getspent_r()
|
H A D | getpwnam_r.c | 190 (void) nss_getent(&db_root, _nss_initf_passwd, &context, &arg); in getpwent_r()
|
H A D | getgrnam_r.c | 193 (void) nss_getent(&db_root, _nss_initf_group, &context, &arg); in getgrent_r()
|
H A D | nss_common.c | 1312 nss_getent(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp, in nss_getent() function
|
/titanic_41/usr/src/lib/libproject/common/ |
H A D | getprojent.c | 88 (void) nss_getent(&db_root, _nss_initf_project, &context, &arg); in _getprojent()
|
/titanic_41/usr/src/lib/print/libpapi-dynamic/common/ |
H A D | nss.c | 441 res = nss_getent(&db_root, _nss_initf_printers, &context, &arg); in getprinterentry()
|
/titanic_41/usr/src/lib/nsswitch/compat/common/ |
H A D | compat_common.c | 681 res = nss_getent(be->db_rootp, 1142 (void) nss_getent(be->db_rootp, be->db_initf,
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 514 nss_getent
|
/titanic_41/usr/src/cmd/nscd/ |
H A D | nscd_switch.c | 1028 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()
|
/titanic_41/usr/src/cmd/passwd/ |
H A D | passwd.c | 1424 (void) nss_getent(&db_root, _lc_nss_initf_shadow, &context, in _lc_getspent_r()
|