Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/
Dst.c945 STps->at_sm = 0; in reset_state()
1081 STps->at_sm = 0; in check_tape()
1954 STps->at_sm = 0; in read_tape()
2706 int fileno, blkno, at_sm, undone; in st_int_ioctl() local
2720 at_sm = STps->at_sm; in st_int_ioctl()
2737 at_sm &= (arg == 0); in st_int_ioctl()
2753 at_sm &= (arg == 0); in st_int_ioctl()
2764 at_sm &= (arg == 0); in st_int_ioctl()
2776 at_sm &= (arg == 0); in st_int_ioctl()
2787 at_sm = 1; in st_int_ioctl()
[all …]
Dst.h89 unsigned char at_sm; member