Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/
Dst.c946 STps->at_sm = 0; in reset_state()
1082 STps->at_sm = 0; in check_tape()
1955 STps->at_sm = 0; in read_tape()
2707 int fileno, blkno, at_sm, undone; in st_int_ioctl() local
2721 at_sm = STps->at_sm; in st_int_ioctl()
2738 at_sm &= (arg == 0); in st_int_ioctl()
2754 at_sm &= (arg == 0); in st_int_ioctl()
2765 at_sm &= (arg == 0); in st_int_ioctl()
2777 at_sm &= (arg == 0); in st_int_ioctl()
2788 at_sm = 1; in st_int_ioctl()
[all …]
Dst.h88 unsigned char at_sm; member