Searched defs:domains (Results 1 - 9 of 9) sorted by relevance

/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/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/cmd/lms/tools/
H A DATNetworkTool.cpp202 int ATNetworkTool::GetLocalNetDomains(ATDomainMap &domains, int &error, int family) argument
211 domains.clear();
219 domains[*ait] = domain;
/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
/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/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/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);

Completed in 3980 milliseconds