Lines Matching refs:operand
965 errdef.operand = errdef_32.operand; in bofi_ioctl()
1055 errdef_32.operand = errdef.operand; in bofi_ioctl()
2296 uint64_t operand; in do_dma_corrupt() local
2351 operand = ep->errdef.operand; in do_dma_corrupt()
2368 *(addr + i) = operand; in do_dma_corrupt()
2372 *(addr + i) &= operand; in do_dma_corrupt()
2376 *(addr + i) |= operand; in do_dma_corrupt()
2380 *(addr + i) ^= operand; in do_dma_corrupt()
2412 uint64_t operand; in do_pior_corrupt() local
2456 operand = ep->errdef.operand; in do_pior_corrupt()
2463 return (operand); in do_pior_corrupt()
2490 get_val = operand; in do_pior_corrupt()
2493 get_val &= operand; in do_pior_corrupt()
2496 get_val |= operand; in do_pior_corrupt()
2499 get_val ^= operand; in do_pior_corrupt()
2589 *valuep = ep->errdef.operand; in do_piow_corrupt()
2592 *valuep &= ep->errdef.operand; in do_piow_corrupt()
2595 *valuep |= ep->errdef.operand; in do_piow_corrupt()
2598 *valuep ^= ep->errdef.operand; in do_piow_corrupt()
4335 (ep->errdef.operand); in bofi_intercept_intr()
4342 intr_count += ep->errdef.operand; in bofi_intercept_intr()