HomeSort by: relevance | last modified time | path
    Searched refs:pccbb_intrhand_list (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
pccbbvar.h 55 struct pccbb_intrhand_list;
137 LIST_HEAD(, pccbb_intrhand_list) sc_pil;
143 * struct pccbb_intrhand_list holds interrupt handler and argument for
147 struct pccbb_intrhand_list { struct
151 LIST_ENTRY(pccbb_intrhand_list) pil_next;
pccbb.c 1100 struct pccbb_intrhand_list *pil;
1709 struct pccbb_intrhand_list *pil, *newpil;
1720 (struct pccbb_intrhand_list *)malloc(sizeof(struct
1721 pccbb_intrhand_list), M_DEVBUF, M_WAITOK))) {
1757 struct pccbb_intrhand_list *pil;
1783 pil = (struct pccbb_intrhand_list *)ih;

Completed in 56 milliseconds