Searched refs:roffset (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/dev/vt/colors/
H A Dvt_termcolors.h62 int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset);
H A Dvt_termcolors.c155 int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset)
180 int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset)
183 info->fb_rgboffs.red = roffset;
190 roffset, gmax, goffset, bmax, boffset));
154 vt_generate_cons_palette(uint32_t *palette, int format, uint32_t rmax, int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset) argument
179 vt_config_cons_colors(struct fb_info *info, int format, uint32_t rmax, int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset) argument
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Dfile_trunc.c172 off_t roffset = 0; local
183 roffset = random() % fsize;
184 if (lseek64(fd, (offset + roffset), SEEK_SET) < 0) {
196 if (lseek64(fd, (offset + roffset), SEEK_SET) < 0) {
213 "Wrote to offset %" PRId64 "\n", (offset + roffset));
217 (offset + roffset));
228 off_t roffset = 0; local
230 roffset = random() % fsize;
231 if (ftruncate64(fd, (offset + roffset)) < 0) {
238 (offset + roffset));
[all...]
/freebsd-current/tests/sys/cddl/zfs/bin/
H A Dfile_trunc.c170 off_t roffset = 0; local
181 roffset = random() % fsize;
182 if (lseek(fd, (offset + roffset), SEEK_SET) < 0) {
194 if (lseek(fd, (offset + roffset), SEEK_SET) < 0) {
211 "Wrote to offset %ld\n", (offset + roffset));
214 "Read back from offset %ld\n", (offset + roffset));
225 off_t roffset = 0; local
227 roffset = random() % fsize;
228 if (ftruncate(fd, (offset + roffset)) < 0) {
236 (offset + roffset));
[all...]
/freebsd-current/sys/powerpc/powermac/
H A Dhrowpic.c179 u_int roffset; local
194 roffset = HPIC_INT_TO_BANK(irq);
198 sc->sc_softreg[roffset] |= (1 << rbit);
200 sc->sc_softreg[roffset] &= ~(1 << rbit);
202 hrowpic_write_reg(sc, HPIC_ENABLE, roffset, sc->sc_softreg[roffset]);
/freebsd-current/sys/dev/vt/
H A Dvt_buf.c65 * line1 <--- roffset (history display from that point)
72 int diff, top, bottom, roffset; local
89 roffset = 0; /* Make gcc happy. */
94 roffset = top + offset;
101 roffset = vb->vb_roffset;
102 if (roffset >= bottom + vb->vb_scr_size.tp_row)
103 roffset -= vb->vb_history_size;
105 roffset += offset;
106 roffset = MAX(roffset, to
[all...]
/freebsd-current/usr.bin/compress/
H A Dzopen.c168 #define roffset zs->u.r.zs_roffset macro
579 if (clear_flg > 0 || roffset >= size || free_ent > maxcode) {
599 roffset = 0;
603 r_off = roffset;
613 r_off = 8 - r_off; /* Now, roffset into gcode word. */
624 roffset += n_bits;
714 roffset = 0;
/freebsd-current/stand/common/
H A Dgfx_fb.c225 rgb_color_map(uint8_t index, uint32_t rmax, int roffset, argument
352 uint32_t rmax, int roffset, uint32_t gmax, int goffset,
366 palette[i] = rgb_color_map(i, rmax, roffset,
351 generate_cons_palette(uint32_t *palette, int format, uint32_t rmax, int roffset, uint32_t gmax, int goffset, uint32_t bmax, int boffset) argument

Completed in 84 milliseconds