OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mtcommand
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/hp300/dev/
mt.c
173
static int
mtcommand
(dev_t, int, int);
342
error =
mtcommand
(dev, MTRESET, 0);
346
(void)
mtcommand
(dev, MTREW, 0);
349
if ((error =
mtcommand
(dev, MTNOP, 0)) != 0)
375
* - otherwise, select the
mtcommand
to set the density
414
if (
mtcommand
(dev, mtset_density, 0) == 0)
430
(void)
mtcommand
(dev, MTWEOF, 2);
431
(void)
mtcommand
(dev, MTBSF, 0);
434
(void)
mtcommand
(dev, MTREW, 0);
441
mtcommand
(dev_t dev, int cmd, int cnt
function
[
all
...]
/src/sys/dev/gpib/
mt.c
149
int
mtcommand
(dev_t, int, int);
360
error =
mtcommand
(dev, MTRESET, 0);
364
(void)
mtcommand
(dev, MTREW, 0);
367
if ((error =
mtcommand
(dev, MTNOP, 0)) != 0)
393
* - otherwise, select the
mtcommand
to set the density
433
if (
mtcommand
(dev, mtset_density, 0) == 0)
453
(void)
mtcommand
(dev, MTWEOF, 2);
454
(void)
mtcommand
(dev, MTBSF, 0);
457
(void)
mtcommand
(dev, MTREW, 0);
464
mtcommand
(dev_t dev, int cmd, int cnt
function
[
all
...]
Completed in 17 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026