Lines Matching refs:ltmp
2699 long ltmp; in st_int_ioctl() local
2744 ltmp = (-arg); in st_int_ioctl()
2745 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2746 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2747 cmd[4] = ltmp; in st_int_ioctl()
2768 ltmp = (-arg); in st_int_ioctl()
2769 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2770 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2771 cmd[4] = ltmp; in st_int_ioctl()
2792 ltmp = (-arg); in st_int_ioctl()
2793 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2794 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2795 cmd[4] = ltmp; in st_int_ioctl()
2928 ltmp = arg & MT_ST_BLKSIZE_MASK; in st_int_ioctl()
2932 ltmp = STp->block_size; in st_int_ioctl()
2933 (STp->buffer)->b_data[9] = (ltmp >> 16); in st_int_ioctl()
2934 (STp->buffer)->b_data[10] = (ltmp >> 8); in st_int_ioctl()
2935 (STp->buffer)->b_data[11] = ltmp; in st_int_ioctl()