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

  /src/sys/dev/gpib/
ct.c 176 void ctcommand(dev_t, int, int);
386 ctcommand(dev, MTWEOF, 2);
387 ctcommand(dev, MTBSR, 1);
398 ctcommand(dev, MTREW, 1);
407 ctcommand(dev_t dev, int cmd, int cnt) function in typeref:typename:void
416 DPRINTF(CDB_FOLLOW, ("ctcommand: called\n"));
420 ctcommand(dev, MTREW, 1);
421 ctcommand(dev, MTFSF, cnt);
883 ctcommand(dev, op->mt_op, cnt);
  /src/sys/arch/hp300/dev/
ct.c 194 static void ctcommand(dev_t, int, int);
425 ctcommand(dev, MTWEOF, 2);
426 ctcommand(dev, MTBSR, 1);
439 ctcommand(dev, MTREW, 1);
450 ctcommand(dev_t dev, int cmd, int cnt) function in typeref:typename:void
458 ctcommand(dev, MTREW, 1);
459 ctcommand(dev, MTFSF, cnt);
926 ctcommand(dev, op->mt_op, cnt);

Completed in 11 milliseconds