Searched refs:LDAP_CACHE_DOOR (Results 1 – 3 of 3) sorted by relevance
519 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)) {
245 #define LDAP_CACHE_DOOR "/var/run/ldap_cache_door" macro
110 if ((doorfd = open(LDAP_CACHE_DOOR, O_RDONLY, 0)) in __ns_ldap_trydoorcall_getfd()