Searched defs:dc_str (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_change.c644 chg_is_called_from_nscd_or_peruser_nscd(char *dc_str, pid_t *pidp) argument
663 "uid %u, euid %u\n", dc_str, pid,
669 "euid %u\n", dc_str, pid,
H A Dcachemgr.c74 static int is_root(int free_uc, char *dc_str, ucred_t **uc);
75 int is_root_or_all_privs(char *dc_str, ucred_t **ucp);
1359 is_root(int free_uc, char *dc_str, ucred_t **ucp) argument
1377 "unavailable)\n", dc_str, ucred_getpid(*ucp),
1386 dc_str, ucred_getpid(*ucp), ucred_getruid(*ucp),
1818 is_root_or_all_privs(char *dc_str, ucred_t **ucp) argument
1827 if (is_root(0, dc_str, ucp) == 1) {
1845 "be unavailable)\n", dc_str,
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c379 char *dc_str)
406 "euid %d, zoneid %d\n", dc_str, ucred_getpid(uc),
416 "euid %d, zoneid %d\n", dc_str, ucred_getpid(uc),
428 char *dc_str,
469 "euid %d, header ruid %d, header euid %d\n", dc_str,
377 N2N_check_priv( void *buf, char *dc_str) argument
425 _nscd_APP_check_cred( void *buf, pid_t *pidp, char *dc_str, int log_comp, int log_level) argument

Completed in 107 milliseconds