aboutsummaryrefslogtreecommitdiff
path: root/sys/mtio/mtio.com
blob: 8accab3bed14a1042cca96426a8121d00e6eb499 (plain) (blame)
1
2
3
4
5
6
7
8
9
# The MTIO Common.

int	new_mtchan				# flag newly opened channel
int	mtdev[LEN_MTIODES,MT_MAXTAPES+1]	# integer fields
char	mtnam[SZ_DEVICE,MT_MAXTAPES+1]		# array of drive names
char	mtosn[SZ_IODEV,MT_MAXTAPES+1]		# host name for device
char	mtlkn[SZ_LKNAME,MT_MAXTAPES+1]		# lock file name

common	/mtiocom/ new_mtchan, mtdev, mtnam, mtosn, mtlkn