Searched refs:IOP_SETATTR (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_io_impl.h | 60 #define IOP_SETATTR(io, r, a) ((io)->io_ops->io_setattr((io), (r), (a))) macro
|
H A D | mdb_io.c | 1109 return (IOP_SETATTR(iob->iob_pgp, req, attr)); in iob_setattr() 2301 return (IOP_SETATTR(io->io_next, req, attrs)); in no_io_setattr()
|
H A D | mdb_termio.c | 651 return (IOP_SETATTR(io->io_next, req, attrs)); in termio_setattr()
|