Home
last modified time | relevance | path

Searched refs:domains (Results 1 – 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c122 ypDomains->domains = NULL; in initialize_yp_parse_structs()
393 free_yp_domain_context(__yp_domain_context_t *domains) in free_yp_domain_context() argument
397 if (domains != NULL) { in free_yp_domain_context()
398 for (i = 0; i < domains->numDomains; i++) { in free_yp_domain_context()
399 if (domains->domains[i] != NULL) { in free_yp_domain_context()
400 free(domains->domains[i]); in free_yp_domain_context()
401 domains->domains[i] = NULL; in free_yp_domain_context()
403 if (domains->domainLabels[i] != NULL) { in free_yp_domain_context()
404 free(domains->domainLabels[i]); in free_yp_domain_context()
405 domains->domainLabels[i] = NULL; in free_yp_domain_context()
[all …]
H A Dldap_parse.h64 char **domains; /* Array of LDAP domains */ member
H A Dnis_parse_ldap_map.c432 ypDomains->domains = in add_ypdomains_attribute()
433 (char **)s_realloc(ypDomains->domains, in add_ypdomains_attribute()
435 sizeof (ypDomains->domains[0])); in add_ypdomains_attribute()
436 if (ypDomains->domains == NULL) { in add_ypdomains_attribute()
445 ypDomains->domains[numDomains] = in add_ypdomains_attribute()
447 if (ypDomains->domains[numDomains] == NULL) { in add_ypdomains_attribute()
H A Dnis_parse_ldap_conf.h573 extern void free_yp_domain_context(__yp_domain_context_t *domains);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c96 __profile_get_domain_realm(profile_t profile, char *realm, char ***domains) in __profile_get_domain_realm() argument
98 if (profile == NULL || realm == NULL || domains == NULL) in __profile_get_domain_realm()
102 domains)); in __profile_get_domain_realm()
330 char **domains = NULL, **domain = NULL; in __profile_remove_domain_mapping() local
339 code = __profile_get_domain_realm(profile, realm, &domains); in __profile_remove_domain_mapping()
340 if (code == 0 && domains != NULL) { in __profile_remove_domain_mapping()
341 for (domain = domains; *domain; domain++) { in __profile_remove_domain_mapping()
350 if (domains != NULL) in __profile_remove_domain_mapping()
351 profile_free_list(domains); in __profile_remove_domain_mapping()
803 char **trealms = NULL, **domains = NULL, **ret_vals = NULL; in __profile_validate() local
[all …]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dlocale.c220 static Domain *domains; in dgettext() local
231 if ((domains = calloc(2, sizeof (Domain))) == NULL) in dgettext()
233 domains[0].dom_name = MSG_ORIG(MSG_SUNW_OST_SGS); in dgettext()
234 domains[1].dom_name = MSG_ORIG(MSG_SUNW_OST_OSLIB); in dgettext()
244 for (_domain = domains; cnt < domaincnt; _domain++, cnt++) { in dgettext()
260 for (cnt = 0, _domain = domains; cnt < domaincnt; _domain++, cnt++) { in dgettext()
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Dbestmx_is_local.m426 # limit bestmx to these domains
40 # by passing in a set of possible domains it will improve things.
H A Ddomaintable.m423 # Domain table (adding domains)
H A Dmailertable.m423 # Mailer table (overriding domains)
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.conf32 ppm-domains="domain_cpu","domain_cpu","domain_pciupa","domain_pciupa","domain_1394","domain_powerfe…
/illumos-gate/usr/src/lib/libadutils/common/
H A Daddisc.c830 ad_disc_domainsinforest_t *domains = NULL; in ldap_lookup_domains_in_forest() local
854 domains = calloc(nresults + 1, sizeof (*domains)); in ldap_lookup_domains_in_forest()
855 if (domains == NULL) { in ldap_lookup_domains_in_forest()
883 (void) strcpy(domains[ndomains].sid, sid_str); in ldap_lookup_domains_in_forest()
892 (void) strcpy(domains[ndomains].domain, name); in ldap_lookup_domains_in_forest()
896 logger(LOG_DEBUG, " %s", domains[ndomains].domain); in ldap_lookup_domains_in_forest()
909 tmp = realloc(domains, (ndomains + 1) * sizeof (*domains)); in ldap_lookup_domains_in_forest()
912 domains = tmp; in ldap_lookup_domains_in_forest()
918 return (domains); in ldap_lookup_domains_in_forest()
921 free(domains); in ldap_lookup_domains_in_forest()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dppm.conf71 ppm-domains="domain_cpu" , "domain_estar";
/illumos-gate/usr/src/uts/sun4u/chicago/io/
H A Dppm.conf83 ppm-domains="domain_cpu", "domain_diskfet", "domain_led", "domain_pciegfx";
/illumos-gate/usr/src/uts/sun4u/taco/io/
H A Dppm.conf77 ppm-domains="domain_cpu", "domain_idefet", "domain_led",
/illumos-gate/usr/src/uts/sun4u/enchilada/io/
H A Dppm.conf83 ppm-domains="domain_cpu", "domain_scsifet1", "domain_scsifet2",
/illumos-gate/usr/src/tools/smatch/src/Documentation/sphinx/
H A Dir.py61 class IRDomain(sphinx.domains.Domain):
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh495 HELP - Lists the domains for which password changes should be
499 NIS password change requests do not specify the domains in
521 a common comment character for all the domains.
525 for different domains.
540 for this map for all the domains.
562 on for all the domains.
613 want to keep it same for all the domains.
627 but want to keep it same for all the domains.
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c2034 char **hosts, **users, **domains; in main() local
2043 &hosts, &users, &domains, in main()
2056 STRVAL(domains[i])); in main()
2063 domains[i], NULL, &size); in main()
2071 domains[i], buff, in main()
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c135 ypDomains.domains[count]; in read_from_dit()
212 ypDomains.domains[count]; in write_to_dit()
686 __nisdb_get_tsd()->domainContext = ypDomains.domains[i]; in update_map_from_dit()
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME195 the class {R} /etc/mail/relay-domains and the access database
621 i.e., a list of domains which are nevertheless passed to
623 canonification for local domains, e.g., use
658 routing for particular domains (which are not in class {w},
666 or partial domains preceded by a dot -- for example,
688 limited to your own domains. It may be useful if you
745 if you have several domains with disjoint namespaces hosted
752 domains are actually entire domains to be hidden. All
753 hosts within the masquerading domains will be rewritten
764 NOTE: only domains within your jurisdiction and
[all …]
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c1820 char **domains; in i_xvdi_enum_be() local
1824 if ((domains = xenbus_directory(XBT_NULL, xdcp->xs_path_be, "", in i_xvdi_enum_be()
1829 ldomains += strlen(domains[i]) + 1 + sizeof (char *); in i_xvdi_enum_be()
1831 i_xvdi_enum_worker(parent, xdcp, domains[i]); in i_xvdi_enum_be()
1833 kmem_free(domains, ldomains); in i_xvdi_enum_be()
/illumos-gate/usr/src/cmd/sendmail/cf/mailer/
H A Dsmtp.m450 # output fake domains as user%fake@relay
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dlsarpc.ndl174 * 0x00000000 Lookup isolated names both locally and in domains/forests.
484 * A table of referenced domains.
550 * A table of referenced domains.
H A Dsamrpc.ndl534 * This looks like a request to get the local domains supported by a
535 * remote server. NT always seems to return 2 domains: the local
572 * SAM can handle multiple domains so you need to identify the one with
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dcfhead.m4305 define(`confCR_FILE', `-o MAIL_SETTINGS_DIR`'relay-domains')

12