Searched refs:domain (Results 126 - 150 of 495) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvtd.c87 #define VTD_IIR_IIRG_DOMAIN (2ULL << 60) /* domain IOTLB invalidation */
104 struct domain { struct
109 u_int id; /* domain id */
111 SLIST_ENTRY(domain) next;
114 static SLIST_HEAD(, domain) domhead;
158 struct domain *dom;
160 /* Skip domain id 0 - it is reserved when Caching Mode field is set */
171 panic("domain ids exhausted");
369 struct domain *dom = arg;
382 "domain
[all...]
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_drv.c477 * domain-id value of zero is architecturally reserved.
478 * Software must not use domain-id value of zero
865 struct dmar_domain *domain; member in struct:rmrr_iter_args
910 entry = dmar_gas_alloc_entry(ria->domain,
926 dmar_dev_parse_rmrr(struct dmar_domain *domain, device_t dev, argument
942 ria.domain = domain;
1113 dmar_print_domain(struct dmar_domain *domain, bool show_mappings) argument
1121 domain, domain
1150 struct dmar_domain *domain; local
1220 struct dmar_domain *domain; local
[all...]
H A Dintel_utils.c120 domain_set_agaw(struct dmar_domain *domain, int mgaw) argument
124 domain->mgaw = mgaw;
125 sagaw = DMAR_CAP_SAGAW(domain->dmar->hw_cap);
128 domain->agaw = sagaw_bits[i].agaw;
129 domain->pglvl = sagaw_bits[i].pglvl;
130 domain->awlvl = sagaw_bits[i].awlvl;
134 device_printf(domain->dmar->dev,
192 domain_is_sp_lvl(struct dmar_domain *domain, int lvl) argument
202 alvl = domain->pglvl - lvl - 1;
203 cap_sps = DMAR_CAP_SPS(domain
228 domain_page_size(struct dmar_domain *domain, int lvl) argument
[all...]
/freebsd-11-stable/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-11-stable/tools/tools/net80211/wlanwatch/
H A Dwlanwatch.c144 static char domain[MAXHOSTNAMELEN + 1]; local
149 if (gethostname(domain, MAXHOSTNAMELEN) == 0 &&
150 (cp = strchr(domain, '.'))) {
151 domain[MAXHOSTNAMELEN] = '\0';
152 (void) strcpy(domain, cp + 1);
154 domain[0] = 0;
173 !strcmp(cp + 1, domain))
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp434 static __itt_counter ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(counter_createW),_init))(const wchar_t *name, const wchar_t *domain) argument
450 return ITTNOTIFY_NAME(counter_createW)(name, domain);
455 if (h->nameW != NULL && h->type == type && !wcscmp(h->nameW, name) && ((h->domainW == NULL && domain == NULL) ||
456 (h->domainW != NULL && domain != NULL && !wcscmp(h->domainW, domain)))) break;
461 NEW_COUNTER_W(&_N_(_ittapi_global),h,h_tail,name,domain,type); local
467 static __itt_counter ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(counter_createA),_init))(const char *name, const char *domain) argument
469 static __itt_counter ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(counter_create),_init))(const char *name, const char *domain)
487 return ITTNOTIFY_NAME(counter_createA)(name, domain);
493 return ITTNOTIFY_NAME(counter_create)(name, domain);
504 NEW_COUNTER_A(&_N_(_ittapi_global),h,h_tail,name,domain,type); local
511 _init(const wchar_t *name, const wchar_t *domain, __itt_metadata_type type) argument
537 NEW_COUNTER_W(&_N_(_ittapi_global),h,h_tail,name,domain,type); local
543 _init(const char *name, const char *domain, __itt_metadata_type type) argument
579 NEW_COUNTER_A(&_N_(_ittapi_global),h,h_tail,name,domain,type); local
[all...]
/freebsd-11-stable/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-11-stable/sys/vm/
H A Dvm_phys.c166 /* Use round-robin so the domain policy code will only try once per allocation */
171 static vm_page_t vm_phys_alloc_domain_pages(int domain, int flind, int pool,
176 static void _vm_phys_create_seg(vm_paddr_t start, vm_paddr_t end, int domain);
293 * Initialise a VM domain iterator.
300 * handed a VM domain policy to use.
420 sbuf_printf(&sbuf, "domain: %d\n", seg->domain);
501 _vm_phys_create_seg(vm_paddr_t start, vm_paddr_t end, int domain) argument
507 KASSERT(domain < vm_ndomains,
508 ("vm_phys_create_seg: invalid domain provide
742 int domain, flind; local
777 int domain; local
801 vm_phys_alloc_domain_pages(int domain, int flind, int pool, int order) argument
1262 int domain; local
1318 int domain, segind; local
[all...]
/freebsd-11-stable/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-11-stable/sys/sparc64/pci/
H A Dofw_pcibus.c237 u_int busno, domain, func, slot; local
244 domain = pcib_get_domain(dev);
257 domain, busno, 0, 0)) != NULL) {
273 if (pci_find_dbsf(domain, busno, slot, func) != NULL)
277 domain, busno, slot, func);
/freebsd-11-stable/usr.sbin/yp_mkdb/
H A Dyp_mkdb.c105 char *domain = NULL; local
136 domain = optarg;
241 if (domain) {
244 data.data = domain;
245 data.size = strlen(domain);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dp-valprint.c595 struct type *domain;
607 domain = TYPE_DOMAIN_TYPE (target_type);
608 if (domain == (struct type *) NULL)
617 len = TYPE_NFN_FIELDS (domain);
620 f = TYPE_FN_FIELDLIST1 (domain, i);
621 len2 = TYPE_FN_FIELDLIST_LENGTH (domain, i);
623 check_stub_method_group (domain, i);
641 len = TYPE_NFN_FIELDS (domain);
644 f = TYPE_FN_FIELDLIST1 (domain, i);
645 len2 = TYPE_FN_FIELDLIST_LENGTH (domain,
593 struct type *domain; local
1043 pascal_object_print_class_member(char *valaddr, struct type *domain, struct ui_file *stream, char *prefix) argument
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/tcp_wrappers/
H A Drfc931.c47 static FILE *fsocket(domain, type, protocol)
48 int domain;
55 if ((s = socket(domain, type, protocol)) < 0) {
/freebsd-11-stable/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-11-stable/usr.sbin/ypserv/common/
H A Dyplib_host.c153 yprk.domain = indomain;
191 yprnk.domain = indomain;
230 yprk.domain = indomain;
267 yprnk.domain = indomain;
292 yprnk.domain = indomain;
318 yprnk.domain = indomain;
/freebsd-11-stable/include/rpcsvc/
H A Dyp.x92 domainname domain;
99 domainname domain;
105 domainname domain;
215 const YPBIND_ERR_NOSERV = 2; /* No bound server for passed domain */
220 * Request data structure for ypbind "Set domain" procedure.
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_windows.in60 echo "Create domain controller cert"
68 --domain-controller \
/freebsd-11-stable/sys/dev/iscsi/
H A Dicl.h150 int domain, int socktype, int protocol,
159 int icl_soft_proxy_connect(struct icl_conn *ic, int domain,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h54 avl_tree_t z_fuid_domain; /* fuid tree keyed by domain */
150 const char *domain, uint64_t rid, uint64_t *valuep);
154 const char *domain, uint64_t rid, uint64_t quota);
/freebsd-11-stable/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-11-stable/crypto/heimdal/lib/ntlm/
H A Dntlm.c522 if (data->domain)
523 free(data->domain);
535 struct sec_buffer domain, hostname; local
553 CHECK(ret_sec_buffer(in, &domain), 0);
557 if (domain.offset > 32) {
563 CHECK(ret_sec_string(in, 0, &domain, &data->domain), 0);
593 struct sec_buffer domain, hostname; local
600 if (type1->domain) {
611 domain
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.c43 * @defgroup domain Domain Functions
125 /* HW domain database operations */
1013 ocs_log_err(hw->os, "domain node memory allocation fail\n");
1018 ocs_log_err(hw->os, "domain fcf memory allocation fail\n");
2406 hw->callback.domain = func;
2407 hw->args.domain = arg;
2442 * @param sport SLI port object used to connect to the domain.
2443 * @param domain Domain object associated with this port (may be NULL).
2449 ocs_hw_port_alloc(ocs_hw_t *hw, ocs_sli_port_t *sport, ocs_domain_t *domain, argument
2478 if (domain !
2788 ocs_hw_domain_alloc(ocs_hw_t *hw, ocs_domain_t *domain, uint32_t fcf, uint32_t vlan) argument
2845 ocs_hw_domain_attach(ocs_hw_t *hw, ocs_domain_t *domain, uint32_t fc_id) argument
2889 ocs_hw_domain_free(ocs_hw_t *hw, ocs_domain_t *domain) argument
2927 ocs_hw_domain_force_free(ocs_hw_t *hw, ocs_domain_t *domain) argument
8239 ocs_hw_domain_add(ocs_hw_t *hw, ocs_domain_t *domain) argument
8287 ocs_hw_domain_del(ocs_hw_t *hw, ocs_domain_t *domain) argument
9322 ocs_domain_t *domain = NULL; local
10551 ocs_domain_t *domain = ctx->app; local
10572 ocs_domain_t *domain = ctx->app; local
10604 ocs_domain_t *domain = ctx->app; local
10636 ocs_domain_t *domain = ctx->app; local
10669 ocs_domain_t *domain = ctx->app; local
10708 ocs_domain_t *domain = ctx->app; local
10750 ocs_domain_t *domain = ctx->app; local
10791 ocs_domain_t *domain = ctx->app; local
10830 ocs_domain_t *domain = ctx->app; local
10922 ocs_domain_t *domain = ctx->app; local
10951 ocs_domain_t *domain = ctx->app; local
10987 ocs_domain_t *domain = ctx->app; local
11028 ocs_domain_t *domain = ctx->app; local
11069 ocs_domain_t *domain = ctx->app; local
11122 ocs_domain_t *domain = ctx->app; local
11181 ocs_domain_t *domain = arg; local
[all...]

Completed in 367 milliseconds

1234567891011>>