Lines Matching refs:errdefp
1735 bofi_errdef_alloc(struct bofi_errdef *errdefp, char *namep, in bofi_errdef_alloc() argument
1746 ep->errdef = *errdefp; in bofi_errdef_alloc()
1783 hp->instance == errdefp->instance && in bofi_errdef_alloc()
1784 (((errdefp->access_type & BOFI_DMA_RW) && in bofi_errdef_alloc()
1792 ((errdefp->access_type & BOFI_INTR) && in bofi_errdef_alloc()
1794 ((errdefp->access_type & BOFI_PIO_RW) && in bofi_errdef_alloc()
1796 (errdefp->rnumber == -1 || in bofi_errdef_alloc()
1797 hp->rnumber == errdefp->rnumber) && in bofi_errdef_alloc()
1798 (errdefp->len == 0 || in bofi_errdef_alloc()
1799 hp->offset < errdefp->offset + errdefp->len) && in bofi_errdef_alloc()
1800 hp->offset + hp->len > errdefp->offset))) { in bofi_errdef_alloc()
1810 errdefp->errdef_handle = (uint64_t)(uintptr_t)ep; in bofi_errdef_alloc()