Home
last modified time | relevance | path

Searched refs:NSCD_LOCAL_COOKIE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c1375 if (contextp->cookie != NSCD_LOCAL_COOKIE) in nss_setent_u()
2083 if (contextp->cookie == NSCD_LOCAL_COOKIE) in _nsc_setent_u()
2088 contextp->cookie = NSCD_LOCAL_COOKIE; in _nsc_setent_u()
2094 contextp->cookie = NSCD_LOCAL_COOKIE; in _nsc_setent_u()
2098 contextp->cookie = NSCD_LOCAL_COOKIE; in _nsc_setent_u()
2127 contextp->cookie = NSCD_LOCAL_COOKIE; in _nsc_setent_u()
2160 if (contextp->cookie == NSCD_LOCAL_COOKIE) in _nsc_getent_u()
2191 contextp->cookie = NSCD_LOCAL_COOKIE; in _nsc_getent_u()
2227 if (contextp->cookie == NSCD_LOCAL_COOKIE) in _nsc_endent_u()
/illumos-gate/usr/src/head/
H A Dnss_dbdefs.h559 #define NSCD_LOCAL_COOKIE 1 macro
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_switch.c1647 *cookie_num_p = NSCD_LOCAL_COOKIE; in delayed_setent()