Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c1292 if (contextpp == 0) { in nss_setent()
1306 if (contextpp == 0) { in nss_getent()
1318 if (contextpp == 0) { in nss_endent()
1356 nss_getent_t *contextpp) in nss_setent_u() argument
1369 contextpp->ctx = contextp; in nss_setent_u()
1394 contextpp->ctx = 0; in nss_setent_u()
1525 nss_getent_t *contextpp) in nss_endent_u() argument
1540 contextpp->ctx = 0; in nss_endent_u()
1562 contextpp->ctx = 0; in nss_endent_u()
2073 nss_getent_t *contextpp) in _nsc_setent_u() argument
[all …]
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_switch.c1020 nss_getent_t *contextpp) in nss_setent() argument
1022 if (contextpp == 0) in nss_setent()
1033 if (contextpp == 0) { in nss_getent()
1042 nss_getent_t *contextpp) in nss_endent() argument
1044 if (contextpp == 0) in nss_endent()
1074 nss_getent_t *contextpp) in nss_setent_u() argument
1087 rootp, initf, contextpp); in nss_setent_u()
1201 rootp, initf, contextpp, args); in nss_getent_u()
1285 nss_getent_t *contextpp) in nss_endent_u() argument
1292 rootp, initf, contextpp); in nss_endent_u()
[all …]
H A Dnscd_getentctx.c392 nss_getent_t *contextpp, in _nscd_get_getent_ctx() argument
477 contextpp->ctx = (struct nss_getent_context *)c; in _nscd_get_getent_ctx()
H A Dnscd_switch.h317 nss_getent_t *contextpp,