Home
last modified time | relevance | path

Searched refs:lookups (Results 1 – 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetexecattr.c219 struct __nsw_lookup *lookups = NULL; in _getexecprof() local
223 if ((lookups = conf->lookups) == NULL) in _getexecprof()
240 : lookups->service_name; in _getexecprof()
258 } while (lookups && (lookups = lookups->next)); in _getexecprof()
/illumos-gate/usr/src/cmd/mdb/common/modules/svc.startd/
H A Dstartd.c56 u_longlong_t lookups; in startd_status() local
68 if (mdb_readvar(&lookups, "dictionary_lookups") == -1) { in startd_status()
174 " override pref, raised: %llu\n", lookups, in startd_status()
175 lookups ? ns_total / (1000 * lookups) : 0, dep_inserts, in startd_status()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_nswparse.c100 if (cfp->lookups) { in freeconf_v1()
102 for (cur = cfp->lookups; cur; cur = nex) { in freeconf_v1()
199 lkq = &cfp->lookups; in _nsw_getoneconfig_v1()
H A Dnscd_nswstate.c260 lkp = s->config->lookups; in _nscd_create_nsw_state()
359 lkp = s->config->lookups; in check_be_array()
H A Dnscd_nswconfig.c358 lkp = swcfg->lookups; in _nscd_create_sw_struct()
H A Dnscd_switch.c757 lkp = s->config->lookups; in nss_search()
1234 lkp = s->config->lookups; in nss_getent_u()
/illumos-gate/usr/src/cmd/keyserv/
H A Dchkey_common.c218 for (look = conf->lookups; look; look = look->next) { in switch_policy_str()
230 return (conf == NULL || conf->lookups == NULL); in no_switch_policy()
237 conf->lookups && in is_switch_policy()
238 strcmp(conf->lookups->service_name, target) == 0 && in is_switch_policy()
239 conf->lookups->next == NULL); in is_switch_policy()
261 target_service = conf->lookups->service_name; in first_and_only_switch_policy()
263 if (conf->lookups->next != NULL) { in first_and_only_switch_policy()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnsparse.c151 lkq = &cfp->lookups; in _nsw_getoneconfig_v1()
346 lkq = &cfp->lookups; in _nsw_getoneconfig()
745 if (cfp->lookups) { in freeconf_v1()
747 for (cur = cfp->lookups; cur; cur = nex) { in freeconf_v1()
763 if (cfp->lookups) { in freeconf()
765 for (cur = cfp->lookups; cur; cur = nex) { in freeconf()
/illumos-gate/usr/src/lib/libc/inc/
H A Dnsswitch_priv.h106 struct __nsw_lookup_v1 *lookups; member
/illumos-gate/usr/src/head/
H A Dnsswitch.h116 struct __nsw_lookup *lookups; member
/illumos-gate/usr/src/lib/passwdutil/
H A Dswitch_utils.c70 if (strcmp(cfg->lookups->service_name, "ldap") == 0) in name_to_int()
92 if (strcmp(cfg->lookups->service_name, "ldap") == 0) in get_compat_mode()
150 lkp = conf->lookups; in get_ns()
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Ddnsbl.m421 # map for DNS based blacklist lookups
H A Denhdnsbl.m420 # map for enhanced DNS based blacklist lookups
/illumos-gate/usr/src/lib/libnsl/key/
H A Dpublickey.c569 for (look = conf->lookups; look; look = look->next) { in __getpublickey_cached_g()
653 for (look = conf->lookups; look; look = look->next) { in getsecretkey_g()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dnetname.c215 for (look = conf->lookups; look; look = look->next) { in user2netname()
H A Dnetnamer.c423 for (look = conf->lookups; look; look = look->next) { in netname2user()
/illumos-gate/usr/src/cmd/netfiles/
H A Dnss.dfl26 # NETID_AUTHORITATIVE changes the behaviour of nameservice lookups to use
H A Dnsswitch.dns29 # DNS for hosts lookups, otherwise it does not use any other naming service.
H A Dnsswitch.ad30 # hosts lookups; and files for the remaining databases.
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.dfl64 # passwd performs dictionary lookups if DICTIONLIST or DICTIONDBDIR
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_generic.c102 lkp = conf->lookups;
H A Dns_ldap.c188 for (lkp = conf->lookups; lkp != NULL; lkp = lkp->next) { in init_ldap()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-dns.c224 for (lkp = conf->lookups; lkp != NULL; lkp = lkp->next) { in prldap_x_install_dns_skipdb()
/illumos-gate/usr/src/cmd/sendmail/src/
H A DREAD_ME71 sm_resolve.c Routines for DNS lookups (for DNS map type).
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME1014 map lookups.
1349 Currently access_db lookups can not be used to
1731 lookups. To use the default schema, simply use:
2003 host1.example.com lookups.
3450 DNS lookups on every address, it can
3584 seconds) for all resolver lookups
3600 all resolver lookups except the
3741 [False] If set, $[ ... $] lookups that
3742 do DNS based lookups do not expand
3753 lookups as well.
[all …]

12