Home
last modified time | relevance | path

Searched refs:ldap_stat (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_door.h42 ldap_stat_t ldap_stat; member
H A Dcachemgr.c90 return (&current_admin.ldap_stat); in getcacheptr()
350 current_admin.ldap_stat = defaults;
841 current_admin.ldap_stat.ldap_numbercalls++;
922 current_admin.ldap_stat.ldap_numbercalls++;
1101 if (cachemgr_set_ttl(&current_admin.ldap_stat,
1103 new->ldap_stat.ldap_ttl) < 0) {
1165 ptr->ldap_stat.ldap_numbercalls);
H A Dcachemgr_getldap.c2323 current_admin.ldap_stat.ldap_ttl = in update_from_profile()
2329 current_admin.ldap_stat.ldap_ttl); in update_from_profile()
2414 current_admin.ldap_stat.ldap_ttl = atol((char *)*paramVal); in perform_update()
2425 current_admin.ldap_stat.ldap_ttl); in perform_update()
2428 if (current_admin.ldap_stat.ldap_ttl > 0) { in perform_update()
2445 lltostr((long long)current_admin.ldap_stat.ldap_ttl, in perform_update()
2568 sleeptime = current_admin.ldap_stat.ldap_ttl; in getldap_refresh()
2571 "seconds\n", current_admin.ldap_stat.ldap_ttl); in getldap_refresh()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_cache_door.h49 typedef struct ldap_stat { struct
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c2807 int domain_stat, conf_stat, ldap_stat; in file_backup() local
2953 ldap_stat = stat(NSCONFIGFILE, &buf); in file_backup()
2957 NSCONFIGFILE, ldap_stat); in file_backup()
2958 if (ldap_stat == 0) { in file_backup()