Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dpccbbvar.h180 struct pccbb_intrhand_list *pil_next; member
Dpccbb.c1047 for (pil = sc->sc_pil; pil != NULL; pil = pil->pil_next) {
1765 newpil->pil_next = NULL;
1770 for (pil = sc->sc_pil; pil->pil_next != NULL;
1771 pil = pil->pil_next);
1772 pil->pil_next = newpil;
1798 for (pil = sc->sc_pil; pil != NULL; pil = pil->pil_next) {
1800 *pil_prev = pil->pil_next;
1805 pil_prev = &pil->pil_next;