Home
last modified time | relevance | path

Searched refs:config_str (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_cache_door.h94 char config_str[sizeof (int)]; /* real size is data_size */ member
122 ldap_config_out_t config_str; member
H A Dns_config.c3330 cfghdr = &sptr->ldap_ret.ldap_u.config_str; in __door_getconf()
3331 *buflen = offsetof(ldap_config_out_t, config_str) + in __door_getconf()
3377 bufptr = (char *)cfghdr->config_str; in SetDoorInfoToUnixCred()
3447 bufptr = (char *)cfghdr->config_str; in SetDoorInfo()
H A Dns_confmgr.c561 (void) memcpy(cout->config_str, configinfo->str, in __ns_ldap_LoadDoorInfo()
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_change.c473 if (strcmp(new_out->config_str, cur_out->config_str) != 0) { in chg_test_config_change()