Lines Matching refs:ltmp
2700 long ltmp; in st_int_ioctl() local
2745 ltmp = (-arg); in st_int_ioctl()
2746 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2747 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2748 cmd[4] = ltmp; in st_int_ioctl()
2769 ltmp = (-arg); in st_int_ioctl()
2770 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2771 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2772 cmd[4] = ltmp; in st_int_ioctl()
2793 ltmp = (-arg); in st_int_ioctl()
2794 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2795 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2796 cmd[4] = ltmp; in st_int_ioctl()
2930 ltmp = arg & MT_ST_BLKSIZE_MASK; in st_int_ioctl()
2934 ltmp = STp->block_size; in st_int_ioctl()
2935 (STp->buffer)->b_data[9] = (ltmp >> 16); in st_int_ioctl()
2936 (STp->buffer)->b_data[10] = (ltmp >> 8); in st_int_ioctl()
2937 (STp->buffer)->b_data[11] = ltmp; in st_int_ioctl()