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

12

/opensolaris-onvv-gate/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);
74 nss_endent(&db_root, _nss_initf_services, &context);
75 nss_delete(&db_root);
97 res = nss_getent(&db_root, _nss_initf_services, &context, &arg);
H A Dgetnetent_r.c47 static DEFINE_NSS_DB_ROOT(db_root);
71 res = nss_search(&db_root, _nss_initf_net,
89 res = nss_search(&db_root, _nss_initf_net,
100 nss_setent(&db_root, _nss_initf_net, &context);
108 nss_endent(&db_root, _nss_initf_net, &context);
109 nss_delete(&db_root);
121 res = nss_getent(&db_root, _nss_initf_net, &context, &arg);
H A Dgetprotoent_r.c43 static DEFINE_NSS_DB_ROOT(db_root);
67 res = nss_search(&db_root, _nss_initf_proto,
83 res = nss_search(&db_root, _nss_initf_proto,
94 nss_setent(&db_root, _nss_initf_proto, &context);
102 nss_endent(&db_root, _nss_initf_proto, &context);
103 nss_delete(&db_root);
115 res = nss_getent(&db_root, _nss_initf_proto, &context, &arg);
H A Dbootparams_getbyname.c36 static DEFINE_NSS_DB_ROOT(db_root);
57 res = nss_search(&db_root, _nss_initf_bootparams,
H A Dether_addr.c65 static DEFINE_NSS_DB_ROOT(db_root);
93 res = nss_search(&db_root, _nss_initf_ethers,
118 res = nss_search(&db_root, _nss_initf_ethers,
/opensolaris-onvv-gate/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);
81 nss_endent(&db_root, _nss_initf_ipnodes, &context);
82 nss_delete(&db_root);
93 res = nss_getent(&db_root, _nss_initf_ipnodes,
H A Dgethostent_r.c63 static DEFINE_NSS_DB_ROOT(db_root);
77 nss_setent(&db_root, _nss_initf_hosts, &context);
85 nss_endent(&db_root, _nss_initf_hosts, &context);
86 nss_delete(&db_root);
97 res = nss_getent(&db_root, _nss_initf_hosts,
H A Dgetauthattr.c46 static DEFINE_NSS_DB_ROOT(db_root);
102 nss_setent(&db_root, _nss_initf_authattr, &context);
110 nss_endent(&db_root, _nss_initf_authattr, &context);
111 nss_delete(&db_root);
122 res = nss_getent(&db_root, _nss_initf_authattr, &context, &arg);
139 res = nss_search(&db_root, _nss_initf_authattr,
H A Dgetauuser.c48 static DEFINE_NSS_DB_ROOT(db_root);
104 nss_setent(&db_root, _nss_initf_auuser, &context);
112 nss_endent(&db_root, _nss_initf_auuser, &context);
113 nss_delete(&db_root);
125 res = nss_getent(&db_root, _nss_initf_auuser, &context, &arg);
147 res = nss_search(&db_root, _nss_initf_auuser,
H A Dgetprofattr.c45 static DEFINE_NSS_DB_ROOT(db_root);
99 nss_setent(&db_root, _nss_initf_profattr, &context);
107 nss_endent(&db_root, _nss_initf_profattr, &context);
108 nss_delete(&db_root);
119 res = nss_getent(&db_root, _nss_initf_profattr, &context, &arg);
136 res = nss_search(&db_root, _nss_initf_profattr,
H A Dgetuserattr.c51 static DEFINE_NSS_DB_ROOT(db_root);
109 nss_setent(&db_root, _nss_initf_userattr, &context);
117 nss_endent(&db_root, _nss_initf_userattr, &context);
118 nss_delete(&db_root);
129 res = nss_getent(&db_root, _nss_initf_userattr, &context, &arg);
158 res = nss_search(&db_root, _nss_initf_userattr,
H A Dgetrpcent_r.c44 static DEFINE_NSS_DB_ROOT(db_root);
68 res = nss_search(&db_root, _nss_initf_rpc,
84 res = nss_search(&db_root, _nss_initf_rpc,
94 nss_setent(&db_root, _nss_initf_rpc, &context);
101 nss_endent(&db_root, _nss_initf_rpc, &context);
102 nss_delete(&db_root);
113 res = nss_getent(&db_root, _nss_initf_rpc, &context, &arg);
/opensolaris-onvv-gate/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);
112 nss_endent(&db_root, _nss_initf_printers, &context);
113 nss_delete(&db_root);
128 res = nss_getent(&db_root, _nss_initf_printers, &context, &arg);
145 res = nss_search(&db_root, _nss_initf_printers,
/opensolaris-onvv-gate/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,
87 nss_setent(&db_root, _nss_initf_tsol_tp, &context);
94 nss_endent(&db_root, _nss_initf_tsol_tp, &context);
95 nss_delete(&db_root);
110 arg.status = nss_getent(&db_root, _nss_initf_tsol_tp, &context, &arg);
H A Dtsol_getrhent.c47 static DEFINE_NSS_DB_ROOT(db_root);
74 arg.status = nss_search(&db_root, _nss_initf_tsol_rh,
93 nss_setent(&db_root, _nss_initf_tsol_rh, &context);
100 nss_endent(&db_root, _nss_initf_tsol_rh, &context);
101 nss_delete(&db_root);
116 arg.status = nss_getent(&db_root, _nss_initf_tsol_rh, &context, &arg);
/opensolaris-onvv-gate/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,
93 (void) nss_search(&db_root, _nss_initf_passwd, NSS_DBOP_PASSWD_BYUID,
107 (void) nss_search(&db_root, _nss_initf_passwd, NSS_DBOP_PASSWD_BYUID,
141 (void) nss_search(&db_root, _nss_initf_passwd, NSS_DBOP_PASSWD_BYNAME,
169 nss_setent(&db_root, _nss_initf_passwd, &context);
175 nss_endent(&db_root, _nss_initf_passwd, &context);
176 nss_delete(&db_root);
190 (void) nss_getent(&db_root, _nss_initf_passwd, &context, &arg);
H A Dgetgrnam_r.c46 static DEFINE_NSS_DB_ROOT(db_root);
83 (void) nss_search(&db_root, _nss_initf_group,
99 (void) nss_search(&db_root, _nss_initf_group,
112 (void) nss_search(&db_root, _nss_initf_group,
145 (void) nss_search(&db_root, _nss_initf_group,
172 nss_setent(&db_root, _nss_initf_group, &context);
178 nss_endent(&db_root, _nss_initf_group, &context);
179 nss_delete(&db_root);
193 (void) nss_getent(&db_root, _nss_initf_group, &context, &arg);
279 (void) nss_search(&db_root, _nss_initf_grou
[all...]
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,
229 nss_delete(&db_root); /* === ? */
H A Dgetspent_r.c42 static DEFINE_NSS_DB_ROOT(db_root);
60 (void) nss_search(&db_root, _nss_initf_shadow,
68 nss_setent(&db_root, _nss_initf_shadow, &context);
74 nss_endent(&db_root, _nss_initf_shadow, &context);
75 nss_delete(&db_root);
89 (void) nss_getent(&db_root, _nss_initf_shadow, &context, &arg);
/opensolaris-onvv-gate/usr/src/lib/nsswitch/compat/common/
H A Dgetauuser.c34 static DEFINE_NSS_DB_ROOT(db_root);
105 &db_root,
H A Dgetuserattr.c34 static DEFINE_NSS_DB_ROOT(db_root);
105 &db_root,
H A Dgetspent.c54 static DEFINE_NSS_DB_ROOT(db_root);
198 &db_root,
/opensolaris-onvv-gate/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);
78 nss_endent(&db_root, _nss_initf_project, &context);
79 nss_delete(&db_root);
88 (void) nss_getent(&db_root, _nss_initf_project, &context, &arg);
111 (void) nss_search(&db_root, _nss_initf_project,
123 (void) nss_search(&db_root, _nss_initf_project,
221 (void) nss_search(&db_root, _nss_initf_project,
236 (void) nss_search(&db_root, _nss_initf_project,
244 (void) nss_search(&db_root, _nss_initf_projec
[all...]
/opensolaris-onvv-gate/usr/src/lib/passwdutil/
H A Dswitch_utils.c598 static DEFINE_NSS_DB_ROOT(db_root);
609 nss_delete(&db_root);
627 (void) nss_search(&db_root, nss_ldap_passwd,
632 (void) nss_search(&db_root, nss_nis_passwd,
658 (void) nss_search(&db_root, nss_ldap_passwd,
663 (void) nss_search(&db_root, nss_nis_passwd,
/opensolaris-onvv-gate/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);
416 nss_endent(&db_root, _nss_initf_printers, &context);
417 nss_delete(&db_root);
441 res = nss_getent(&db_root, _nss_initf_printers, &context, &arg);
505 res = nss_search(&db_root, _nss_initf_printers,

Completed in 197 milliseconds

12