Lines Matching refs:ltmp
2596 long ltmp; in st_int_ioctl() local
2640 ltmp = (-arg); in st_int_ioctl()
2641 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2642 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2643 cmd[4] = ltmp; in st_int_ioctl()
2664 ltmp = (-arg); in st_int_ioctl()
2665 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2666 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2667 cmd[4] = ltmp; in st_int_ioctl()
2688 ltmp = (-arg); in st_int_ioctl()
2689 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2690 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2691 cmd[4] = ltmp; in st_int_ioctl()
2819 ltmp = arg & MT_ST_BLKSIZE_MASK; in st_int_ioctl()
2823 ltmp = STp->block_size; in st_int_ioctl()
2824 (STp->buffer)->b_data[9] = (ltmp >> 16); in st_int_ioctl()
2825 (STp->buffer)->b_data[10] = (ltmp >> 8); in st_int_ioctl()
2826 (STp->buffer)->b_data[11] = ltmp; in st_int_ioctl()