Searched refs:not_mask (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | streams.c | 362 uint32_t mask = 0, not_mask = 0; in queue() local 406 streams_parse_flag(qf, not_flag, ¬_mask) == -1) { in queue() 439 if (not_mask != 0 && (q.q_flag & not_mask)) in queue() 489 uint32_t mask = 0, not_mask = 0; in syncq() local 539 if (not_flag != NULL && streams_parse_flag(sqf, not_flag, ¬_mask) in syncq() 561 if (not_mask != 0 && (sq.sq_flags & not_mask)) in syncq() 630 uint32_t mask = 0, not_mask = 0; in stdata() local 671 streams_parse_flag(stdf, not_flag, ¬_mask) == -1) { in stdata() 690 if (not_mask != 0 && (sd.sd_flag & not_mask)) in stdata() 1235 uint32_t mask = 0, not_mask = 0; in mblk_prt() local [all …]
|
/titanic_41/usr/src/cmd/mdb/common/modules/ptm/ |
H A D | ptm.c | 95 uint32_t mask = 0, not_mask = 0; in ptms() local 118 if (not_flag != NULL && pt_parse_flag(pf, not_flag, ¬_mask) == -1) { in ptms() 132 if (not_mask != 0 && (pt.pt_state & not_mask)) in ptms()
|