/illumos-gate/usr/src/uts/common/sys/ |
H A D | pci_impl.h | 111 uint_t io_size; /* existing children required I/O space size */ member in struct:pci_bus_resource
|
H A D | videodev2.h | 1247 uint32_t io_size; member in struct:v4l2_sliced_vbi_format
|
/illumos-gate/usr/src/uts/sun4/io/efcode/ |
H A D | fcpci.c | 1248 pci_alloc_io_chunk(dev_info_t *dip, uint64_t io_align, uint64_t *io_size, argument 1258 req.ra_len = *io_size; 1261 rval = ndi_ra_alloc(dip, &req, io_answer, io_size,
|
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd.c | 638 uint64_t io_size; local 671 io_size = ending_off - starting_off; 672 io_buf = (uint8_t *)kmem_zalloc(io_size, KM_SLEEP); 673 ASSERT((starting_off + io_size) <= sl->sl_total_meta_size); 690 if ((ret = sbd_read_zfs_meta(sl, io_buf, io_size, 696 vret = vn_rdwr(UIO_READ, vp, (caddr_t)io_buf, (ssize_t)io_size, 712 kmem_free(io_buf, io_size); 723 uint64_t io_size; local 745 io_size = ending_off - starting_off; 746 io_buf = (uint8_t *)kmem_zalloc(io_size, KM_SLEE [all...] |
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zio.h | 409 uint64_t io_size; member in struct:zio
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | tulip.c | 178 int io_size; /* Needed for I/O region check or ioremap(). */ member in struct:pci_id_info
|
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 4047 uint64_t mem_size, io_size, pf_mem_size; local 4063 io_answer = io_base = io_alen = io_size = 0; 4734 io_size = 0; 4746 io_size = io_end - io_base; 4805 io_base, io_size); 4821 if (io_size > 0) { 4822 range[0].size_low = io_size;
|
/illumos-gate/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 897 uint_t io_size, mem_size, io_align, mem_align; local 986 * If bus io_size is zero, we are going to assign 512 bytes per bus, 988 * bus io_size. The size needs to be 4K aligned. 995 io_size = (subbus - secbus + 1) * 0x200; 996 if (io_size < pci_bus_res[secbus].io_size) 997 io_size = pci_bus_res[secbus].io_size; 998 io_size = P2ROUNDUP(io_size, PPB_IO_ALIGNMEN [all...] |
/illumos-gate/usr/src/cmd/fdisk/ |
H A D | fdisk.c | 284 static off_t io_size = 0; /* size in sectors (-s size) */ variable 789 io_size = (off_t)strtoull(optarg, 0, 0); 1626 * for io_size blocks. 1628 while (io_size--) { 1647 } /* while (--io_size); */ 1653 * io_size blocks. Write the data to standard ouput (-r). 1660 while (io_size--) { 1688 } /* while (--io_size); */ 1695 * absolute relative block io_offset for io_size blocks (-w). 1702 while (io_size [all...] |
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 4900 uint64_t io_answer, io_base, io_alen, io_size, io_end; local 5430 io_size = io_end - io_assigned; 5433 if (io_size > 0) { 5436 reg.pci_size_low = io_size; 5502 io_size = 0; 5514 io_size = io_end - io_base; 5551 io_base, io_size); 5561 if (io_size > 0) { 5562 range[0].size_lo = io_size;
|