Searched refs:LDAP_CACHE_DOOR (Results 1 – 3 of 3) sorted by relevance
518 if (stat(LDAP_CACHE_DOOR, &buf) < 0) {521 if ((newfd = creat(LDAP_CACHE_DOOR, 0444)) < 0) {523 LDAP_CACHE_DOOR,530 if (fattach(did, LDAP_CACHE_DOOR) < 0) {532 (fdetach(LDAP_CACHE_DOOR) < 0) ||533 (fattach(did, LDAP_CACHE_DOOR) < 0)) {
245 #define LDAP_CACHE_DOOR "/var/run/ldap_cache_door" macro
108 if ((doorfd = open(LDAP_CACHE_DOOR, O_RDONLY, 0)) in __ns_ldap_trydoorcall_getfd()