Symbol: roffset
stand/common/gfx_fb.c
300
rgb_color_map(uint8_t index, uint32_t rmax, int roffset,
stand/common/gfx_fb.c
427
uint32_t rmax, int roffset, uint32_t gmax, int goffset,
stand/common/gfx_fb.c
441
palette[i] = rgb_color_map(i, rmax, roffset,
sys/dev/vt/colors/vt_termcolors.c
155
int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset)
sys/dev/vt/colors/vt_termcolors.c
180
int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset)
sys/dev/vt/colors/vt_termcolors.c
183
info->fb_rgboffs.red = roffset;
sys/dev/vt/colors/vt_termcolors.c
190
roffset, gmax, goffset, bmax, boffset));
sys/dev/vt/colors/vt_termcolors.h
62
int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset);
sys/dev/vt/vt_buf.c
102
roffset = vb->vb_roffset;
sys/dev/vt/vt_buf.c
103
if (roffset >= bottom + vb->vb_scr_size.tp_row)
sys/dev/vt/vt_buf.c
104
roffset -= vb->vb_history_size;
sys/dev/vt/vt_buf.c
106
roffset += offset;
sys/dev/vt/vt_buf.c
107
roffset = MAX(roffset, top);
sys/dev/vt/vt_buf.c
108
roffset = MIN(roffset, bottom);
sys/dev/vt/vt_buf.c
110
if (roffset < 0)
sys/dev/vt/vt_buf.c
111
roffset = vb->vb_history_size + roffset;
sys/dev/vt/vt_buf.c
116
roffset = vb->vb_curroffset;
sys/dev/vt/vt_buf.c
120
diff = vb->vb_roffset != roffset;
sys/dev/vt/vt_buf.c
121
vb->vb_roffset = roffset;
sys/dev/vt/vt_buf.c
73
int diff, top, bottom, roffset;
sys/dev/vt/vt_buf.c
90
roffset = 0; /* Make gcc happy. */
sys/dev/vt/vt_buf.c
95
roffset = top + offset;
sys/powerpc/powermac/hrowpic.c
179
u_int roffset;
sys/powerpc/powermac/hrowpic.c
194
roffset = HPIC_INT_TO_BANK(irq);
sys/powerpc/powermac/hrowpic.c
198
sc->sc_softreg[roffset] |= (1 << rbit);
sys/powerpc/powermac/hrowpic.c
200
sc->sc_softreg[roffset] &= ~(1 << rbit);
sys/powerpc/powermac/hrowpic.c
202
hrowpic_write_reg(sc, HPIC_ENABLE, roffset, sc->sc_softreg[roffset]);
tests/sys/cddl/zfs/bin/file_trunc.c
170
off_t roffset = 0;
tests/sys/cddl/zfs/bin/file_trunc.c
181
roffset = random() % fsize;
tests/sys/cddl/zfs/bin/file_trunc.c
182
if (lseek(fd, (offset + roffset), SEEK_SET) < 0) {
tests/sys/cddl/zfs/bin/file_trunc.c
194
if (lseek(fd, (offset + roffset), SEEK_SET) < 0) {
tests/sys/cddl/zfs/bin/file_trunc.c
211
"Wrote to offset %ld\n", (offset + roffset));
tests/sys/cddl/zfs/bin/file_trunc.c
214
"Read back from offset %ld\n", (offset + roffset));
tests/sys/cddl/zfs/bin/file_trunc.c
225
off_t roffset = 0;
tests/sys/cddl/zfs/bin/file_trunc.c
227
roffset = random() % fsize;
tests/sys/cddl/zfs/bin/file_trunc.c
228
if (ftruncate(fd, (offset + roffset)) < 0) {
tests/sys/cddl/zfs/bin/file_trunc.c
236
(offset + roffset));
usr.bin/compress/zopen.c
579
if (clear_flg > 0 || roffset >= size || free_ent > maxcode) {
usr.bin/compress/zopen.c
599
roffset = 0;
usr.bin/compress/zopen.c
603
r_off = roffset;
usr.bin/compress/zopen.c
625
roffset += n_bits;
usr.bin/compress/zopen.c
715
roffset = 0;