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 | 62 #define IOP_SETATTR(io, r, a) ((io)->io_ops->io_setattr((io), (r), (a))) macro
|
H A D | mdb_io.c | 50 * connected or disconnected from an mdb_iob_t, and an IOP_SETATTR entry point 1066 * IOP_SETATTR because IOP_SETATTR may need to synchronously output 1073 return (IOP_SETATTR(iob->iob_pgp, req, attr)); 2238 return (IOP_SETATTR(io->io_next, req, attrs));
|
H A D | mdb_termio.c | 647 return (IOP_SETATTR(io->io_next, req, attrs));
|
Completed in 68 milliseconds