Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dstrtape.c36 int mtunit = '0'; in strtape() local
56 mtunit = *s++; in strtape()
83 sfsprintf(tapefile, sizeof(tapefile), "/dev/rmt/ctape%c%s", mtunit, mtrewind); in strtape()
87 …sfsprintf(tapefile, sizeof(tapefile), "/dev/rmt/%c%c%s%s", mtunit, mtdensity, mtbehavior, mtrewind… in strtape()
99 sfsprintf(tapefile, sizeof(tapefile), "/dev/%sst%c", mtrewind, mtunit); in strtape()
110 mtunit = '0'; in strtape()
113 mtunit = '1'; in strtape()
116 mtunit = '2'; in strtape()
119 sfsprintf(tapefile, sizeof(tapefile), "/dev/%srmt%c", mtrewind, mtunit); in strtape()
127 mtunit -= '0'; in strtape()
[all …]