Searched refs:not_tmask (Results 1 – 1 of 1) sorted by relevance
490 uint32_t tmask = 0, not_tmask = 0; in syncq() local546 if (not_typ != NULL && streams_parse_flag(sqt, not_typ, ¬_tmask) in syncq()569 if (not_tmask != 0 && (sqtype & not_tmask)) in syncq()1234 uint32_t tmask = 0, not_tmask = 0; in mblk_prt() local1294 if (not_typ != NULL && streams_parse_type(mbt, not_typ, ¬_tmask) in mblk_prt()1331 if (not_tmask != 0) { in mblk_prt()1332 if ((not_tmask == M_DATA_T && db_type == M_DATA) || in mblk_prt()1333 (db_type == not_tmask)) in mblk_prt()