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

12

/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_setdomainname.c45 static const char domains[][MAXHOSTNAMELEN] = { variable
104 for (i = 0; i < __arraycount(domains); i++) {
113 ATF_REQUIRE_EQ(sizeof(domains[i]), MAXHOSTNAMELEN);
116 ATF_REQUIRE(setdomainname(domains[i],sizeof(domains[i]) - 1) == 0);
119 ATF_REQUIRE(setdomainname(domains[i],sizeof(domains[i])) == 0);
122 ATF_REQUIRE(strcmp(domains[i], name) == 0);
/freebsd-11-stable/sys/kern/
H A Duipc_domain.c74 struct domain *domains; /* registered protocol domains */ variable in typeref:struct:domain
163 * Add a new protocol domain to the list of supported domains
206 * Add a new protocol domain to the list of supported domains
217 dp->dom_next = domains;
218 domains = dp;
276 for (dp = domains; dp != NULL; dp = dp->dom_next)
468 for (dp = domains; dp; dp = dp->dom_next)
482 for (dp = domains; dp; dp = dp->dom_next) {
503 for (dp = domains; d
[all...]
H A Dkern_mbuf.c607 for (dp = domains; dp != NULL; dp = dp->dom_next)
/freebsd-11-stable/lib/lib80211/
H A Dlib80211_regdomain.h96 LIST_HEAD(, regdomain) domains; /* regulatory domains */ member in struct:regdata
H A Dlib80211_regdomain.c101 LIST_INSERT_HEAD(&mt->rdp->domains, mt->rd, next);
442 LIST_FOREACH(dp, &rdp->domains, next) {
462 LIST_FOREACH(dp, &rdp->domains, next) {
557 struct regdomain *dp = LIST_FIRST(&rdp->domains);
652 LIST_FOREACH(dp, &rdp->domains, next) {
667 LIST_FOREACH(dp, &rdp->domains, next) {
/freebsd-11-stable/sys/sys/
H A Ddomain.h72 extern struct domain *domains;
/freebsd-11-stable/contrib/ofed/opensm/include/opensm/
H A Dosm_db.h123 cl_list_t domains; member in struct:osm_db
133 * domains
134 * List of initialize domains
/freebsd-11-stable/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-11-stable/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-11-stable/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...
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_db_files.c130 cl_list_construct(&p_db->domains);
151 while ((p_domain = cl_list_remove_head(&p_db->domains)) != NULL) {
155 cl_list_destroy(&p_db->domains);
199 cl_list_init(&p_db->domains, 5);
276 cl_list_insert_tail(&p_db->domains, p_domain);
/freebsd-11-stable/tools/tools/ath/athrd/
H A Dathrd.c336 * Regulator domains ending in a number (e.g. APL1,
338 * information. Regulator domains ending in a letter
391 } domains[] = { variable in typeref:struct:__anon13689
542 for (i = 0; i < nitems(domains); i++)
543 if (strcasecmp(domains[i].name, name) == 0) {
544 *rd = domains[i].rd;
555 for (i = 0; i < nitems(domains); i++)
556 if (domains[i].rd == rd)
557 return domains[i].name;
566 printf("\nRegulatory domains
[all...]
/freebsd-11-stable/usr.sbin/ypbind/
H A Dypbind.c139 /* No more than MAX_DOMAINS simultaneous domains */
155 static int domains = 0; variable
198 if (domains >= MAX_DOMAINS) {
226 domains++;
474 domains++;
580 domains--;
774 * establish a new binding. Note that we treat non-default domains
884 domains--;
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_drv.c472 LIST_INIT(&unit->domains);
1062 if (!LIST_EMPTY(&dmar->domains)) {
1198 LIST_FOREACH(domain, &unit->domains, link) {
1275 db_printf("domains:\n");
1276 LIST_FOREACH(domain, &unit->domains, link) {
H A Dintel_ctx.c465 if (LIST_EMPTY(&dmar->domains))
467 LIST_INSERT_HEAD(&dmar->domains, domain, link);
670 LIST_FOREACH(domain, &dmar->domains, link) {
H A Dintel_dmar.h194 LIST_HEAD(, dmar_domain) domains; member in struct:dmar_unit
/freebsd-11-stable/sys/arm/include/
H A Dcpufunc.h212 void cpu_domains (u_int domains);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_hw.c384 ocs_memset(hw->domains, 0, sizeof(hw->domains));
811 ocs_memset(hw->domains, 0, sizeof(hw->domains));
1386 ocs_memset(hw->domains, 0, sizeof(hw->domains));
8257 hw->domains[fcfi] = domain;
8276 hw->domains[fcfi] = NULL;
8306 if (domain != hw->domains[fcfi]) {
8308 domain, hw->domains[fcf
[all...]
H A Docs_hw.h1025 ocs_domain_t *domains[SLI4_MAX_FCFI]; member in struct:ocs_hw_s
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.c2681 int domains = 1; local
2712 domains++;
2718 if (domains > 6)
/freebsd-11-stable/sys/net/
H A Droute.c289 for (dom = domains; dom; dom = dom->dom_next) {
317 for (dom = domains; dom; dom = dom->dom_next) {
1363 * routing tables in all fibs/domains.
H A Dif.c925 for (dp = domains; dp; dp = dp->dom_next) {
1182 for (dp = domains; i > 0 && dp; dp = dp->dom_next) {
3568 * Network-layer protocol domains must use if_delmulti_ifma().
3626 * Network-layer protocol domains must use this routine.
4170 for (dp = domains; dp; dp = dp->dom_next) {

Completed in 414 milliseconds

12