Searched refs:ppb_sleep (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/ppbus/
H A Dppbconf.h264 extern int ppb_sleep(device_t, void *, int, const char *, int);
H A Dppb_base.c237 ppb_sleep(device_t bus, void *wchan, int priority, const char *wmesg, int timo) function
H A Dppi.c385 ppb_sleep(ppbus, ppi, PPBPRI, "ppiread", 2 * hz);
507 error = ppb_sleep(ppbus, ppi, PCATCH | PPBPRI, "ppiwrite", 0);
H A Dlpt.c558 if (ppb_sleep(ppbus, lptdev, LPPRI | PCATCH, "lptinit",
630 if (ppb_sleep(ppbus, lptdev, LPPRI | PCATCH, "lpclose",
696 err = ppb_sleep(ppbus, dev, LPPRI,
834 if ((err = ppb_sleep(ppbus, lptdev,

Completed in 109 milliseconds