Searched refs:domains (Results 1 - 20 of 20) sorted by relevance

/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_powerfet","domain_powerfet","domain_powerfet";
/illumos-gate/usr/src/uts/i86pc/io/
H A Dppm.conf31 # "ppm-domains" - in form of "domain_xxx" where "xxx" string highlights
71 ppm-domains="domain_cpu" , "domain_estar";
/illumos-gate/usr/src/uts/sun4u/chicago/io/
H A Dppm.conf34 # "ppm-domains" - in form of "domain_xxx" where "xxx" string highlights
83 ppm-domains="domain_cpu", "domain_diskfet", "domain_led", "domain_pciegfx";
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dlocale.c79 * Define a local structure for maintaining the domains we care about.
212 * Presently we support two domains (libc's strerror() uses SUNW_OST_OSLIB).
220 static Domain *domains; local
228 * Determine if we've initialized any domains yet.
231 if ((domains = calloc(sizeof (Domain), 2)) == NULL)
233 domains[0].dom_name = MSG_ORIG(MSG_SUNW_OST_SGS);
234 domains[1].dom_name = MSG_ORIG(MSG_SUNW_OST_OSLIB);
244 for (_domain = domains; cnt < domaincnt; _domain++, cnt++) {
260 for (cnt = 0, _domain = domains; cnt < domaincnt; _domain++, cnt++) {
/illumos-gate/usr/src/uts/sun4u/taco/io/
H A Dppm.conf34 # "ppm-domains" - in form of "domain_xxx" where "xxx" string highlights
77 ppm-domains="domain_cpu", "domain_idefet", "domain_led",
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c122 ypDomains->domains = NULL;
393 free_yp_domain_context(__yp_domain_context_t *domains) argument
397 if (domains != NULL) {
398 for (i = 0; i < domains->numDomains; i++) {
399 if (domains->domains[i] != NULL) {
400 free(domains->domains[i]);
401 domains->domains[
[all...]
H A Dldap_parse.h64 int numDomains; /* number of domains listed in mapping file */
66 char **domains; /* Array of LDAP domains */ member in struct:__anon3591
H A Dnis_parse_ldap_map.c363 * Adds the yp domains information to the __yp_domain_context_t
432 ypDomains->domains =
433 (char **)s_realloc(ypDomains->domains,
435 sizeof (ypDomains->domains[0]));
436 if (ypDomains->domains == NULL) {
445 ypDomains->domains[numDomains] =
447 if (ypDomains->domains[numDomains] == NULL) {
/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) argument
98 if (profile == NULL || realm == NULL || domains == NULL)
102 domains));
330 char **domains = NULL, **domain = NULL; local
339 code = __profile_get_domain_realm(profile, realm, &domains);
340 if (code == 0 && domains != NULL) {
341 for (domain = domains; *domain; domain++) {
350 if (domains != NULL)
351 profile_free_list(domains);
803 char **trealms = NULL, **domains local
[all...]
/illumos-gate/usr/src/uts/sun4u/enchilada/io/
H A Dppm.conf34 # "ppm-domains" - in form of "domain_xxx" where "xxx" string highlights
83 ppm-domains="domain_cpu", "domain_scsifet1", "domain_scsifet2",
/illumos-gate/usr/src/lib/libadutils/common/
H A Daddisc.c710 * Lookup the trusted domains in the global catalog.
713 * array of trusted domains which is terminated by
733 logger(LOG_DEBUG, "Looking for trusted domains...");
758 logger(LOG_DEBUG, "Trusted domains:");
813 * This functions finds all the domains in a forest.
827 ad_disc_domainsinforest_t *domains = NULL; local
830 logger(LOG_DEBUG, "Looking for domains in forest...");
840 /* Find domains */
851 domains = calloc(nresults + 1, sizeof (*domains));
[all...]
/illumos-gate/usr/src/cmd/lms/tools/
H A DATNetworkTool.cpp202 int ATNetworkTool::GetLocalNetDomains(ATDomainMap &domains, int &error, int family) argument
211 domains.clear();
219 domains[*ait] = domain;
H A DATNetworkTool.h337 /* Gets all local domains from local running network interfaces
338 * @param domains [out] map of <local IP address> => <domain name>
343 static int GetLocalNetDomains(ATDomainMap &domains, int &error,
/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.
2028 # Filter out all the YP domains in /var/yp
2029 # The list of domains i
[all...]
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c135 ypDomains.domains[count];
212 ypDomains.domains[count];
347 * is the list of domains for which passwords should be changed.
685 __nisdb_get_tsd()->domainContext = ypDomains.domains[i];
1157 * should do with domains. Maybe we should check for a pre-
H A Ddit_access_utils.c1626 dn = ypDomains.domains[i];
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c2038 char **hosts, **users, **domains; local
2047 &hosts, &users, &domains,
2060 STRVAL(domains[i]));
2067 domains[i], NULL, &size);
2075 domains[i], buff,
/illumos-gate/usr/src/cmd/lms/
H A DProtocol.cpp1423 ATDomainMap domains; local
1425 ATNetworkTool::GetLocalNetDomains(domains, error, PF_INET);
1426 _updateEnterpriseAccessStatus(domains);
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c143 #define XD_DOM_GUEST 0x02 /* Guest domains (i.e. non-dom0). */
144 #define XD_DOM_IO 0x04 /* IO domains. */
1812 char **domains; local
1816 if ((domains = xenbus_directory(XBT_NULL, xdcp->xs_path_be, "",
1821 ldomains += strlen(domains[i]) + 1 + sizeof (char *);
1823 i_xvdi_enum_worker(parent, xdcp, domains[i]);
1825 kmem_free(domains, ldomains);
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh614 query "$(gettext "Do you have multiple DNS domains spanning the Kerberos realm") $realm ?"
672 printf "\t$(gettext "[ -f fqdn_list ] specifies which domains to configure host keys for this client")\n" >&2
1130 # switch domains.
1266 # Check to see if the client is transitioning between domains.
1874 query "$(gettext "Do you have multiple domains/hosts to map to realm %s"

Completed in 127 milliseconds