Home
last modified time | relevance | path

Searched refs:db_root (Results 1 – 25 of 32) sorted by relevance

12

/titanic_44/usr/src/lib/libsocket/inet/
H A Dgetservent_r.c52 static DEFINE_NSS_DB_ROOT(db_root);
66 nss_setent(&db_root, _nss_initf_services, &context); in setservent()
74 nss_endent(&db_root, _nss_initf_services, &context); in endservent()
75 nss_delete(&db_root); in endservent()
97 res = nss_getent(&db_root, _nss_initf_services, &context, &arg); in getservent_r()
H A Dgetprotoent_r.c43 static DEFINE_NSS_DB_ROOT(db_root);
67 res = nss_search(&db_root, _nss_initf_proto, in getprotobyname_r()
83 res = nss_search(&db_root, _nss_initf_proto, in getprotobynumber_r()
94 nss_setent(&db_root, _nss_initf_proto, &context); in setprotoent()
102 nss_endent(&db_root, _nss_initf_proto, &context); in endprotoent()
103 nss_delete(&db_root); in endprotoent()
115 res = nss_getent(&db_root, _nss_initf_proto, &context, &arg); in getprotoent_r()
H A Dgetnetent_r.c47 static DEFINE_NSS_DB_ROOT(db_root);
71 res = nss_search(&db_root, _nss_initf_net, in getnetbyname_r()
89 res = nss_search(&db_root, _nss_initf_net, in getnetbyaddr_r()
100 nss_setent(&db_root, _nss_initf_net, &context); in setnetent()
108 nss_endent(&db_root, _nss_initf_net, &context); in endnetent()
109 nss_delete(&db_root); in endnetent()
121 res = nss_getent(&db_root, _nss_initf_net, &context, &arg); in getnetent_r()
H A Dbootparams_getbyname.c36 static DEFINE_NSS_DB_ROOT(db_root);
57 res = nss_search(&db_root, _nss_initf_bootparams, in bootparams_getbyname()
H A Dether_addr.c64 static DEFINE_NSS_DB_ROOT(db_root);
92 res = nss_search(&db_root, _nss_initf_ethers, in ether_hostton()
117 res = nss_search(&db_root, _nss_initf_ethers, in ether_ntohost()
/titanic_44/usr/src/lib/libnsl/nss/
H A Dgethostent6.c52 static DEFINE_NSS_DB_ROOT(db_root);
73 nss_setent(&db_root, _nss_initf_ipnodes, &context); in __sethostent6()
81 nss_endent(&db_root, _nss_initf_ipnodes, &context); in __endhostent6()
82 nss_delete(&db_root); in __endhostent6()
93 res = nss_getent(&db_root, _nss_initf_ipnodes, in __gethostent6()
H A Dgethostent_r.c63 static DEFINE_NSS_DB_ROOT(db_root);
77 nss_setent(&db_root, _nss_initf_hosts, &context); in sethostent()
85 nss_endent(&db_root, _nss_initf_hosts, &context); in endhostent()
86 nss_delete(&db_root); in endhostent()
97 res = nss_getent(&db_root, _nss_initf_hosts, in gethostent_r()
H A Dgetauthattr.c46 static DEFINE_NSS_DB_ROOT(db_root);
102 nss_setent(&db_root, _nss_initf_authattr, &context); in _setauthattr()
110 nss_endent(&db_root, _nss_initf_authattr, &context); in _endauthattr()
111 nss_delete(&db_root); in _endauthattr()
122 res = nss_getent(&db_root, _nss_initf_authattr, &context, &arg); in _getauthattr()
139 res = nss_search(&db_root, _nss_initf_authattr, in _getauthnam()
H A Dgetauuser.c48 static DEFINE_NSS_DB_ROOT(db_root);
104 nss_setent(&db_root, _nss_initf_auuser, &context); in _setauuser()
112 nss_endent(&db_root, _nss_initf_auuser, &context); in _endauuser()
113 nss_delete(&db_root); in _endauuser()
125 res = nss_getent(&db_root, _nss_initf_auuser, &context, &arg); in _getauuserent()
147 res = nss_search(&db_root, _nss_initf_auuser, in _getauusernam()
H A Dgetprofattr.c45 static DEFINE_NSS_DB_ROOT(db_root);
99 nss_setent(&db_root, _nss_initf_profattr, &context); in _setprofattr()
107 nss_endent(&db_root, _nss_initf_profattr, &context); in _endprofattr()
108 nss_delete(&db_root); in _endprofattr()
119 res = nss_getent(&db_root, _nss_initf_profattr, &context, &arg); in _getprofattr()
136 res = nss_search(&db_root, _nss_initf_profattr, in _getprofnam()
H A Dgetuserattr.c51 static DEFINE_NSS_DB_ROOT(db_root);
109 nss_setent(&db_root, _nss_initf_userattr, &context); in _setuserattr()
117 nss_endent(&db_root, _nss_initf_userattr, &context); in _enduserattr()
118 nss_delete(&db_root); in _enduserattr()
129 res = nss_getent(&db_root, _nss_initf_userattr, &context, &arg); in _getuserattr()
158 res = nss_search(&db_root, _nss_initf_userattr, in _getusernam()
H A Dgetrpcent_r.c44 static DEFINE_NSS_DB_ROOT(db_root);
68 res = nss_search(&db_root, _nss_initf_rpc, in getrpcbyname_r()
84 res = nss_search(&db_root, _nss_initf_rpc, in getrpcbynumber_r()
94 nss_setent(&db_root, _nss_initf_rpc, &context); in setrpcent()
101 nss_endent(&db_root, _nss_initf_rpc, &context); in endrpcent()
102 nss_delete(&db_root); in endrpcent()
113 res = nss_getent(&db_root, _nss_initf_rpc, &context, &arg); in getrpcent_r()
/titanic_44/usr/src/lib/print/libprint/common/
H A Dnss_printer.c40 static DEFINE_NSS_DB_ROOT(db_root);
102 nss_setent(&db_root, _nss_initf_printers, &context); in setprinterentry()
112 nss_endent(&db_root, _nss_initf_printers, &context); in endprinterentry()
113 nss_delete(&db_root); in endprinterentry()
128 res = nss_getent(&db_root, _nss_initf_printers, &context, &arg); in getprinterentry()
145 res = nss_search(&db_root, _nss_initf_printers, in getprinterbyname()
/titanic_44/usr/src/lib/libc/port/gen/
H A Dgetpwnam_r.c42 static DEFINE_NSS_DB_ROOT(db_root);
77 (void) nss_search(&db_root, _nss_initf_passwd, NSS_DBOP_PASSWD_BYNAME, in getpwnam_r()
93 (void) nss_search(&db_root, _nss_initf_passwd, NSS_DBOP_PASSWD_BYUID, in getpwuid_r()
107 (void) nss_search(&db_root, _nss_initf_passwd, NSS_DBOP_PASSWD_BYUID, in _uncached_getpwuid_r()
141 (void) nss_search(&db_root, _nss_initf_passwd, NSS_DBOP_PASSWD_BYNAME, in _uncached_getpwnam_r()
169 nss_setent(&db_root, _nss_initf_passwd, &context); in setpwent()
175 nss_endent(&db_root, _nss_initf_passwd, &context); in endpwent()
176 nss_delete(&db_root); in endpwent()
190 (void) nss_getent(&db_root, _nss_initf_passwd, &context, &arg); in getpwent_r()
H A Dgetgrnam_r.c46 static DEFINE_NSS_DB_ROOT(db_root);
83 (void) nss_search(&db_root, _nss_initf_group, in getgrnam_r()
99 (void) nss_search(&db_root, _nss_initf_group, in getgrgid_r()
112 (void) nss_search(&db_root, _nss_initf_group, in _uncached_getgrgid_r()
145 (void) nss_search(&db_root, _nss_initf_group, in _uncached_getgrnam_r()
172 nss_setent(&db_root, _nss_initf_group, &context); in setgrent()
178 nss_endent(&db_root, _nss_initf_group, &context); in endgrent()
179 nss_delete(&db_root); in endgrent()
193 (void) nss_getent(&db_root, _nss_initf_group, &context, &arg); in getgrent_r()
279 (void) nss_search(&db_root, _nss_initf_group, in _getgroupsbymember()
H A Dgetspent_r.c42 static DEFINE_NSS_DB_ROOT(db_root);
60 (void) nss_search(&db_root, _nss_initf_shadow, in getspnam_r()
68 nss_setent(&db_root, _nss_initf_shadow, &context); in setspent()
74 nss_endent(&db_root, _nss_initf_shadow, &context); in endspent()
75 nss_delete(&db_root); in endspent()
89 (void) nss_getent(&db_root, _nss_initf_shadow, &context, &arg); in getspent_r()
H A Dgetnetgrent.c57 static DEFINE_NSS_DB_ROOT(db_root);
119 (void) nss_search(&db_root, _nss_initf_netgroup,
166 (void) nss_search(&db_root, _nss_initf_netgroup, in setnetgrent()
229 nss_delete(&db_root); /* === ? */ in endnetgrent()
/titanic_44/usr/src/lib/libproject/common/
H A Dgetprojent.c59 static DEFINE_NSS_DB_ROOT(db_root);
72 nss_setent(&db_root, _nss_initf_project, &context); in _setprojent()
78 nss_endent(&db_root, _nss_initf_project, &context); in _endprojent()
79 nss_delete(&db_root); in _endprojent()
88 (void) nss_getent(&db_root, _nss_initf_project, &context, &arg); in _getprojent()
111 (void) nss_search(&db_root, _nss_initf_project, in _getprojbyid()
123 (void) nss_search(&db_root, _nss_initf_project, in _getprojbyname()
221 (void) nss_search(&db_root, _nss_initf_project, in _getdefaultproj()
236 (void) nss_search(&db_root, _nss_initf_project, in _getdefaultproj()
244 (void) nss_search(&db_root, _nss_initf_project, in _getdefaultproj()
[all …]
/titanic_44/usr/src/lib/libtsnet/common/
H A Dtsol_gettpent.c42 static DEFINE_NSS_DB_ROOT(db_root);
68 arg.status = nss_search(&db_root, _nss_initf_tsol_tp, in tsol_gettpbyname()
87 nss_setent(&db_root, _nss_initf_tsol_tp, &context); in tsol_settpent()
94 nss_endent(&db_root, _nss_initf_tsol_tp, &context); in tsol_endtpent()
95 nss_delete(&db_root); in tsol_endtpent()
110 arg.status = nss_getent(&db_root, _nss_initf_tsol_tp, &context, &arg); in tsol_gettpent()
H A Dtsol_getrhent.c47 static DEFINE_NSS_DB_ROOT(db_root);
74 arg.status = nss_search(&db_root, _nss_initf_tsol_rh, in tsol_getrhbyaddr()
93 nss_setent(&db_root, _nss_initf_tsol_rh, &context); in tsol_setrhent()
100 nss_endent(&db_root, _nss_initf_tsol_rh, &context); in tsol_endrhent()
101 nss_delete(&db_root); in tsol_endrhent()
116 arg.status = nss_getent(&db_root, _nss_initf_tsol_rh, &context, &arg); in tsol_getrhent()
/titanic_44/usr/src/lib/print/libpapi-dynamic/common/
H A Dnss.c340 static DEFINE_NSS_DB_ROOT(db_root);
403 nss_setent(&db_root, _nss_initf_printers, &context); in setprinterentry()
416 nss_endent(&db_root, _nss_initf_printers, &context); in endprinterentry()
417 nss_delete(&db_root); in endprinterentry()
441 res = nss_getent(&db_root, _nss_initf_printers, &context, &arg); in getprinterentry()
505 res = nss_search(&db_root, _nss_initf_printers, in getprinterbyname()
/titanic_44/usr/src/lib/nsswitch/compat/common/
H A Dgetauuser.c34 static DEFINE_NSS_DB_ROOT(db_root);
105 &db_root, in _nss_compat_audit_user_constr()
H A Dgetuserattr.c34 static DEFINE_NSS_DB_ROOT(db_root);
105 &db_root, in _nss_compat_user_attr_constr()
H A Dgetspent.c54 static DEFINE_NSS_DB_ROOT(db_root);
198 &db_root,
/titanic_44/usr/src/lib/passwdutil/
H A Dswitch_utils.c598 static DEFINE_NSS_DB_ROOT(db_root);
609 nss_delete(&db_root); in endutilpwent()
627 (void) nss_search(&db_root, nss_ldap_passwd, in getpwnam_from()
632 (void) nss_search(&db_root, nss_nis_passwd, in getpwnam_from()
658 (void) nss_search(&db_root, nss_ldap_passwd, in getpwuid_from()
663 (void) nss_search(&db_root, nss_nis_passwd, in getpwuid_from()

12