Lines Matching refs:errdefp
1732 bofi_errdef_alloc(struct bofi_errdef *errdefp, char *namep, in bofi_errdef_alloc() argument
1743 ep->errdef = *errdefp; in bofi_errdef_alloc()
1780 hp->instance == errdefp->instance && in bofi_errdef_alloc()
1781 (((errdefp->access_type & BOFI_DMA_RW) && in bofi_errdef_alloc()
1789 ((errdefp->access_type & BOFI_INTR) && in bofi_errdef_alloc()
1791 ((errdefp->access_type & BOFI_PIO_RW) && in bofi_errdef_alloc()
1793 (errdefp->rnumber == -1 || in bofi_errdef_alloc()
1794 hp->rnumber == errdefp->rnumber) && in bofi_errdef_alloc()
1795 (errdefp->len == 0 || in bofi_errdef_alloc()
1796 hp->offset < errdefp->offset + errdefp->len) && in bofi_errdef_alloc()
1797 hp->offset + hp->len > errdefp->offset))) { in bofi_errdef_alloc()
1807 errdefp->errdef_handle = (uint64_t)(uintptr_t)ep; in bofi_errdef_alloc()