Home
last modified time | relevance | path

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.h60 #define IOP_SETATTR(io, r, a) ((io)->io_ops->io_setattr((io), (r), (a))) macro
H A Dmdb_io.c1109 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 Dmdb_termio.c651 return (IOP_SETATTR(io->io_next, req, attrs)); in termio_setattr()