Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ldapcachemgr/
H A Dcachemgr.c519 if (stat(LDAP_CACHE_DOOR, &buf) < 0) {
522 if ((newfd = creat(LDAP_CACHE_DOOR, 0444)) < 0) {
524 LDAP_CACHE_DOOR,
531 if (fattach(did, LDAP_CACHE_DOOR) < 0) {
533 (fdetach(LDAP_CACHE_DOOR) < 0) ||
534 (fattach(did, LDAP_CACHE_DOOR) < 0)) {
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_cache_door.h245 #define LDAP_CACHE_DOOR "/var/run/ldap_cache_door" macro
H A Dns_cache_door.c110 if ((doorfd = open(LDAP_CACHE_DOOR, O_RDONLY, 0)) in __ns_ldap_trydoorcall_getfd()