Searched defs:clrb (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_evset.c48 uint_t setb = 0, clrb = 0; local
72 'e', MDB_OPT_SETBITS, MDB_TGT_SPEC_DISABLED, &clrb,
88 clrb |= MDB_TGT_SPEC_AUTODIS;
91 clrb |= MDB_TGT_SPEC_AUTODEL;
97 clrb |= MDB_TGT_SPEC_AUTOSTOP;
100 clrb |= MDB_TGT_SPEC_TEMPORARY;
103 clrb |= MDB_TGT_SPEC_STICKY;
151 sp.spec_flags &= ~clrb;
190 uint_t setb = 0, clrb = 0; local
220 'e', MDB_OPT_SETBITS, MDB_TGT_SPEC_DISABLED, &clrb,
[all...]

Completed in 85 milliseconds