Lines Matching refs:ltmp
2698 long ltmp; in st_int_ioctl() local
2741 ltmp = (-arg); in st_int_ioctl()
2742 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2743 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2744 cmd[4] = ltmp; in st_int_ioctl()
2765 ltmp = (-arg); in st_int_ioctl()
2766 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2767 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2768 cmd[4] = ltmp; in st_int_ioctl()
2789 ltmp = (-arg); in st_int_ioctl()
2790 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2791 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2792 cmd[4] = ltmp; in st_int_ioctl()
2926 ltmp = arg & MT_ST_BLKSIZE_MASK; in st_int_ioctl()
2930 ltmp = STp->block_size; in st_int_ioctl()
2931 (STp->buffer)->b_data[9] = (ltmp >> 16); in st_int_ioctl()
2932 (STp->buffer)->b_data[10] = (ltmp >> 8); in st_int_ioctl()
2933 (STp->buffer)->b_data[11] = ltmp; in st_int_ioctl()