Home
last modified time | relevance | path

Searched refs:vw (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/dev/vt/
H A Dvt_core.c745 vt_termsize(vw->vw_device, vw->vw_font, &size); in vt_scroll()
1122 vw->vw_bell_pitch, vw->vw_bell_duration); in vtterm_bell()
1134 sysbeep(vw->vw_bell_pitch, vw->vw_bell_duration); in vtterm_bell()
1896 if (vw->vw_kbdsq && *vw->vw_kbdsq) in vtterm_cngetc()
1966 if (vw->vw_kbdsq && *vw->vw_kbdsq) in vtterm_cngetc()
1998 vw->vw_prev_kbdmode = vw->vw_kbdmode; in vtterm_cngrab_noswitch()
2019 vw->vw_kbdmode = vw->vw_prev_kbdmode; in vtterm_cnungrab_noswitch()
2196 kern_psignal(vw->vw_proc, vw->vw_smode.relsig); in signal_vt_rel()
2217 kern_psignal(vw->vw_proc, vw->vw_smode.acqsig); in signal_vt_acq()
3036 vw->vw_pid = vw->vw_proc->p_pid; in vtterm_ioctl()
[all …]
H A Dvt_cpulogos.c152 struct vt_window *vw; in vt_fini_logos() local
177 if (vw == NULL) in vt_fini_logos()
179 tm = vw->vw_terminal; in vt_fini_logos()
180 vf = vw->vw_font; in vt_fini_logos()
189 vtbuf_grow(&vw->vw_buf, &size, vw->vw_buf.vb_history_size); in vt_fini_logos()
209 struct vt_window *vw; in vt_init_logos() local
223 vw = vd->vd_curwindow; in vt_init_logos()
224 if (vw == NULL) in vt_init_logos()
226 tm = vw->vw_terminal; in vt_init_logos()
229 vf = vw->vw_font; in vt_init_logos()
[all …]
H A Dvt.h190 void vt_resume_flush_timer(struct vt_window *vw, int ms);
329 #define IS_VT_PROC_MODE(vw) ((vw)->vw_smode.mode == VT_PROCESS) argument
340 typedef void vd_bitblt_text_t(struct vt_device *vd, const struct vt_window *vw,
344 typedef void vd_bitblt_bmp_t(struct vt_device *vd, const struct vt_window *vw,
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_fb.c291 if (y >= vw->vw_draw_area.tr_end.tp_row) in vt_fb_bitblt_bitmap()
293 height = vw->vw_draw_area.tr_end.tp_row - y; in vt_fb_bitblt_bitmap()
295 if (x + width > vw->vw_draw_area.tr_end.tp_col) { in vt_fb_bitblt_bitmap()
296 if (x >= vw->vw_draw_area.tr_end.tp_col) in vt_fb_bitblt_bitmap()
298 width = vw->vw_draw_area.tr_end.tp_col - x; in vt_fb_bitblt_bitmap()
346 vf = vw->vw_font; in vt_fb_bitblt_text()
352 vw->vw_draw_area.tr_begin.tp_col; in vt_fb_bitblt_text()
354 vw->vw_draw_area.tr_begin.tp_row; in vt_fb_bitblt_text()
356 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col); in vt_fb_bitblt_text()
370 vt_fb_bitblt_bitmap(vd, vw, in vt_fb_bitblt_text()
[all …]
/freebsd/sys/dev/vt/hw/vga/
H A Dvt_vga.c621 vb = &vw->vw_buf; in vga_bitblt_one_text_pixels_block()
622 vf = vw->vw_font; in vga_bitblt_one_text_pixels_block()
645 i = vw->vw_draw_area.tr_begin.tp_col; in vga_bitblt_one_text_pixels_block()
649 i < vw->vw_draw_area.tr_end.tp_col) { in vga_bitblt_one_text_pixels_block()
693 vw->vw_draw_area.tr_begin.tp_col, in vga_bitblt_one_text_pixels_block()
695 vw->vw_draw_area.tr_end.tp_col); in vga_bitblt_one_text_pixels_block()
697 vw->vw_draw_area.tr_begin.tp_col; in vga_bitblt_one_text_pixels_block()
787 vf = vw->vw_font; in vga_bitblt_text_gfxmode()
874 vb = &vw->vw_buf; in vga_bitblt_text_txtmode()
928 vga_bitblt_text_gfxmode(vd, vw, area); in vga_bitblt_text()
[all …]
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c208 l < height && y + l < vw->vw_draw_area.tr_end.tp_row; in ofwfb_bitblt_bitmap()
211 c < width && x + c < vw->vw_draw_area.tr_end.tp_col; in ofwfb_bitblt_bitmap()
255 vf = vw->vw_font; in ofwfb_bitblt_text()
261 vw->vw_draw_area.tr_begin.tp_col; in ofwfb_bitblt_text()
263 vw->vw_draw_area.tr_begin.tp_row; in ofwfb_bitblt_text()
265 c = VTBUF_GET_FIELD(&vw->vw_buf, row, col); in ofwfb_bitblt_text()
268 VTBUF_ISCURSOR(&vw->vw_buf, row, col), &fg, &bg); in ofwfb_bitblt_text()
270 ofwfb_bitblt_bitmap(vd, vw, in ofwfb_bitblt_text()
288 ofwfb_bitblt_bitmap(vd, vw, in ofwfb_bitblt_text()
291 vd->vd_mx_drawn + vw->vw_draw_area.tr_begin.tp_col, in ofwfb_bitblt_text()
[all …]
/freebsd/sys/dev/virtio/gpu/
H A Dvirtio_gpu.c144 vtgpu_fb_bitblt_text(struct vt_device *vd, const struct vt_window *vw, in vtgpu_fb_bitblt_text() argument
154 vt_fb_bitblt_text(vd, vw, area); in vtgpu_fb_bitblt_text()
156 x = area->tr_begin.tp_col * vw->vw_font->vf_width + vw->vw_draw_area.tr_begin.tp_col; in vtgpu_fb_bitblt_text()
157 y = area->tr_begin.tp_row * vw->vw_font->vf_height + vw->vw_draw_area.tr_begin.tp_row; in vtgpu_fb_bitblt_text()
158 width = area->tr_end.tp_col * vw->vw_font->vf_width + vw->vw_draw_area.tr_begin.tp_col - x; in vtgpu_fb_bitblt_text()
159 height = area->tr_end.tp_row * vw->vw_font->vf_height + vw->vw_draw_area.tr_begin.tp_row - y; in vtgpu_fb_bitblt_text()
166 vtgpu_fb_bitblt_bitmap(struct vt_device *vd, const struct vt_window *vw, in vtgpu_fb_bitblt_bitmap() argument
177 vt_fb_bitblt_bitmap(vd, vw, pattern, mask, width, height, x, y, fg, bg); in vtgpu_fb_bitblt_bitmap()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrIntrinsicVL.gen.td876 …vl_vfmadd_vsvvl f64:$sy, v256f64:$vz, v256f64:$vw, i32:$vl), (VFMADDrvvl f64:$sy, v256f64:$vz, v25…
878 …vl_vfmadd_vvsvl v256f64:$vy, f64:$sy, v256f64:$vw, i32:$vl), (VFMADDvrvl v256f64:$vy, f64:$sy, v25…
885 …vl_vfmads_vsvvl f32:$sy, v256f64:$vz, v256f64:$vw, i32:$vl), (VFMADSrvvl f32:$sy, v256f64:$vz, v25…
887 …vl_vfmads_vvsvl v256f64:$vy, f32:$sy, v256f64:$vw, i32:$vl), (VFMADSvrvl v256f64:$vy, f32:$sy, v25…
894 …vl_pvfmad_vsvvl i64:$sy, v256f64:$vz, v256f64:$vw, i32:$vl), (PVFMADrvvl i64:$sy, v256f64:$vz, v25…
896 …vl_pvfmad_vvsvl v256f64:$vy, i64:$sy, v256f64:$vw, i32:$vl), (PVFMADvrvl v256f64:$vy, i64:$sy, v25…
903 …vl_vfmsbd_vsvvl f64:$sy, v256f64:$vz, v256f64:$vw, i32:$vl), (VFMSBDrvvl f64:$sy, v256f64:$vz, v25…
905 …vl_vfmsbd_vvsvl v256f64:$vy, f64:$sy, v256f64:$vw, i32:$vl), (VFMSBDvrvl v256f64:$vy, f64:$sy, v25…
912 …vl_vfmsbs_vsvvl f32:$sy, v256f64:$vz, v256f64:$vw, i32:$vl), (VFMSBSrvvl f32:$sy, v256f64:$vz, v25…
914 …vl_vfmsbs_vvsvl v256f64:$vy, f32:$sy, v256f64:$vw, i32:$vl), (VFMSBSvrvl v256f64:$vy, f32:$sy, v25…
[all …]
H A DVEInstrFormats.td258 bits<8> vw = 0;
272 let Inst{7-0} = vw;
H A DVEInstrVec.td664 let cy = 0, sy = 0, vy = ?, vz = ?, vw = ? in
665 defm vvv : RVmm<opcStr, ", $vy, $vz, $vw", opc, VRC, RCM,
666 (ins VRC:$vy, VRC:$vz, VRC:$vw)>;
667 let cs2 = 1, vy = ?, vw = ? in
669 (ins VRC:$vy, RC:$sy, VRC:$vw)>;
670 let cs2 = 1, cy = 0, vy = ?, vw = ? in
672 (ins VRC:$vy, SIMM:$sy, VRC:$vw)>;
673 let cs = 1, vz = ?, vw = ? in
675 (ins RC:$sy, VRC:$vz, VRC:$vw)>;
676 let cs = 1, cy = 0, vz = ?, vw = ? in
[all …]
/freebsd/contrib/sendmail/contrib/
H A Dexpn.pl128 $vw = $flag_v + $flag_w;
204 if ($debug || $vw);
214 if ($debug || $vw);
381 …ng some valid to avoid invalid ".&compact($u,$server)."\n" if ($avgValid > 0.0 && ($vw || $debug));
400 print "----------\n" if $vw;
694 print STDERR "Could not parse $newaddr\n" if $vw;
1063 print "$server -> $nserver\n" if $vw && !$debug;
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c2644 vw->x = lvw->x; in linux_to_bsd_v4l_window()
2645 vw->y = lvw->y; in linux_to_bsd_v4l_window()
2646 vw->width = lvw->width; in linux_to_bsd_v4l_window()
2649 vw->flags = lvw->flags; in linux_to_bsd_v4l_window()
2660 lvw->x = vw->x; in bsd_to_linux_v4l_window()
2661 lvw->y = vw->y; in bsd_to_linux_v4l_window()
2731 vw->clips = NULL; in linux_v4l_cliplist_free()
2777 vw->clips = NULL; in linux_v4l_cliplist_copy()
2778 ppvc = &(vw->clips); in linux_v4l_cliplist_copy()
2798 vw->clipcount = 0; in linux_v4l_cliplist_copy()
[all …]
/freebsd/tools/test/stress2/tools/
H A Dps.sh45 ps -ax -Oppid,wchan | grep -vw Z > $log
/freebsd/contrib/file/magic/Magdir/
H A Dsniffer437 # defs/0/5vw.trid.xml
444 # verified/falsified by `wireshark *.5vw`
455 !:ext 5vw
/freebsd/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh492 atf_check -o file:test2 grep -vw -e "" test2
496 atf_check -o file:test4 grep -vw -e "" test4
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsRISCVXsf.td127 …def "int_riscv_sf_vc_v_" # t # "vw" : RISCVSFCustomVC_XVW<HasDst=1, HasSE=0, ImmScalar=ImmScala…
/freebsd/crypto/openssl/doc/man3/
H A DASYNC_start_job.pod191 void cleanup(ASYNC_WAIT_CTX *ctx, const void *key, OSSL_ASYNC_FD r, void *vw)
193 OSSL_ASYNC_FD *w = (OSSL_ASYNC_FD *)vw;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoV.td597 multiclass VALU_MV_V_X<string opcodestr, bits<6> funct6, string vw> {
598 def V : VALUVV<funct6, OPMVV, opcodestr # "." # vw # "v">,
600 def X : VALUVX<funct6, OPMVX, opcodestr # "." # vw # "x">,
681 multiclass VWALU_FV_V_F<string opcodestr, bits<6> funct6, string vw> {
682 def V : VALUVV<funct6, OPFVV, opcodestr # "." # vw # "v">,
684 def F : VALUVF<funct6, OPFVF, opcodestr # "." # vw # "f">,
/freebsd/sys/net/
H A Drtsock.c201 static int sysctl_dumpentry(struct rtentry *rt, void *vw);
2209 sysctl_dumpentry(struct rtentry *rt, void *vw) in sysctl_dumpentry() argument
2211 struct walkarg *w = vw; in sysctl_dumpentry()
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c1526 linux_route_print(struct rtentry *rt, void *vw) in linux_route_print() argument
1529 struct walkarg *w = vw; in linux_route_print()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Driscv_vector.td1244 [["v", "vw"],
1884 def vfncvt_rod_f_f_w : RVVConvBuiltin<"v", "vw", "xf", "vfncvt_rod_f">;
2013 defm : RVVConvBuiltinSet<"vfncvt_f_f_w", "f", [["v", "vw"]]>;
2015 defm : RVVConvBuiltinSet<"vfncvt_f_f_w", "x", [["v", "vw"]]>;
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt329 "-vw 3141"
2390 iASL: Expanded the -vw option (ignore specific warnings/remarks) to
5715 Adds a new command line option, "-vw <messageid> as well as "#pragma