Home
last modified time | relevance | path

Searched refs:contextpp (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libc/port/gen/
H A Dnss_common.c1301 nss_setent(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp) in nss_setent() argument
1303 if (contextpp == 0) { in nss_setent()
1306 cancel_safe_mutex_lock(&contextpp->lock); in nss_setent()
1307 nss_setent_u(rootp, initf, contextpp); in nss_setent()
1308 cancel_safe_mutex_unlock(&contextpp->lock); in nss_setent()
1312 nss_getent(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp, in nss_getent() argument
1317 if (contextpp == 0) { in nss_getent()
1320 cancel_safe_mutex_lock(&contextpp->lock); in nss_getent()
1321 status = nss_getent_u(rootp, initf, contextpp, args); in nss_getent()
1322 cancel_safe_mutex_unlock(&contextpp->lock); in nss_getent()
[all …]
/titanic_50/usr/src/cmd/nscd/
H A Dnscd_switch.c1020 nss_getent_t *contextpp) in nss_setent() argument
1022 if (contextpp == 0) in nss_setent()
1024 nss_setent_u(rootp, initf, contextpp); in nss_setent()
1028 nss_getent(nss_db_root_t *rootp, nss_db_initf_t initf, nss_getent_t *contextpp, in nss_getent() argument
1033 if (contextpp == 0) { in nss_getent()
1036 status = nss_getent_u(rootp, initf, contextpp, args); in nss_getent()
1042 nss_getent_t *contextpp) in nss_endent() argument
1044 if (contextpp == 0) in nss_endent()
1046 nss_endent_u(rootp, initf, contextpp); in nss_endent()
1074 nss_getent_t *contextpp) in nss_setent_u() argument
[all …]
H A Dnscd_switch.h317 nss_getent_t *contextpp,
H A Dnscd_getentctx.c390 nss_getent_t *contextpp, in _nscd_get_getent_ctx() argument
475 contextpp->ctx = (struct nss_getent_context *)c; in _nscd_get_getent_ctx()