Home
last modified time | relevance | path

Searched refs:NSS_TRYLOCAL (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libc/port/gen/
H A Dnss_common.c1162 if (res != NSS_TRYLOCAL) in nss_search()
1393 if (status != NSS_TRYLOCAL) in nss_setent_u()
1469 if (status != NSS_TRYLOCAL) in nss_getent_u()
1548 if (status != NSS_TRYLOCAL) { in nss_endent_u()
1715 return (NSS_TRYLOCAL); in nss_pack()
2022 return (NSS_TRYLOCAL); in _nsc_search()
2032 return (NSS_TRYLOCAL); in _nsc_search()
2034 return (NSS_TRYLOCAL); in _nsc_search()
2062 return (NSS_TRYLOCAL); in _nsc_search()
2089 nss_status_t status = NSS_TRYLOCAL; in _nsc_setent_u()
[all …]
H A Dgetxby_door.c387 rp->p_status == NSS_TRYLOCAL) in _nsc_try1door()
H A Dnss_dbdefs.c761 return (NSS_TRYLOCAL); in nss_default_key2str()
/titanic_50/usr/src/cmd/nscd/
H A Dnscd_switch.c657 res = NSS_TRYLOCAL; in nss_search()
686 res = NSS_TRYLOCAL; in nss_search()
825 res = NSS_TRYLOCAL; in nss_search()
876 res = NSS_TRYLOCAL; in nss_search()
1424 if (!swret.noarg && status != NSS_TRYLOCAL) in nss_psearch()
1555 NSCD_SET_STATUS(pbuf, NSS_TRYLOCAL, 0); in nss_psetent()
1653 NSCD_SET_STATUS(pbuf, NSS_TRYLOCAL, 0); in delayed_setent()
H A Dcache.c1766 if (NSCD_GET_STATUS(phdr) == NSS_TRYLOCAL) in nsc_lookup()
1790 NSCD_SET_STATUS(phdr, NSS_TRYLOCAL, -1); in nsc_lookup()
/titanic_50/usr/src/head/
H A Dnss_common.h242 NSS_TRYLOCAL = 5, enumerator