/src/sys/modules/aac/ |
Makefile | 7 KMOD= aac 8 IOCONF= aac.ioconf 10 SRCS+= aac.c
|
/src/sys/dev/ic/ |
ld_aac.c | 84 struct aac_softc *aac = device_private(parent); local in function:ld_aac_attach 85 struct aac_drive *hdr = &aac->sc_hdr[aaca->aaca_unit]; 91 ld->sc_maxxfer = AAC_MAX_XFER(aac); 95 (aac->sc_max_fibs - AAC_NCCBS_RESERVE) / aac->sc_nunits; 111 struct aac_softc *aac; local in function:ld_aac_dobio 118 aac = device_private(device_parent(sc->sc_ld.sc_dv)); 123 ac = aac_ccb_alloc(aac, (dowrite ? AAC_CCB_DATA_OUT : AAC_CCB_DATA_IN)); 129 if ((rv = aac_ccb_map(aac, ac)) != 0) { 130 aac_ccb_free(aac, ac) 328 struct aac_softc *aac; local in function:ld_aac_intr [all...] |
aac.c | 1 /* $NetBSD: aac.c,v 1.49 2021/08/07 16:19:11 thorpej Exp $ */ 73 __KERNEL_RCSID(0, "$NetBSD: aac.c,v 1.49 2021/08/07 16:19:11 thorpej Exp $"); 144 MALLOC_DEFINE(M_AACBUF, "aacbuf", "Buffers for aac(4)"); 1445 panic("aac: fixme!"); 1756 MODULE(MODULE_CLASS_DRIVER, aac, "pci");
|
/src/sys/modules/ |
Makefile | 488 SUBDIR+= aac
|
/src/share/man/man4/ |
Makefile | 4 MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
|
/src/tests/bin/sh/ |
t_option.sh | 245 for f in a b c d e f aa ab ac ad ae aaa aab aac aad aba abc bbb ccc
|
/src/sys/arch/m68k/060sp/dist/ |
fplsp.sa | 151 dc.l $0c010002,$660861ff,$00006aac,$60140c01
|