Searched defs:io_type (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmapi_common.h78 int io_type; member in struct:__anon8881
H A Drsm.h176 int io_type; member in struct:__anon8854
189 int32_t io_type; member in struct:__anon8856
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c665 int io_type = ZIO_TYPES; local
828 io_type = ZIO_TYPE_READ;
830 io_type = ZIO_TYPE_WRITE;
832 io_type = ZIO_TYPE_FREE;
834 io_type = ZIO_TYPE_CLAIM;
836 io_type = ZIO_TYPES;
945 record.zi_iotype = io_type;
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c633 typedef struct io_type { struct
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c3081 uchar_t io_type)
3132 usbvcp->usbvc_io_type = io_type;
3080 usbvc_start_isoc_polling(usbvc_state_t *usbvcp, usbvc_stream_if_t *strm_if, uchar_t io_type) argument
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h381 zio_type_t io_type; member in struct:zio
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2214 enum zio_type io_type; member in struct:mdb_zio
2256 if ((type = mdb_ctf_enum_name(type_enum, zio.io_type)) != NULL)
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c2170 enum ztest_io_type io_type; local
2181 io_type = ztest_random(ZTEST_IO_TYPES);
2183 io_type = ZTEST_IO_WRITE_TAG;
2187 switch (io_type) {

Completed in 112 milliseconds