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

/freebsd-10-stable/sys/dev/ppbus/
H A Dlpt.c488 device_t lptdev; local
494 lptdev = sc->sc_dev;
495 ppbus = device_get_parent(lptdev);
499 lprintf(("%s: still open %x\n", device_get_nameunit(lptdev),
516 if ((err = lpt_request_ppbus(lptdev, PPB_WAIT|PPB_INTR)) != 0) {
523 lprintf(("%s flags 0x%x\n", device_get_nameunit(lptdev),
551 lpt_release_ppbus(lptdev);
558 if (ppb_sleep(ppbus, lptdev, LPPRI | PCATCH, "lptinit",
560 lpt_release_ppbus(lptdev);
594 lpt_release_ppbus(lptdev);
611 device_t lptdev = sc->sc_dev; local
722 device_t lptdev = sc->sc_dev; local
775 device_t lptdev = sc->sc_dev; local
872 device_t lptdev = sc->sc_dev; local
[all...]

Completed in 44 milliseconds