Searched refs:not_typ (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | streams.c | 486 const char *typ = NULL, *not_typ = NULL; in syncq() local 511 'T', MDB_OPT_STR, ¬_typ, in syncq() 519 if (flag != NULL || not_flag != NULL || typ != NULL || not_typ != NULL) in syncq() 546 if (not_typ != NULL && streams_parse_flag(sqt, not_typ, ¬_tmask) in syncq() 548 mdb_warn("unrecognized syncq type '%s'\n", not_typ); in syncq() 1232 const char *typ = NULL, *not_typ = NULL; in mblk_prt() local 1257 'T', MDB_OPT_STR, ¬_typ, in mblk_prt() 1271 (not_typ != NULL) || (len != ~0UL) || (glen != ~0UL) || in mblk_prt() 1294 if (not_typ != NULL && streams_parse_type(mbt, not_typ, ¬_tmask) in mblk_prt() 1296 mdb_warn("unrecognized dblk type '%s'\n", not_typ); in mblk_prt()
|