Lines Matching refs:ltmp
2643 long ltmp; in st_int_ioctl() local
2686 ltmp = (-arg); in st_int_ioctl()
2687 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2688 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2689 cmd[4] = ltmp; in st_int_ioctl()
2710 ltmp = (-arg); in st_int_ioctl()
2711 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2712 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2713 cmd[4] = ltmp; in st_int_ioctl()
2734 ltmp = (-arg); in st_int_ioctl()
2735 cmd[2] = (ltmp >> 16); in st_int_ioctl()
2736 cmd[3] = (ltmp >> 8); in st_int_ioctl()
2737 cmd[4] = ltmp; in st_int_ioctl()
2871 ltmp = arg & MT_ST_BLKSIZE_MASK; in st_int_ioctl()
2875 ltmp = STp->block_size; in st_int_ioctl()
2876 (STp->buffer)->b_data[9] = (ltmp >> 16); in st_int_ioctl()
2877 (STp->buffer)->b_data[10] = (ltmp >> 8); in st_int_ioctl()
2878 (STp->buffer)->b_data[11] = ltmp; in st_int_ioctl()