Searched refs:not_flag (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | streams.c | 359 const char *mod = NULL, *flag = NULL, *not_flag = NULL; in queue() local 382 'F', MDB_OPT_STR, ¬_flag, in queue() 391 if (flag != NULL || not_flag != NULL || mod != NULL || syncq != NULL) in queue() 405 if (not_flag != NULL && in queue() 406 streams_parse_flag(qf, not_flag, ¬_mask) == -1) { in queue() 485 const char *flag = NULL, *not_flag = NULL; in syncq() local 509 'F', MDB_OPT_STR, ¬_flag, in syncq() 519 if (flag != NULL || not_flag != NULL || typ != NULL || not_typ != NULL) in syncq() 539 if (not_flag != NULL && streams_parse_flag(sqf, not_flag, ¬_mask) in syncq() 541 mdb_warn("unrecognized syncq flag '%s'\n", not_flag); in syncq() [all …]
|
/titanic_50/usr/src/cmd/mdb/common/modules/ptm/ |
H A D | ptm.c | 92 const char *flag = NULL, *not_flag = NULL; in ptms() local 103 'F', MDB_OPT_STR, ¬_flag, NULL) != argc) in ptms() 106 if (DCMD_HDRSPEC(flags) && flag == NULL && not_flag == NULL) { in ptms() 118 if (not_flag != NULL && pt_parse_flag(pf, not_flag, ¬_mask) == -1) { in ptms() 139 if (flag != NULL || not_flag != NULL) { in ptms()
|