Searched defs:io_end (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_cache.c337 uint64_t io_end = io_start + zio->io_size; local
339 uint64_t max_offset = P2ROUNDUP(io_end, VCBS);
354 uint64_t end = MIN(ve->ve_offset + VCBS, io_end);
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c823 uint_t io_end; local
931 io_end = io_off + io_len;
933 byte_offset < io_end;
1116 uint_t io_end; local
1304 io_end = io_off + io_len;
1306 byte_offset < io_end; count++) {
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c4048 uint64_t mem_end, pf_mem_end, io_end; local
4610 io_end = PCICFG_ROUND_UP(phdl.io_base, PCICFG_IOGRAN);
4614 "I/O=0x%lx PF_mem=%x%lx\n", num_slots, mem_end, io_end, pf_mem_end);
4646 if (io_end > io_reqd)
4649 num_slots, io_answer, io_end);
4666 num_slots, io_answer, io_end);
4678 io_end = MAX((MIN(io_reqd, (io_answer + io_alen))), io_end);
4683 DEBUG4("mem_end %lx, io_end %lx, pf_mem_end %lx"
4684 " highest_bus %x\n", mem_end, io_end, pf_mem_en
4718 io_end, (io_answer + io_alen) - io_end, local
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c4900 uint64_t io_answer, io_base, io_alen, io_size, io_end; local
5362 io_end = PCICFG_ROUND_UP(phdl.io_base, PCICFG_IOGRAN);
5365 "Mem=0x%lx I/O=0x%lx\n", num_slots, mem_end, io_end);
5386 uint64_t io_assigned = io_end;
5398 if (io_end > io_reqd)
5401 num_slots, io_answer, io_end);
5415 num_slots, io_answer, io_end);
5423 io_end = MAX((MIN(io_reqd, (io_answer + io_alen))), io_end);
5426 DEBUG3("mem_end %lx, io_end
5486 io_end, (io_answer + io_alen) - io_end, local
[all...]

Completed in 68 milliseconds