Lines Matching refs:ltmp
2697 long ltmp; in st_int_ioctl() local
2740 ltmp = (-arg); in st_int_ioctl()
2741 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2742 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2743 cmd[4] = ltmp; in st_int_ioctl()
2764 ltmp = (-arg); in st_int_ioctl()
2765 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2766 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2767 cmd[4] = ltmp; in st_int_ioctl()
2788 ltmp = (-arg); in st_int_ioctl()
2789 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2790 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2791 cmd[4] = ltmp; in st_int_ioctl()
2925 ltmp = arg & MT_ST_BLKSIZE_MASK; in st_int_ioctl()
2929 ltmp = STp->block_size; in st_int_ioctl()
2930 (STp->buffer)->b_data[9] = (ltmp >> 16); in st_int_ioctl()
2931 (STp->buffer)->b_data[10] = (ltmp >> 8); in st_int_ioctl()
2932 (STp->buffer)->b_data[11] = ltmp; in st_int_ioctl()