Searched refs:domains (Results 1 - 25 of 28) sorted by last modified time

12

/freebsd-current/sys/net/
H A Dif.c1000 SLIST_FOREACH(dp, &domains, dom_next) {
1249 SLIST_FOREACH(dp, &domains, dom_next) {
3689 * Network-layer protocol domains must use if_delmulti_ifma().
3740 * Network-layer protocol domains must use this routine.
4489 SLIST_FOREACH(dp, &domains, dom_next) {
/freebsd-current/sys/kern/
H A Duipc_domain.c50 struct domainhead domains = SLIST_HEAD_INITIALIZER(&domains); variable in typeref:struct:domainhead
225 * Add a new protocol domain to the list of supported domains
246 SLIST_FOREACH(tmp, &domains, dom_next)
249 SLIST_INSERT_HEAD(&domains, dp, dom_next);
261 SLIST_REMOVE(&domains, dp, domain, dom_next);
282 SLIST_FOREACH(dp, &domains, dom_next)
H A Dkern_cpuset.c500 ("invalid preferred domain in domains %p", domain));
529 * Are any of the domains in the mask empty? If so, silently
531 * domains are present, we must return failure.
546 /* Remove empty domains from the set and recompute. */
573 * only valid domains. Preferred must include the preferred domain
768 /* Count the number of domains that are changing. */
784 struct domainset *orig, struct domainlist *domains)
798 set->cs_domain = domainset_shadow(domain, orig, domains);
802 cpuset_update_domain(nset, set->cs_domain, orig, domains);
815 struct domainlist domains; local
783 cpuset_update_domain(struct cpuset *set, struct domainset *domain, struct domainset *orig, struct domainlist *domains) argument
1037 cpuset_shadow(struct cpuset *set, struct cpuset **nsetp, const cpuset_t *mask, const struct domainset *domain, struct setlist *cpusets, struct domainlist *domains) argument
[all...]
/freebsd-current/sbin/ifconfig/
H A Difieee80211.c2470 printf("\nRegulatory domains:\n");
2471 LIST_FOREACH(dp, &rdp->domains, next) {
/freebsd-current/sys/dev/pci/
H A Dpci_subr.c33 * provide PCI domains.
294 static TAILQ_HEAD(, pci_domain) domains = TAILQ_HEAD_INITIALIZER(domains);
309 TAILQ_FOREACH(d, &domains, pd_link) {
327 TAILQ_INSERT_TAIL(&domains, d, pd_link);
/freebsd-current/sys/sys/
H A Ddomain.h73 extern SLIST_HEAD(domainhead, domain) domains;
/freebsd-current/sys/x86/iommu/
H A Dintel_drv.c473 LIST_INIT(&unit->domains);
1081 if (!LIST_EMPTY(&dmar->domains)) {
1233 LIST_FOREACH(domain, &unit->domains, link) {
1311 db_printf("domains:\n");
1312 LIST_FOREACH(domain, &unit->domains, link) {
H A Dintel_ctx.c592 if (LIST_EMPTY(&dmar->domains))
594 LIST_INSERT_HEAD(&dmar->domains, domain, link);
842 LIST_FOREACH(domain, &dmar->domains, link) {
H A Dintel_dmar.h143 LIST_HEAD(, dmar_domain) domains; member in struct:dmar_unit
/freebsd-current/sys/dev/ocs_fc/
H A Docs_hw.h1017 ocs_domain_t *domains[SLI4_MAX_FCFI]; member in struct:ocs_hw_s
H A Docs_hw.c390 ocs_memset(hw->domains, 0, sizeof(hw->domains));
818 ocs_memset(hw->domains, 0, sizeof(hw->domains));
1388 ocs_memset(hw->domains, 0, sizeof(hw->domains));
8244 hw->domains[fcfi] = domain;
8263 hw->domains[fcfi] = NULL;
8293 if (domain != hw->domains[fcfi]) {
8295 domain, hw->domains[fcf
[all...]
/freebsd-current/usr.sbin/ypbind/
H A Dypbind.c132 /* No more than MAX_DOMAINS simultaneous domains */
148 static int domains = 0; variable
191 if (domains >= MAX_DOMAINS) {
219 domains++;
469 domains++;
575 domains--;
769 * establish a new binding. Note that we treat non-default domains
879 domains--;
/freebsd-current/usr.sbin/pmcstat/
H A Dpmcstat.c447 int do_print, do_read, do_listcounters, do_descr, domains; local
475 domains = 0;
508 len = sizeof(domains);
509 if (sysctlbyname("vm.ndomains", &domains, &len, NULL, 0) == -1)
510 err(EX_OSERR, "ERROR: Cannot get number of domains");
752 * Get number of domains and allocate one
756 for (i = 1; i < domains; i++) {
/freebsd-current/sys/vm/
H A Duma_core.c2593 int domains, i, cnt; local
2639 domains = vm_ndomains;
2641 domains = 1;
2669 for (i = 0; i < domains; i++) {
2715 for (i = 0; i < domains; i++) {
3907 * If 'rr' is 1, search all domains starting from 'domain'. Otherwise check
4012 * Drain reserves from other domains before
4292 /* Avoid allocs targeting empty domains. */
4383 /* Avoid allocs targeting empty domains. */
4680 * correct domains
[all...]
/freebsd-current/lib/lib80211/
H A Dlib80211_regdomain.c98 LIST_INSERT_HEAD(&mt->rdp->domains, mt->rd, next);
451 LIST_FOREACH(dp, &rdp->domains, next) {
471 LIST_FOREACH(dp, &rdp->domains, next) {
584 struct regdomain *dp = LIST_FIRST(&rdp->domains);
681 LIST_FOREACH(dp, &rdp->domains, next) {
696 LIST_FOREACH(dp, &rdp->domains, next) {
H A Dlib80211_regdomain.h96 LIST_HEAD(, regdomain) domains; /* regulatory domains */ member in struct:regdata
/freebsd-current/tools/tools/ath/athrd/
H A Dathrd.c334 * Regulator domains ending in a number (e.g. APL1,
336 * information. Regulator domains ending in a letter
389 } domains[] = { variable in typeref:struct:__anon6353
540 for (i = 0; i < nitems(domains); i++)
541 if (strcasecmp(domains[i].name, name) == 0) {
542 *rd = domains[i].rd;
553 for (i = 0; i < nitems(domains); i++)
554 if (domains[i].rd == rd)
555 return domains[i].name;
564 printf("\nRegulatory domains
[all...]
/freebsd-current/sys/net/route/
H A Droute_tables.c253 SLIST_FOREACH(dom, &domains, dom_next) {
289 SLIST_FOREACH(dom, &domains, dom_next) {
333 SLIST_FOREACH(dom, &domains, dom_next) {
/freebsd-current/sys/dev/isci/scil/
H A Dscif_sas_controller_state_handlers.c155 * @brief This method stops all the domains associated to this
184 fw_domain = &fw_controller->domains[index];
228 //stop all the domains and their remote devices.
256 "Controller:0x%x Status:0x%x unable to stop domains.\n",
313 scif_sas_domain_initialize(&fw_controller->domains[index]);
423 &fw_controller->domains[index].parent.state_machine,
426 status = fw_controller->domains[index].operation.status;
H A Dscif_sas_controller_states.c138 &fw_controller->domains[index], index, fw_controller
H A Dscif_sas_controller.c416 *domain_handle = &fw_controller->domains[port_index];
588 if(fw_controller->domains[index].parent.state_machine.current_state_id ==
984 fw_domain = &fw_controller->domains[domain_index];
1129 fw_domain = &fw_controller->domains[index];
1139 { //the controller has done clear affiliation work to all its domains.
1205 fw_domain = &fw_controller->domains[index];
H A Dscif_sas_controller.h130 SCIF_SAS_DOMAIN_T domains[SCI_MAX_DOMAINS]; member in struct:SCIF_SAS_CONTROLLER
/freebsd-current/sbin/dhclient/
H A Ddhclient.c2725 int domains = 1; local
2756 domains++;
2762 if (domains > 6)
/freebsd-current/bin/cpuset/
H A Dcpuset.c180 * round-robin:all explicit root domains
182 * round-robin implicit root domains
183 * all explicit root domains and implicit policy
287 domainset_t domains; local
296 DOMAINSET_ZERO(&domains);
334 parsedomainlist(optarg, &domains, &policy);
401 -1, sizeof(domains), &domains, policy) != 0)
448 if (cpuset_setdomain(level, which, id, sizeof(domains),
449 &domains, polic
[all...]
/freebsd-current/contrib/unbound/contrib/
H A Dwarmup.cmd4 rem -- Warm up DNS cache script by your own MRU domains or from
24 echo Warming up cache by MRU domains...

Completed in 342 milliseconds

12