Searched refs:isPeruserNscd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connmgmt.c439 static boolean_t isPeruserNscd = B_FALSE; local
448 return (isPeruserNscd);
456 return (isPeruserNscd);
460 isPeruserNscd = B_FALSE;
465 isPeruserNscd = check_nscd_proc(my_ppid, B_TRUE);
468 /* Remember for whom isPeruserNscd is. */
472 return (isPeruserNscd);

Completed in 104 milliseconds