Searched refs:io_end (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev_cache.c | 333 uint64_t io_end = io_start + zio->io_size; in vdev_cache_write() local 335 uint64_t max_offset = P2ROUNDUP(io_end, VCBS); in vdev_cache_write() 350 uint64_t end = MIN(ve->ve_offset + VCBS, io_end); in vdev_cache_write()
|
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 3782 uint64_t mem_end, pf_mem_end, io_end; in pcicfg_probe_bridge() local 4343 io_end = PCICFG_ROUND_UP(phdl.io_base, PCICFG_IOGRAN); in pcicfg_probe_bridge() 4347 "I/O=0x%lx PF_mem=%x%lx\n", num_slots, mem_end, io_end, pf_mem_end); in pcicfg_probe_bridge() 4379 if (io_end > io_reqd) in pcicfg_probe_bridge() 4382 num_slots, io_answer, io_end); in pcicfg_probe_bridge() 4399 num_slots, io_answer, io_end); in pcicfg_probe_bridge() 4411 io_end = MAX((MIN(io_reqd, (io_answer + io_alen))), io_end); in pcicfg_probe_bridge() 4417 " highest_bus %x\n", mem_end, io_end, pf_mem_end, in pcicfg_probe_bridge() 4451 io_end, (io_answer + io_alen) - io_end, in pcicfg_probe_bridge() 4454 if (io_end == io_answer) { in pcicfg_probe_bridge() [all …]
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 4904 uint64_t io_answer, io_base, io_alen, io_size, io_end; in pcicfg_probe_bridge() local 5365 io_end = PCICFG_ROUND_UP(phdl.io_base, PCICFG_IOGRAN); in pcicfg_probe_bridge() 5368 "Mem=0x%lx I/O=0x%lx\n", num_slots, mem_end, io_end); in pcicfg_probe_bridge() 5389 uint64_t io_assigned = io_end; in pcicfg_probe_bridge() 5401 if (io_end > io_reqd) in pcicfg_probe_bridge() 5404 num_slots, io_answer, io_end); in pcicfg_probe_bridge() 5418 num_slots, io_answer, io_end); in pcicfg_probe_bridge() 5426 io_end = MAX((MIN(io_reqd, (io_answer + io_alen))), io_end); in pcicfg_probe_bridge() 5430 mem_end, io_end, *highest_bus); in pcicfg_probe_bridge() 5433 io_size = io_end - io_assigned; in pcicfg_probe_bridge() [all …]
|
/illumos-gate/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vnops.c | 729 uint_t io_end; in hsfs_getpage_ra() local 837 io_end = io_off + io_len; in hsfs_getpage_ra() 839 byte_offset < io_end; in hsfs_getpage_ra() 1014 uint_t io_end; in hsfs_getapage() local 1202 io_end = io_off + io_len; in hsfs_getapage() 1204 byte_offset < io_end; count++) { in hsfs_getapage()
|