Searched refs:domain (Results 101 - 125 of 348) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libsocket/common/
H A Dllib-lsocket71 int socket(int domain, int type, int protocol);
72 int _socket(int domain, int type, int protocol);
77 int socketpair(int domain, int type, int protocol, int sv[]);
78 int _socketpair(int domain, int type, int protocol, int *sv);
79 int _socketpair_bsd(int domain, int type, int protocol, int *sv);
80 int __xnet_socketpair(int domain, int type, int protocol, int *sv);
/illumos-gate/usr/src/lib/libwrap/
H A Drfc931.c49 static FILE *fsocket(domain, type, protocol)
50 int domain;
57 if ((s = socket(domain, type, protocol)) < 0) {
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetpwaent.c74 #define domain (_pwa->_domain) macro
134 if (domain == NULL) {
135 (void) yp_get_default_domain(&domain );
182 if (domain == NULL) {
183 (void) yp_get_default_domain(&domain );
220 if (innetgr(pwadj->pwa_name+2,(char *) NULL,"*",domain)) {
239 if (innetgr(pwadj->pwa_name+2,(char *) NULL,"*",domain)) {
286 if (innetgr(pwadj->pwa_name+2,(char *) NULL,name,domain)) {
309 if (innetgr(pwadj->pwa_name+2,(char *) NULL,name,domain)) {
336 reason = yp_next(domain, "passwd_adjunc
[all...]
H A Dgetgraent.c44 char *domain; member in struct:gradata
118 if (g->domain == NULL)
119 (void) yp_get_default_domain(&g->domain);
178 if (g->domain == NULL) {
179 (void) yp_get_default_domain(&g->domain);
314 if (reason = yp_next(g->domain, "group.adjunct.byname",
338 if (reason = yp_first(g->domain, "group.adjunct.byname",
362 if (reason = yp_match(g->domain, "group.adjunct.byname",
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypsym.h118 extern DBM *ypset_current_map(char *map, char *domain, uint_t *error);
120 extern bool_t ypmkfilename(char *domain, char *map, char *path);
123 extern bool ypget_map_order(char *map, char *domain, uint_t *order);
H A Dyp_b.h63 struct domain { struct
64 struct domain *dom_pnext;
89 #define YPBIND_ERR_NOSERV 2 /* No bound server for passed domain */
182 * ypbind V2 and ypbind V1 differ only in the "set domain"
H A Dypxfrd.x43 pathname domain;
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_ng.c108 const char **domain)
115 if ((*ng->next)(ng, host, user, domain) == 1)
130 const char *user, const char *host, const char *domain)
140 rval = (*ng->test)(ng, name, user, host, domain);
107 ng_next(struct irs_ng *this, const char **host, const char **user, const char **domain) argument
129 ng_test(struct irs_ng *this, const char *name, const char *user, const char *host, const char *domain) argument
H A Dirp_ng.c159 const char **domain)
182 if (irp_unmarshall_ng(host, user, domain, body) == 0) {
201 const char *host, const char *user, const char *domain)
216 if (irp_marshall_ng(host, user, domain, &body, &bodylen) != 0) {
158 ng_next(struct irs_ng *this, const char **host, const char **user, const char **domain) argument
200 ng_test(struct irs_ng *this, const char *name, const char *host, const char *user, const char *domain) argument
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdxbyname.c82 * nsldapi_getdxbyname - lookup DNS DX records for domain and return an ordered
86 nsldapi_getdxbyname( char *domain )
92 LDAPDebug( LDAP_DEBUG_TRACE, "nsldapi_getdxbyname( %s )\n", domain, 0, 0 );
97 if (( rc = res_search( domain, C_IN, T_TXT, buf, sizeof( buf ))) < 0
100 * punt: return list conisting of the original domain name only
103 ( dxs[ 0 ] = nsldapi_strdup( domain )) == NULL ) {
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DLogDRM.java30 package com.sun.solaris.domain.pools;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dsm_resolve.h137 extern DNS_REPLY_T *dns_lookup __P((const char *domain,
H A Dsm_resolve.c375 ** domain -- name to lookup
387 dns_lookup_int(domain, rr_class, rr_type, retrans, retry)
388 const char *domain;
405 sm_dprintf("dns_lookup(%s, %d, %s)\n", domain,
420 len = res_search(domain, rr_class, rr_type, reply, sizeof(reply));
425 domain, rr_class, dns_type_to_string(rr_type), len);
438 dns_lookup(domain, type_name, retrans, retry)
439 const char *domain;
454 return dns_lookup_int(domain, C_IN, type, retrans, retry);
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_ads.c274 * \\hostname.domain\shareUNC
296 * 1) not in the specified domain
306 smb_ads_validate_cache_host(char *domain) argument
311 if (!smb_ads_is_same_domain(smb_ads_cached_host_info->name, domain))
320 * Returns true, if the cached ADS host is in the same domain as the
321 * current (given) domain.
370 * Finds an ADS host in a given domain.
384 * If this function is called during domain join, the specified kpasswd server
388 * domain: fully-qualified domain nam
396 smb_ads_find_host(char *domain) argument
578 char domain[MAXHOSTNAMELEN]; local
641 smb_ads_open_main(smb_ads_handle_t **hp, char *domain, char *user, char *password) argument
1695 smb_ads_join(char *domain, char *user, char *usr_passwd, char *machine_passwd) argument
[all...]
/illumos-gate/usr/src/lib/nsswitch/ad/common/
H A Dad_common.c59 nssad_cfg_discover_props(const char *domain, ad_disc_t ad_ctx, argument
63 if (ad_disc_set_DomainName(ad_ctx, domain) != 0)
153 nssad_cfg_create(const char *domain) argument
165 if ((cp->props.domain_name = strdup(domain)) == NULL)
167 if (nssad_cfg_discover_props(domain, cp->ad_ctx, &cp->props) < 0)
278 get_cfg(const char *domain) argument
285 * The queue is used to hold our per domain
300 strcasecmp(cp->props.domain_name, domain) != 0)
303 /* Found config for the given domain. */
339 /* Create new config entry for the domain */
385 ad_lookup(const char *filter, const char **attrs, const char *domain, adutils_result_t **result) argument
[all...]
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dnis_common.h60 const char *domain; member in struct:nis_backend
108 extern nss_status_t _nss_nis_ypmatch(const char *domain,
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dhst_realm.c55 * Given a fully-qualified domain-style primary host name,
57 * If the hostname contains no discernable domain, or an error occurs,
59 * If the hostname contains a domain, but no translation is found,
60 * the hostname's domain is converted to upper-case and returned.
116 resolv code will try appending the local domain. Since the
121 the local domain or domain search lists to be expanded.
214 Search for the best match for the host or domain.
383 * Fallback to looking for a realm based on the DNS domain
440 from the current domain
486 krb5int_domain_get_realm(krb5_context context, const char *domain, char **realm) argument
540 char *domain = strchr(fqdn, '.'); local
[all...]
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_b.h71 struct domain { struct
72 struct domain *dom_pnext;
95 #define YPBIND_ERR_NOSERV 2 /* No bound server for passed domain */
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dconv_princ.c177 * instance's domain name if requested.
265 char *domain, *cp; local
339 retval = krb5_get_realm_domain(context, realm, &domain);
342 if (domain) {
343 for (cp = domain; *cp; cp++)
347 strncat(buf, domain, sizeof(buf) - 1 - strlen(buf));
348 krb5_xfree(domain);
/illumos-gate/usr/src/lib/libresolv2/
H A Ddns-install65 # Retrieve the name service domain.
67 prop=`$SVCPROP -p $DNS_INSTALL_PG/domain $DNS_INSTALL_FMRI`
100 echo "domain $dns_install_domain" >>/etc/resolv.conf.$$
107 domain=`echo $j | /usr/bin/sed s/\"//g`
108 list="$list $domain"
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Drevnetgroup.c48 * with the domain name. The key will be followed by a tab, then the
56 * Thus to find out all the groups that user "foo" of domain "bar" is in,
185 char *domain; local
196 domain = glist->gl_domain;
197 if (!domain) {
198 domain = universal;
200 key = malloc((unsigned) (strlen(name)+strlen(domain)+2));
201 (void) sprintf(key, "%s.%s", name, domain);
/illumos-gate/usr/src/head/rpcsvc/
H A Dyp.x84 domainname domain;
91 domainname domain;
97 domainname domain;
202 const YPBIND_ERR_NOSERV = 2; /* No bound server for passed domain */
207 * Request data structure for ypbind "Set domain" procedure.
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c65 * CPUs and memory are local to a given proximity domain (NUMA node). The SLIT
99 * - lgrp_plat_node_domain[] Node ID to proximity domain ID mapping
111 * Moreover, it allows for the proximity domain ID to be equal to all of the
113 * nodes - 1>. This is done by hashing each proximity domain ID into the range
115 * N and proximity domain ID N will be entered into lgrp_plat_node_domain[N]
116 * and be assigned node ID N. If the proximity domain IDs aren't numbered
117 * from 0 to <number of nodes - 1>, then hashing the proximity domain IDs into
118 * lgrp_plat_node_domain[] will still work for assigning proximity domain IDs
119 * to node IDs. However, the proximity domain IDs may not map to the
210 * Hash proximity domain I
1355 lgrp_plat_cpu_node_update(node_domain_map_t *node_domain, int node_cnt, cpu_node_map_t *cpu_node, int nentries, uint32_t apicid, uint32_t domain) argument
1458 lgrp_plat_domain_to_node(node_domain_map_t *node_domain, int node_cnt, uint32_t domain) argument
2164 lgrp_plat_node_domain_update(node_domain_map_t *node_domain, int node_cnt, uint32_t domain) argument
2209 lgrp_plat_memnode_info_update(node_domain_map_t *node_domain, int node_cnt, memnode_phys_addr_map_t *memnode_info, int memnode_cnt, uint64_t start, uint64_t end, uint32_t domain, uint32_t device_id) argument
2852 uint32_t domain; local
3040 uint32_t domain; local
3109 uint32_t domain; local
[all...]
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c71 * binding - directory pathname bound to specified domain
74 * domain - domain name
76 * domain_len - length of domain name
135 q = mp->domain;
156 * hash_domain - hash id of this domain
220 get_codeset(const char *domain) argument
226 domain ? domain : "(null)");
229 codeset = _real_bindtextdomain_u(domain, NUL
[all...]
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c81 nis_name n2) /* See if these are the same domain */
143 char domain[LN_BUFSIZE]; member in struct:local_names
183 if (sysinfo(SI_SRPC_DOMAIN, ln->domain, LN_BUFSIZE) < 0)
186 if (ln->domain[strlen(ln->domain)-1] != '.')
187 (void) strcat(ln->domain, ".");
193 * hostname, strip off the domain part. We always use the local
199 if (ln->domain[0] != '.')
201 ln->rpcdomain = strdup(ln->domain);
202 (void) strcat(ln->host, ln->domain);
[all...]

Completed in 95 milliseconds

1234567891011>>