Searched refs:domain (Results 151 - 175 of 570) sorted by relevance

1234567891011>>

/freebsd-current/crypto/heimdal/lib/roken/
H A Dresolve.c106 if(rr->domain)
107 free(rr->domain);
117 if(r->q.domain)
118 free(r->q.domain);
164 rr->domain = strdup(host);
165 if(rr->domain == NULL) {
210 strlcpy(rr->u.mx->domain, host, hostlen + 1);
458 r->q.domain = strdup(host);
459 if(r->q.domain == NULL) {
522 dns_lookup_int(const char *domain, in argument
599 rk_dns_lookup(const char *domain, const char *type_name) argument
871 rk_dns_lookup(const char *domain, const char *type_name) argument
919 rk_dns_lookup(const char *domain, const char *type_name) argument
[all...]
/freebsd-current/sys/arm64/arm64/
H A Dmp_machdep.c374 * special case for a single domain.
452 start_cpu(u_int cpuid, uint64_t target_cpu, int domain, vm_paddr_t release_addr) argument
470 pcpup = kmem_malloc_domainset(DOMAINSET_PREF(domain), size,
480 bootstacks[cpuid] = kmem_malloc_domainset(DOMAINSET_PREF(domain),
527 int domain; local
539 domain = 0;
542 domain = acpi_pxm_get_cpu_locality(intr->Uid);
544 if (start_cpu(id, intr->ArmMpidr, domain, 0)) {
612 int domain; local
662 OF_getencprop(node, "numa-node-id", &domain, sizeo
[all...]
/freebsd-current/contrib/sendmail/rmail/
H A Drmail.c101 char *addrp = NULL, *domain, *p, *t; local
109 domain = "UUCP"; /* Default "domain". */
119 domain = optarg;
290 sm_snprintf(buf, sizeof(buf), "-p%s", domain);
293 domain, from_sys, domain);
295 sm_snprintf(buf, sizeof(buf), "-p%s:%s", domain, from_sys);
414 "usage: rmail [-T] [-D domain] user ...\n");
/freebsd-current/tools/tools/net80211/wlanwatch/
H A Dwlanwatch.c146 static char domain[MAXHOSTNAMELEN + 1]; local
152 if (gethostname(domain, MAXHOSTNAMELEN) == 0 &&
153 (cp = strchr(domain, '.'))) {
154 domain[MAXHOSTNAMELEN] = '\0';
155 (void) strcpy(domain, cp + 1);
157 domain[0] = 0;
178 !strcmp(cp + 1, domain))
/freebsd-current/crypto/heimdal/kdc/
H A Ddigest-service.c66 const char *domain; local
84 /* XXX forward to NetrLogonSamLogonEx() if not a local domain */
86 domain = ntq.loginDomainName;
88 domain = "BUILTIN";
95 ntq.loginUserName, domain);
106 ret = krb5_make_principal(context, &client, domain,
/freebsd-current/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c104 char *domain = NULL; local
135 domain = optarg;
240 if (domain) {
243 data.data = domain;
244 data.size = strlen(domain);
/freebsd-current/tools/test/stress2/misc/
H A Dsetsockopt2.sh103 int domain, fd, i, one, prot, success, typ;
118 domain = arc4random() % 256;
124 if ((fd = socket(domain, typ, prot)) == -1)
133 fd = socket(domain, typ, prot);
150 fd = socket(domain, typ, prot);
/freebsd-current/sys/vm/
H A Duma.h128 typedef int (*uma_import)(void *arg, void **store, int count, int domain,
309 #define UMA_ANYDOMAIN -1 /* Special value for domain search. */
343 * Allocate an item from a specific NUMA domain. This uses a slow path in
345 * domain if M_WAITOK is set.
350 * domain The domain to allocate from.
353 void *uma_zalloc_domain(uma_zone_t zone, void *arg, int domain, int flags);
429 * domain The NUMA domain that we prefer for this allocation.
436 typedef void *(*uma_alloc)(uma_zone_t zone, vm_size_t size, int domain,
[all...]
/freebsd-current/sys/powerpc/powerpc/
H A Dmp_machdep.c148 int domain, error; local
167 domain = cpu.cr_domain;
169 domain = 0;
175 dpcpu = kmem_malloc_domainset(DOMAINSET_PREF(domain),
184 pc->pc_domain = domain;
188 KASSERT(pc->pc_domain < MAXMEMDOM, ("bad domain value %d\n",
213 printf("cpu%d: dev=%x domain=%d ", i, (int)pc->pc_hwref, pc->pc_domain);
/freebsd-current/sys/dev/isci/scil/
H A Dscif_sas_controller_state_handlers.c186 //Change this domain to STOPPING state. All the remote devices will be
311 // Perform any domain object initialization that is necessary.
393 // starting domain.
413 // Kick-start the domain state machines and, by association, the
430 // Validate that all the domain state machines began successfully.
506 //clear affiliation first. After the last domain finishes clearing
580 status = fw_device->domain->state_handlers->start_io_handler(
581 &fw_device->domain->parent, remote_device, io_request
611 fw_device->domain->state_handlers->complete_io_handler(
612 &fw_device->domain
[all...]
H A Dscif_sas_sati_binding.h157 SCIF_SAS_DOMAIN_T* fw_domain = fw_device->domain; \
191 fw_request->device->domain->controller, &mde \
207 fw_request->device->domain->controller, &mde \
/freebsd-current/lib/librpcsvc/
H A Dyp_update.c58 yp_update(char *domain, char *map, unsigned int ypop, char *key, int keylen, argument
71 /* Get the master server name for 'domain.' */
72 if ((rval = yp_master(domain, map, &master)))
93 if (!host2netname(netname, master, domain)) {
/freebsd-current/sys/x86/x86/
H A Dintr_machdep.c260 int domain)
271 isrc->is_domain = domain;
563 * XXX If the system has a domain with without any usable CPUs (e.g., where all
566 * domain. Once we can rely on the presence of an IOMMU on all x86 platforms
582 printf("%s: unable to route interrupts to CPUs in domain %d\n",
600 intr_next_cpu(int domain) argument
609 domain = 0;
611 apic_id = cpu_apic_ids[current_cpu[domain]];
613 current_cpu[domain]++;
614 if (current_cpu[domain] > mp_maxi
258 intr_add_handler(struct intsrc *isrc, const char *name, driver_filter_t filter, driver_intr_t handler, void *arg, enum intr_type flags, void **cookiep, int domain) argument
775 intr_next_cpu(int domain) argument
[all...]
/freebsd-current/contrib/ldns/ldns/
H A Ddnssec_verify.h416 * keys down to the queried domain.
418 * If we find a valid trust path, return the valid keys for the domain.
421 * \param[in] domain the domain we want valid keys for
425 * \return the set of trusted keys for the domain, or NULL if no
429 const ldns_rdf * domain,
435 * keys down to the queried domain.
437 * If we find a valid trust path, return the valid keys for the domain.
440 * \param[in] domain the domain w
[all...]
/freebsd-current/include/rpcsvc/
H A Dyp.x85 domainname domain;
92 domainname domain;
98 domainname domain;
208 const YPBIND_ERR_NOSERV = 2; /* No bound server for passed domain */
213 * Request data structure for ypbind "Set domain" procedure.
/freebsd-current/usr.sbin/ypserv/common/
H A Dyplib_host.c150 yprk.domain = indomain;
188 yprnk.domain = indomain;
227 yprk.domain = indomain;
264 yprnk.domain = indomain;
289 yprnk.domain = indomain;
315 yprnk.domain = indomain;
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dtest_windows.in60 echo "Create domain controller cert"
68 --domain-controller \
/freebsd-current/contrib/byacc/package/
H A Dbyacc.spec1 Summary: public domain Berkeley LALR Yacc parser generator
21 routine written in the C programming language. It has a public domain
25 Summary: public domain Berkeley LALR Yacc parser generator with backtracking
31 routine written in the C programming language. It has a public domain
/freebsd-current/sys/dev/iscsi/
H A Dicl_wrappers.h166 icl_conn_connect(struct icl_conn *ic, int domain, int socktype, argument
170 return (ICL_CONN_CONNECT(ic, domain, socktype, protocol,
H A Dicl.h157 int domain, int socktype, int protocol,
166 int icl_soft_proxy_connect(struct icl_conn *ic, int domain,
/freebsd-current/usr.sbin/rpc.ypupdated/
H A Dyp_dbupdate.c52 yp_domake(char *map, char *domain) argument
58 execlp(MAP_UPDATE_PATH, MAP_UPDATE, map, domain, (char *)NULL);
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_quota.c120 const char *domain; local
124 domain = zfs_fuid_find_by_idx(zfsvfs, FUID_INDEX(fuid));
125 if (domain)
126 (void) strlcpy(domainbuf, domain, buflen);
232 const char *domain, uint64_t rid, uint64_t *valp)
270 err = zfs_id_to_fuidstr(zfsvfs, domain, rid, buf + offset,
283 const char *domain, uint64_t rid, uint64_t quota)
327 err = zfs_id_to_fuidstr(zfsvfs, domain, rid, buf, sizeof (buf), B_TRUE);
231 zfs_userspace_one(zfsvfs_t *zfsvfs, zfs_userquota_prop_t type, const char *domain, uint64_t rid, uint64_t *valp) argument
282 zfs_set_userquota(zfsvfs_t *zfsvfs, zfs_userquota_prop_t type, const char *domain, uint64_t rid, uint64_t quota) argument
/freebsd-current/sys/netinet/
H A Din_proto.c44 #include <sys/domain.h>
56 * While this file provides the domain and protocol switch tables for IPv4, it
73 struct domain inetdomain = {
/freebsd-current/sys/kern/
H A Dsubr_busdma_bufalloc.c147 busdma_bufalloc_alloc_uncacheable(uma_zone_t zone, vm_size_t size, int domain, argument
155 return (kmem_alloc_attr_domainset(DOMAINSET_FIXED(domain), size,
/freebsd-current/sys/x86/include/
H A Dintr_machdep.h143 enum intr_type flags, void **cookiep, int domain);
148 u_int intr_next_cpu(int domain);

Completed in 168 milliseconds

1234567891011>>