Searched refs:domains (Results 1 - 21 of 21) sorted by relevance

/freebsd-10.1-release/sys/x86/acpica/
H A Dsrat.c244 * Renumber the memory domains to be compact and zero-based if not
245 * already. Returns an error if there are too many domains.
250 int domains[VM_PHYSSEG_MAX]; local
253 /* Enumerate all the domains. */
258 if (domains[j] >= mem_info[i].domain)
261 if (j < vm_ndomains && domains[j] == mem_info[i].domain)
267 domains[j] = domains[j - 1];
268 domains[slot] = mem_info[i].domain;
272 printf("SRAT: Too many memory domains\
[all...]
/freebsd-10.1-release/sys/kern/
H A Duipc_domain.c74 struct domain *domains; /* registered protocol domains */ variable in typeref:struct:domain
161 * Add a new protocol domain to the list of supported domains
208 * Add a new protocol domain to the list of supported domains
219 dp->dom_next = domains;
220 domains = dp;
278 for (dp = domains; dp != NULL; dp = dp->dom_next)
470 for (dp = domains; dp; dp = dp->dom_next)
484 for (dp = domains; dp; dp = dp->dom_next) {
505 for (dp = domains; d
[all...]
H A Dvfs_export.c172 for (dom = domains; dom; dom = dom->dom_next) {
178 * The INET and INET6 domains know the
H A Dkern_mbuf.c690 for (dp = domains; dp != NULL; dp = dp->dom_next)
/freebsd-10.1-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_db.h122 cl_list_t domains; member in struct:osm_db
132 * domains
133 * List of initialize domains
/freebsd-10.1-release/sbin/ifconfig/
H A Dregdomain.h96 LIST_HEAD(, regdomain) domains; /* regulatory domains */ member in struct:regdata
H A Dregdomain.c100 LIST_INSERT_HEAD(&mt->rdp->domains, mt->rd, next);
440 LIST_FOREACH(dp, &rdp->domains, next) {
460 LIST_FOREACH(dp, &rdp->domains, next) {
554 struct regdomain *dp = LIST_FIRST(&rdp->domains);
649 LIST_FOREACH(dp, &rdp->domains, next) {
664 LIST_FOREACH(dp, &rdp->domains, next) {
H A Difieee80211.c2230 printf("\nRegulatory domains:\n");
2231 LIST_FOREACH(dp, &rdp->domains, next) {
/freebsd-10.1-release/sys/sys/
H A Ddomain.h78 extern struct domain *domains;
/freebsd-10.1-release/contrib/ofed/management/opensm/opensm/
H A Dosm_db_files.c125 cl_list_construct(&p_db->domains);
150 while ((p_domain = cl_list_remove_head(&p_db->domains)) != NULL) {
154 cl_list_destroy(&p_db->domains);
195 cl_list_init(&p_db->domains, 5);
252 cl_list_insert_tail(&p_db->domains, p_domain);
/freebsd-10.1-release/sys/dev/isci/scil/
H A Dscif_sas_controller.h130 SCIF_SAS_DOMAIN_T domains[SCI_MAX_DOMAINS]; member in struct:SCIF_SAS_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_states.c138 &fw_controller->domains[index], index, fw_controller
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;
/freebsd-10.1-release/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:__anon11702
541 for (i = 0; i < N(domains); i++)
542 if (strcasecmp(domains[i].name, name) == 0) {
543 *rd = domains[i].rd;
556 for (i = 0; i < N(domains); i++)
557 if (domains[i].rd == rd)
558 return domains[i].name;
569 printf("\nRegulatory domains
[all...]
/freebsd-10.1-release/usr.sbin/ypbind/
H A Dypbind.c137 /* No more than MAX_DOMAINS simultaneous domains */
153 int domains = 0; variable
196 if (domains >= MAX_DOMAINS) {
219 domains++;
460 domains++;
566 domains--;
761 * establish a new binding. Note that we treat non-default domains
871 domains--;
/freebsd-10.1-release/sys/arm/include/
H A Dcpufunc.h69 void (*cf_domains) (u_int domains);
284 void cpufunc_domains (u_int domains);
/freebsd-10.1-release/sys/net/
H A Droute.c204 for (dom = domains; dom; dom = dom->dom_next)
268 for (dom = domains; dom; dom = dom->dom_next) {
301 for (dom = domains; dom; dom = dom->dom_next) {
H A Dif.c736 for (dp = domains; dp; dp = dp->dom_next) {
930 for (dp = domains; i > 0 && dp; dp = dp->dom_next) {
3102 * Network-layer protocol domains must use if_delmulti_ifma().
3160 * Network-layer protocol domains must use this routine.
/freebsd-10.1-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf89 FR-o /etc/mail/relay-domains
103 # class M: domains that should be converted to $M
104 # class N: domains that should not be converted to $M
690 # local host aliases and pseudo-domains are always canonical
808 # resolve fake top level domains by forwarding to other hosts
1374 # output fake domains as user%fake@relay
/freebsd-10.1-release/sbin/dhclient/
H A Ddhclient.c2618 int domains = 1; local
2649 domains++;
2655 if (domains > 6)

Completed in 314 milliseconds