HomeSort by: relevance | last modified time | path
    Searched defs:lptopen (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/mvme/
lpt_mvme.c 127 dev_type_open(lptopen);
133 .d_open = lptopen,
159 lptopen(dev_t dev, int flag, int mode, struct lwp *l) function in typeref:typename:int
203 error = tsleep((void *) sc, LPTPRI | PCATCH, "lptopen", STEP);
  /src/sys/dev/ic/
lpt.c 93 dev_type_open(lptopen);
99 .d_open = lptopen,
152 lptopen(dev_t dev, int flag, int mode, struct lwp *l) function in typeref:typename:int
204 error = tsleep((void *)sc, LPTPRI | PCATCH, "lptopen", STEP);
  /src/sys/dev/ppbus/
lpt.c 106 dev_type_open(lptopen);
113 .d_open = lptopen,
419 * lptopen -- reset the printer, then wait until it's selected and not busy.
422 lptopen(dev_t dev_id, int flags, int fmt, struct lwp *l) function in typeref:typename:int

Completed in 13 milliseconds