HomeSort by: relevance | last modified time | path
    Searched defs:iolimit (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sandpoint/stand/altboot/
pci.c 54 unsigned iostart, iolimit; variable
64 iolimit = PCI_IOLIMIT;
238 val = 0xffff0000 | (iolimit & 0xf000) | (val & 0xf000) >> 8;
240 val = (iolimit & 0xffff0000) | (val & 0xffff0000) >> 16;
290 if (mapbase + size > iolimit)
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 661 uint32_t iolimit; member in struct:dns_zonemgr
18787 zmgr->iolimit = 1;
19330 dns_zonemgr_setiolimit(dns_zonemgr_t *zmgr, uint32_t iolimit) {
19332 REQUIRE(iolimit > 0);
19334 zmgr->iolimit = iolimit;
19341 return (zmgr->iolimit);
19377 queue = (zmgr->ioactive > zmgr->iolimit);

Completed in 64 milliseconds