Home
last modified time | relevance | path

Searched refs:not_tmask (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c494 uint32_t tmask = 0, not_tmask = 0; in syncq() local
550 if (not_typ != NULL && streams_parse_flag(sqt, not_typ, &not_tmask) in syncq()
573 if (not_tmask != 0 && (sqtype & not_tmask)) in syncq()
1238 uint32_t tmask = 0, not_tmask = 0; in mblk_prt() local
1298 if (not_typ != NULL && streams_parse_type(mbt, not_typ, &not_tmask) in mblk_prt()
1335 if (not_tmask != 0) { in mblk_prt()
1336 if ((not_tmask == M_DATA_T && db_type == M_DATA) || in mblk_prt()
1337 (db_type == not_tmask)) in mblk_prt()