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

/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_door.h44 ldap_stat_t ldap_stat; member in struct:admin
H A Dcachemgr.c89 return (&current_admin.ldap_stat);
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 =
2325 current_admin.ldap_stat.ldap_ttl);
2410 current_admin.ldap_stat.ldap_ttl = atol((char *)*paramVal);
2421 current_admin.ldap_stat.ldap_ttl);
2424 if (current_admin.ldap_stat.ldap_ttl > 0) {
2441 lltostr((long long)current_admin.ldap_stat.ldap_ttl,
2562 sleeptime = current_admin.ldap_stat.ldap_ttl;
2565 "seconds\n", current_admin.ldap_stat.ldap_ttl);
/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.c2806 int domain_stat, conf_stat, ldap_stat; local
2952 ldap_stat = stat(NSCONFIGFILE, &buf);
2956 NSCONFIGFILE, ldap_stat);
2957 if (ldap_stat == 0) {

Completed in 84 milliseconds