Home
last modified time | relevance | path

Searched refs:ctcommand (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/gpib/
H A Dct.c176 void ctcommand(dev_t, int, int);
386 ctcommand(dev, MTWEOF, 2); in ctclose()
387 ctcommand(dev, MTBSR, 1); in ctclose()
398 ctcommand(dev, MTREW, 1); in ctclose()
407 ctcommand(dev_t dev, int cmd, int cnt) in ctcommand() function
420 ctcommand(dev, MTREW, 1); in ctcommand()
421 ctcommand(dev, MTFSF, cnt); in ctcommand()
883 ctcommand(dev, op->mt_op, cnt); in ctioctl()
/netbsd-src/sys/arch/hp300/dev/
H A Dct.c194 static void ctcommand(dev_t, int, int);
425 ctcommand(dev, MTWEOF, 2); in ctclose()
426 ctcommand(dev, MTBSR, 1); in ctclose()
439 ctcommand(dev, MTREW, 1); in ctclose()
450 ctcommand(dev_t dev, int cmd, int cnt) in ctcommand() function
458 ctcommand(dev, MTREW, 1); in ctcommand()
459 ctcommand(dev, MTFSF, cnt); in ctcommand()
926 ctcommand(dev, op->mt_op, cnt); in ctioctl()