Searched refs:errdefp (Results 1 – 1 of 1) sorted by relevance
1732 bofi_errdef_alloc(struct bofi_errdef *errdefp, char *namep, in bofi_errdef_alloc() argument1743 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()[all …]