aupci.c | 97 static void aupci_decompose_tag(void *, pcitag_t, int *, int *, int *); 249 sc->sc_pc.pc_decompose_tag = aupci_decompose_tag; 316 aupci_decompose_tag(void *v, pcitag_t tag, int *b, int *d, int *f) function in typeref:typename:void 340 aupci_decompose_tag(v, tag, &b, &d, &f);
|