Searched refs:IOP_SETATTR (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io_impl.h62 #define IOP_SETATTR(io, r, a) ((io)->io_ops->io_setattr((io), (r), (a))) macro
H A Dmdb_io.c50 * 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 Dmdb_termio.c647 return (IOP_SETATTR(io->io_next, req, attrs));

Completed in 68 milliseconds