Home
last modified time | relevance | path

Searched refs:pccbb_intrhand_list (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/
H A Dpccbbvar.h69 struct pccbb_intrhand_list;
176 struct pccbb_intrhand_list *sc_pil;
185 struct pccbb_intrhand_list { struct
190 struct pccbb_intrhand_list *pil_next; argument
H A Dpccbb.c951 struct pccbb_intrhand_list *pil; in pccbbintr_function()
1466 struct pccbb_intrhand_list *pil, *newpil;
1492 newpil = (struct pccbb_intrhand_list *)
1493 malloc(sizeof(struct pccbb_intrhand_list), M_DEVBUF, M_WAITOK);
1523 struct pccbb_intrhand_list *pil, **pil_prev;