Searched refs:oneshot (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/tests/sys/kqueue/libkqueue/
H A Duser.c92 oneshot(void) function
124 oneshot();
/freebsd-11-stable/crypto/heimdal/kcm/
H A Devents.c326 int oneshot = 1; local
333 oneshot = 0;
340 oneshot = 0;
366 if (!oneshot) {
385 oneshot = 1;
389 if (oneshot)
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx_epit.c85 * In theory our minimum period is 1 tick, because to setup a oneshot we don't
106 bool oneshot; member in struct:epit_softc
245 sc->oneshot = false;
248 sc->oneshot = true;
293 if (sc->oneshot)

Completed in 119 milliseconds