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

/freebsd-11-stable/sys/compat/netbsd/
H A Ddvcfg.h56 dvcfg_hw(selp, num)
57 struct dvcfg_hwsel *selp; variable in typeref:struct:dvcfg_hwsel
61 return ((num >= selp->cfg_max) ? 0 : selp->cfg_sel[num]);
/freebsd-11-stable/sys/arm/at91/
H A Dat91_pio.c69 struct selinfo selp; member in struct:at91_pio_softc
273 selwakeup(&sc->selp);
315 selrecord(td, &sc->selp);

Completed in 64 milliseconds