Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppbus/
H A Dlpt.c554 if (ppb_sleep(ppbus, lptdev, LPPRI | PCATCH, "lptinit", in lptopen()
626 if (ppb_sleep(ppbus, lptdev, LPPRI | PCATCH, "lpclose", in lptclose()
692 err = ppb_sleep(ppbus, dev, LPPRI, in lpt_pushbytes()
829 if ((err = ppb_sleep(ppbus, lptdev, in lptwrite()
H A Dppi.c378 ppb_sleep(ppbus, ppi, PPBPRI, "ppiread", 2 * hz); in ppiread()
500 error = ppb_sleep(ppbus, ppi, PCATCH | PPBPRI, "ppiwrite", 0); in ppiwrite()
H A Dppbconf.h263 extern int ppb_sleep(device_t, void *, int, const char *, int);
H A Dppb_base.c244 ppb_sleep(device_t bus, void *wchan, int priority, const char *wmesg, int timo) in ppb_sleep() function