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

  /src/sys/arch/evbsh3/ap_ms104_sh4/
ap_ms104_sh4_space.c 88 int io_type = type & ~AP_MS104_SH4_IOMEM_PCMCIA_8BIT; local
110 switch (io_type) {
  /src/sys/arch/evbsh3/t_sh7706lan/
t_sh7706lan_space.c 88 int io_type = type & ~T_SH7706LAN_IOMEM_PCMCIA_8BIT; local
110 switch (io_type) {
  /src/sys/sys/
iostat.h 91 int io_type; /* type of device the state belong to */ member in struct:io_stats
  /src/external/cddl/osnet/dist/cmd/zinject/
zinject.c 669 int io_type = ZIO_TYPES; local
832 io_type = ZIO_TYPE_READ;
834 io_type = ZIO_TYPE_WRITE;
836 io_type = ZIO_TYPE_FREE;
838 io_type = ZIO_TYPE_CLAIM;
840 io_type = ZIO_TYPES;
949 record.zi_iotype = io_type;
  /src/sys/arch/landisk/dev/
obio.c 261 int io_type = type & ~OBIO_IOMEM_PCMCIA_8BIT; local
283 switch (io_type) {
  /src/external/mit/lua/dist/src/
liolib.c 165 static int io_type (lua_State *L) { function
753 {"type", io_type},
  /src/sys/dev/ic/
icpreg.h 192 u_int8_t io_type; /* type (SCSI/FCAL) */ member in struct:icp_ioc
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zio.h 430 zio_type_t io_type; member in struct:zio
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 2165 enum ztest_io_type io_type; local
2176 io_type = ztest_random(ZTEST_IO_TYPES);
2178 io_type = ZTEST_IO_WRITE_TAG;
2182 switch (io_type) {

Completed in 77 milliseconds