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

/illumos-gate/usr/src/cmd/mdb/common/modules/ii/
H A Dii.c68 { "DSW_MSTTARGET", DSW_MSTTARGET, DSW_MSTTARGET },
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.h521 #define DSW_MSTTARGET 0x0004 /* Master is target of update */ macro
H A Ddsw_dev.c4995 ip->bi_master->bi_state &= ~DSW_MSTTARGET;
5001 * Check the state of the master. If DSW_MSTTARGET is
5005 if (ip->bi_master->bi_state & DSW_MSTTARGET) {
5011 * Set the DSW_MSTTARGET bit on the master associated
5016 ip->bi_master->bi_state |= DSW_MSTTARGET;

Completed in 81 milliseconds