Home
last modified time | relevance | path

Searched refs:IOP_WRITE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_logio.c53 (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 Dmdb_fdio.c73 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 Dmdb_io_impl.h53 #define IOP_WRITE(io, buf, len) ((io)->io_ops->io_write((io), (buf), (len))) macro
H A Dmdb_rawfile.c138 return (IOP_WRITE(io, buf, nbytes)); in rf_write()
H A Dmdb_io.c199 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 Dmdb_termio.c561 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 Dkmdb_promio.c75 return (IOP_WRITE(io->io_next, buf, nbytes)); in pio_write()