Searched refs:BOFI_INTR (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/th_tools/ |
H A D | th_define.c | 113 {"log", BOFI_LOG}, {"intr", BOFI_INTR}, 117 {"LOG", BOFI_LOG}, {"INTR", BOFI_INTR}, {0, 0} 521 if (item->access_type & BOFI_INTR) in define_op_err() 709 msg(1, "0x%x 0x%x 0x%x 0x%x\n", BOFI_LOG, BOFI_INTR, in define_nerrs() 731 (op >= BOFI_DELAY_INTR && (at & BOFI_INTR) == 0)) { in define_nerrs() 742 if (at & BOFI_INTR) in define_nerrs() 864 if (item->access_type != BOFI_INTR) in define_nerrs() 1105 } else if ((edp->access_type & BOFI_INTR) == 0) { in log2errdefs() 1120 if (edp->access_type & BOFI_INTR) in log2errdefs() 1430 else if ((access_type & BOFI_INTR) && in match_hinfo() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | bofi.h | 222 #define BOFI_INTR 64 macro
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | bofi.c | 997 if (errdef.access_type & BOFI_INTR && in bofi_ioctl() 1653 hdlip->access_type = BOFI_INTR; in bofi_ioctl() 1792 ((errdefp->access_type & BOFI_INTR) && in bofi_errdef_alloc() 4323 log_acc_event(ep, BOFI_INTR, 0, 0, 1, 0); in bofi_intercept_intr() 4655 (ep->errdef.access_type & BOFI_INTR)) { in bofi_intr_ops()
|