Searched refs:BOFI_INTR (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/th_tools/ |
H A D | th_define.c | 115 {"log", BOFI_LOG}, {"intr", BOFI_INTR}, 119 {"LOG", BOFI_LOG}, {"INTR", BOFI_INTR}, {0, 0} 523 if (item->access_type & BOFI_INTR) in define_op_err() 716 msg(1, "0x%x 0x%x 0x%x 0x%x\n", BOFI_LOG, BOFI_INTR, in define_nerrs() 738 (op >= BOFI_DELAY_INTR && (at & BOFI_INTR) == 0)) { in define_nerrs() 749 if (at & BOFI_INTR) in define_nerrs() 871 if (item->access_type != BOFI_INTR) in define_nerrs() 1112 } else if ((edp->access_type & BOFI_INTR) == 0) { in log2errdefs() 1127 if (edp->access_type & BOFI_INTR) in log2errdefs() 1438 else if ((access_type & BOFI_INTR) && in match_hinfo() [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | bofi.h | 224 #define BOFI_INTR 64 macro
|
/titanic_41/usr/src/uts/common/io/ |
H A D | bofi.c | 994 if (errdef.access_type & BOFI_INTR && in bofi_ioctl() 1650 hdlip->access_type = BOFI_INTR; in bofi_ioctl() 1789 ((errdefp->access_type & BOFI_INTR) && in bofi_errdef_alloc() 4320 log_acc_event(ep, BOFI_INTR, 0, 0, 1, 0); in bofi_intercept_intr() 4652 (ep->errdef.access_type & BOFI_INTR)) { in bofi_intr_ops()
|