Searched refs:BOFI_LOG (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | bofi.h | 225 #define BOFI_LOG 128 macro
|
/titanic_50/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} 716 msg(1, "0x%x 0x%x 0x%x 0x%x\n", BOFI_LOG, BOFI_INTR, in define_nerrs() 1118 (edp->access_type & ~BOFI_LOG)); in log2errdefs() 1245 errdef->access_type & (hdl->access_type|BOFI_LOG); in add_edef() 2259 if (errdef.access_type == BOFI_LOG) { /* qualify all accesses */ in main() 2261 (BOFI_LOG|BOFI_DMA_RW|BOFI_PIO_RW|BOFI_INTR); in main() 2271 if ((errdef.access_type & BOFI_LOG) == 0) { in main()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | bofi.c | 1754 if (ep->errdef.access_type & BOFI_LOG) in bofi_errdef_alloc() 1884 if ((ep->errdef.access_type & BOFI_LOG) && in bofi_errdef_free() 1964 if ((ep->errdef.access_type & BOFI_LOG) && in bofi_signal() 2308 (ep->errdef.access_type & BOFI_LOG)) { in do_dma_corrupt() 2443 if (ep->errdef.access_type & BOFI_LOG) { in do_pior_corrupt() 2468 if (ep->errdef.access_type & BOFI_LOG) { in do_pior_corrupt() 2556 if (ep->errdef.access_type & BOFI_LOG) in do_piow_corrupt() 2563 if (ep->errdef.access_type & BOFI_LOG) in do_piow_corrupt() 4319 (ep->errdef.access_type & BOFI_LOG)) in bofi_intercept_intr()
|