Searched refs:io_ops (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_io_impl.h | 52 #define IOP_READ(io, buf, len) ((io)->io_ops->io_read((io), (buf), (len))) 53 #define IOP_WRITE(io, buf, len) ((io)->io_ops->io_write((io), (buf), (len))) 54 #define IOP_SEEK(io, off, whence) ((io)->io_ops->io_seek((io), (off), (whence))) 55 #define IOP_CTL(io, req, arg) ((io)->io_ops->io_ctl((io), (req), (arg))) 56 #define IOP_CLOSE(io) ((io)->io_ops->io_close((io))) 57 #define IOP_NAME(io) ((io)->io_ops->io_name((io))) 58 #define IOP_LINK(io, iob) ((io)->io_ops->io_link((io), (iob))) 59 #define IOP_UNLINK(io, iob) ((io)->io_ops->io_unlink((io), (iob))) 60 #define IOP_SETATTR(io, r, a) ((io)->io_ops->io_setattr((io), (r), (a))) 61 #define IOP_SUSPEND(io) ((io)->io_ops->io_suspend((io))) [all …]
|
H A D | mdb_strio.c | 140 io->io_ops = &strio_ops; in mdb_strio_create() 154 if (io->io_ops == &strio_ops) in mdb_iob_isastr()
|
H A D | mdb_pipeio.c | 336 io->io_ops = &pipeio_ops; in mdb_pipeio_create() 350 if (io->io_ops == &pipeio_ops) in mdb_iob_isapipe()
|
H A D | mdb_logio.c | 115 io->io_ops = &logio_ops; in mdb_logio_create()
|
H A D | mdb_fdio.c | 320 io->io_ops = &fdio_bdev_ops; in mdb_fdio_create() 322 io->io_ops = &fdio_file_ops; in mdb_fdio_create()
|
H A D | mdb_memio.c | 109 io->io_ops = &memio_ops; in mdb_memio_create()
|
H A D | mdb_shell.c | 204 io->io_ops = &shellio_ops; in mdb_shell_pipe()
|
H A D | mdb_termio.c | 1585 td->tio_io->io_ops = &termio_ops; in mdb_termio_create() 1712 if (io->io_ops == &termio_ops) in mdb_iob_isatty()
|
H A D | mdb_kproc.c | 1165 io->io_ops = &kp_io_ops; in kp_io_create()
|
H A D | mdb_io.c | 1693 io->io_ops = &spbuf_ops; in iob_spb_create()
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promio.c | 208 io->io_ops = &promio_ops; in kmdb_promio_create()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ds/ |
H A D | mdb_ds.c | 180 iob.iob_flags, iob.iob_iop, io.io_ops); in cmd_iob()
|