Searched refs:IOP_WRITE (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_logio.c | 53 (void) IOP_WRITE(logio, mdb.m_prompt, mdb.m_promptlen); in logio_read() 54 (void) IOP_WRITE(logio, buf, rbytes); in logio_read() 70 wbytes = IOP_WRITE(io->io_next, buf, nbytes); in logio_write() 73 (void) IOP_WRITE(logio, buf, wbytes); in logio_write()
|
H A D | mdb_fdio.c | 73 return (IOP_WRITE(io->io_next, buf, nbytes)); in fdio_write() 241 return (IOP_WRITE(io->io_next, buf, nbytes)); in fdio_bdev_write()
|
H A D | mdb_io_impl.h | 53 #define IOP_WRITE(io, buf, len) ((io)->io_ops->io_write((io), (buf), (len))) macro
|
H A D | mdb_rawfile.c | 138 return (IOP_WRITE(io, buf, nbytes)); in rf_write()
|
H A D | mdb_io.c | 199 if ((len = IOP_WRITE(io, buf, resid)) <= 0) in iob_write() 2241 return (IOP_WRITE(io->io_next, buf, nbytes)); in no_io_write()
|
H A D | mdb_termio.c | 561 return (IOP_WRITE(io->io_next, buf, nbytes)); in termio_write() 563 return (IOP_WRITE(td->tio_out_io, buf, nbytes)); in termio_write()
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_promio.c | 75 return (IOP_WRITE(io->io_next, buf, nbytes)); in pio_write()
|