Searched refs:newpil (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/arch/sparc64/include/
H A Dpsl.h332 _splraise(int newpil) argument
337 if (newpil > oldpil)
338 sparc_wrpr(pil, newpil, 0);
343 _splx(int newpil) argument
345 sparc_wrpr(pil, newpil, 0);
/openbsd-current/sys/dev/pci/
H A Dpccbb.c1466 struct pccbb_intrhand_list *pil, *newpil; local
1492 newpil = (struct pccbb_intrhand_list *)
1495 newpil->pil_func = func;
1496 newpil->pil_arg = arg;
1497 newpil->pil_level = level;
1498 evcount_attach(&newpil->pil_count, name, &sc->sc_intrline);
1499 newpil->pil_next = NULL;
1502 sc->sc_pil = newpil;
1506 pil->pil_next = newpil;
1511 return newpil;
[all...]

Completed in 78 milliseconds