aac.c | 1329 * These are duplicated in aac_ccb_submit() to cover the case where 1411 if (aac_ccb_submit(sc, ac)) 1420 aac_ccb_submit(struct aac_softc *sc, struct aac_ccb *ac) function in typeref:typename:int 1425 AAC_DPRINTF(AAC_D_QUEUE, ("aac_ccb_submit(%p, %p) ", sc, ac)); 1465 if ((rv = aac_ccb_submit(sc, ac)) != 0) {
|