Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dstreams.c359 const char *mod = NULL, *flag = NULL, *not_flag = NULL; in queue() local
382 'F', MDB_OPT_STR, &not_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, &not_mask) == -1) { in queue()
485 const char *flag = NULL, *not_flag = NULL; in syncq() local
509 'F', MDB_OPT_STR, &not_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, &not_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 Dptm.c92 const char *flag = NULL, *not_flag = NULL; in ptms() local
103 'F', MDB_OPT_STR, &not_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, &not_mask) == -1) { in ptms()
139 if (flag != NULL || not_flag != NULL) { in ptms()