Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/sparc64/include/
Dpsl.h309 _splraise(int newpil) in _splraise() argument
314 if (newpil > oldpil) in _splraise()
315 sparc_wrpr(pil, newpil, 0); in _splraise()
320 _splx(int newpil) in _splx() argument
322 sparc_wrpr(pil, newpil, 0); in _splx()
/openbsd/src/sys/dev/pci/
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;