Home
last modified time | relevance | path

Searched defs:mtop (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/sys/
H A Dmtio.h43 struct mtop { struct
44 short mt_op; /* operations defined below */
45 int mt_count; /* how many of them */
/openbsd/usr.sbin/rmt/
H A Drmt.c252 { struct mtop mtop; in main() local