Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dst.c958 STps->at_sm = 0; in reset_state()
1109 STps->at_sm = 0; in check_tape()
1982 STps->at_sm = 0; in read_tape()
2734 int fileno, blkno, at_sm, undone; in st_int_ioctl() local
2748 at_sm = STps->at_sm; in st_int_ioctl()
2765 at_sm &= (arg == 0); in st_int_ioctl()
2781 at_sm &= (arg == 0); in st_int_ioctl()
2792 at_sm &= (arg == 0); in st_int_ioctl()
2804 at_sm &= (arg == 0); in st_int_ioctl()
2815 at_sm = 1; in st_int_ioctl()
[all …]
H A Dst.h88 unsigned char at_sm; member