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

  /src/usr.sbin/fstyp/
hammer2.c 142 hammer2_off_t io_off, io_base; local in function:read_media
156 io_base = io_off & ~(hammer2_off_t)(HAMMER2_LBUFSIZE - 1);
157 boff = (size_t)((hammer2_off_t)io_off - io_base);
169 * XXX fp is currently always root volume, so read fails if io_base is
177 if (io_base >= fbytes) {
182 if (fseeko(fp, (off_t)io_base, SEEK_SET) == -1) {
186 media = read_buf(fp, (off_t)io_base, io_bytes);
  /src/sys/arch/mips/rmi/
rmixl_firmware.h 67 uint64_t io_base; member in struct:rmixlfw_info
  /src/sys/arch/hppa/dev/
elroyreg.h 75 uint32_t io_base; /* 0x240 */ member in struct:elroy_regs
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_drv.h 217 int io_base; member in struct:qxl_device
  /src/sys/dev/pci/
pciconf.c 1135 unsigned long io_base, io_limit, mem_base, mem_limit; local in function:configure_bridge
1145 io_base = pb->io_res.min_addr;
1148 io_base = 0x1000; /* 4K */
1152 iohigh = __SHIFTIN(io_base >> 16, PCI_BRIDGE_IOHIGH_BASE) |
1159 io_base = 0x1000; /* 4K */
1166 io |= __SHIFTIN((io_base >> 8) & PCI_BRIDGE_STATIO_IOADDR,

Completed in 13 milliseconds