Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.h118 extern int is_called_from_nscd(pid_t pid); /* in cachemgr.c */
H A Dcachemgr.c839 is_called_from_nscd(ucred_getpid(uc))) {
871 is_called_from_nscd(ucred_getpid(uc))) {
1406 is_called_from_nscd(pid_t pid) function
H A Dcachemgr_change.c664 if ((euid == 0 && is_called_from_nscd(pid)) || in chg_is_called_from_nscd_or_peruser_nscd()