Lines Matching refs:oflags
391 uint_t oflags = 0;
406 } else if (!(oflags & TF_MERGE)) { \
420 'i', MDB_OPT_SETBITS, TF_INTR, &oflags,
421 'p', MDB_OPT_SETBITS, TF_PROC, &oflags,
422 'b', MDB_OPT_SETBITS, TF_BLOCK, &oflags,
423 's', MDB_OPT_SETBITS, TF_SIG, &oflags,
424 'd', MDB_OPT_SETBITS, TF_DISP, &oflags,
425 'm', MDB_OPT_SETBITS, TF_MERGE, &oflags, NULL) != argc)
431 if (!(oflags & ~TF_MERGE))
433 oflags = TF_INTR;
435 oflags = TF_INTR | TF_DISP | TF_MERGE;
446 if (oflags & TF_PROC) {
452 if (oflags & TF_INTR) {
459 if (oflags & TF_BLOCK) {
465 if (oflags & TF_SIG) {
471 if (oflags & TF_DISP) {
491 if (oflags & TF_PROC) {
497 if (oflags & TF_INTR) {
512 if (oflags & TF_BLOCK) {
521 if (oflags & TF_SIG) {
528 if (oflags & TF_DISP) {