Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_door.h44 ldap_stat_t ldap_stat; member
H A Dcachemgr.c89 return (&current_admin.ldap_stat); in getcacheptr()
348 current_admin.ldap_stat = defaults;
842 current_admin.ldap_stat.ldap_numbercalls++;
923 current_admin.ldap_stat.ldap_numbercalls++;
1102 if (cachemgr_set_ttl(&current_admin.ldap_stat,
1104 new->ldap_stat.ldap_ttl) < 0) {
1166 ptr->ldap_stat.ldap_numbercalls);
H A Dcachemgr_getldap.c2319 current_admin.ldap_stat.ldap_ttl = in update_from_profile()
2325 current_admin.ldap_stat.ldap_ttl); in update_from_profile()
2410 current_admin.ldap_stat.ldap_ttl = atol((char *)*paramVal); in perform_update()
2421 current_admin.ldap_stat.ldap_ttl); in perform_update()
2424 if (current_admin.ldap_stat.ldap_ttl > 0) { in perform_update()
2441 lltostr((long long)current_admin.ldap_stat.ldap_ttl, in perform_update()
2562 sleeptime = current_admin.ldap_stat.ldap_ttl; in getldap_refresh()
2565 "seconds\n", current_admin.ldap_stat.ldap_ttl); in getldap_refresh()
/titanic_44/usr/src/lib/libsldap/common/
H A Dns_cache_door.h49 typedef struct ldap_stat { struct
/titanic_44/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c2806 int domain_stat, conf_stat, ldap_stat; in file_backup() local
2952 ldap_stat = stat(NSCONFIGFILE, &buf); in file_backup()
2956 NSCONFIGFILE, ldap_stat); in file_backup()
2957 if (ldap_stat == 0) { in file_backup()