Searched refs:NSC_HACTIVE (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ncallio.c365 if ((h->bufh.sb_flag & NSC_HACTIVE) &&
429 h->bufh.sb_flag |= flag | NSC_HACTIVE;
/illumos-gate/usr/src/uts/common/avs/ns/
H A Dnsctl.h290 #define NSC_HACTIVE 0x0020 /* handle active (IO provider internals) */ macro
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.h756 #define _SD_HANDLE_ACTIVE(handle) ((handle)->bh_flag & NSC_HACTIVE)
769 (flag | _SD_NODE_HINTS | NSC_HACTIVE); \
773 _SD_NODE_HINTS | NSC_HACTIVE); \
H A Dsd_bcache.c2108 handle->bh_flag |= NSC_HACTIVE;
2608 handle->bh_flag |= NSC_HACTIVE;
2654 handle->bh_flag |= NSC_HACTIVE;
2674 handle->bh_flag &= ~NSC_HACTIVE;
2683 handle->bh_flag &= ~NSC_HACTIVE;
3700 handle->bh_flag &= ~NSC_HACTIVE;
6981 ASSERT(!(handle->bh_flag & (NSC_HALLOCATED | NSC_HACTIVE)));
/illumos-gate/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c67 { "NSC_HACTIVE", NSC_HACTIVE, NSC_HACTIVE },
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c536 {"HACTIVE", NSC_HACTIVE, NSC_HACTIVE},
2666 if (!opt_a && !(bh.bh_flag & (NSC_HALLOCATED | NSC_HACTIVE)))
/illumos-gate/usr/src/uts/common/avs/ns/sv/
H A Dsv.c2172 if (bufh && (bufh->sb_flag & NSC_HACTIVE) != 0) {

Completed in 94 milliseconds