Lines Matching refs:ltmp
2701 long ltmp; in st_int_ioctl() local
2746 ltmp = (-arg); in st_int_ioctl()
2747 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2748 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2749 cmd[4] = ltmp; in st_int_ioctl()
2770 ltmp = (-arg); in st_int_ioctl()
2771 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2772 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2773 cmd[4] = ltmp; in st_int_ioctl()
2794 ltmp = (-arg); in st_int_ioctl()
2795 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2796 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2797 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()