| /freebsd/sys/dev/vt/hw/vga/ |
| H A D | vt_vga.c | 1 /*- 65 bus_space_read_1(sc->vga_fb_tag, sc->vga_fb_handle, ofs) 67 bus_space_write_1(sc->vga_fb_tag, sc->vga_fb_handle, ofs, val) 69 bus_space_write_2(sc->vga_fb_tag, sc->vga_fb_handle, ofs, val) 71 bus_space_read_1(sc->vga_reg_tag, sc->vga_reg_handle, reg) 73 bus_space_write_1(sc->vga_reg_tag, sc->vga_reg_handle, reg, val) 86 * We use an off-screen addresses to: 87 * o store the background color; 129 struct vga_softc *sc = vd->vd_softc; in vga_setwmode() 131 if (sc->vga_wmode == wmode) in vga_setwmode() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/display/ |
| H A D | ssd1307fb.txt | 4 - compatible: Should be "solomon,<chip>fb-<bus>". The only supported bus for 7 - reg: Should contain address of the controller on the I2C bus. Most likely 9 - pwm: Should contain the pwm to use according to the OF device tree PWM 11 - solomon,height: Height in pixel of the screen driven by the controller 12 - solomon,width: Width in pixel of the screen driven by the controller 13 - solomon,page-offset: Offset of pages (band of 8 pixels) that the screen is 17 - reset-gpios: The GPIO used to reset the OLED display, if available. See 19 - vbat-supply: The supply for VBAT 20 - solomon,segment-no-remap: Display needs normal (non-inverted) data column 22 - solomon,col-offset: Offset of columns (COL/SEG) that the screen is mapped to. [all …]
|
| H A D | solomon,ssd1307fb.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Maxime Ripard <mripard@kernel.org> 11 - Javier Martinez Canillas <javierm@redhat.com> 17 - enum: 18 - solomon,ssd1305fb-i2c 19 - solomon,ssd1306fb-i2c 20 - solomon,ssd1307fb-i2c 21 - solomon,ssd1309fb-i2c [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | r8a779f0-spider-cpu.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/leds/common.h> 15 compatible = "renesas,spider-cpu", "renesas,r8a779f0"; 30 stdout-path = "serial0:1843200n8"; 34 compatible = "gpio-leds"; 36 led-7 { 38 color = <LED_COLOR_ID_GREEN>; 40 function-enumerator = <7>; 43 led-8 { [all …]
|
| H A D | white-hawk-cpu-common.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/input/input.h> 11 #include <dt-bindings/leds/common.h> 27 stdout-path = "serial0:921600n8"; 30 sn65dsi86_refclk: clk-x6 { 31 compatible = "fixed-clock"; 32 #clock-cells = <0>; 33 clock-frequency = <38400000>; 37 compatible = "gpio-keys"; [all …]
|
| H A D | r8a779h0-gray-hawk-single.dts | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 * Device Tree Source for the R-Car V4M Gray Hawk Single board 11 * Because R-Car V4M has only 1 SSI, it cannot handle both Playback/Capture 28 /dts-v1/; 30 #include <dt-bindings/gpio/gpio.h> 31 #include <dt-bindings/input/input.h> 32 #include <dt-bindings/leds/common.h> 38 compatible = "renesas,gray-hawk-single", "renesas,r8a779h0"; 50 can_transceiver0: can-phy0 { 52 #phy-cells = <0>; [all …]
|
| /freebsd/contrib/ncurses/man/ |
| H A D | curs_sp_funcs.3x | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 2010-2015,2017 Free Software Foundation, Inc. * 31 .TH curs_sp_funcs 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 43 \fB\%curs_sp_funcs\fP \- 44 \fIcurses\fR screen-pointer extension 55 \fBint color_content_sp(SCREEN* \fIsp\fP, short \fIcolor\fP, short* \fIr\fP, short* \fIg\fP, short*… 67 \fBint extended_color_content_sp(SCREEN * \fIsp\fP, int \fIcolor\fP, int * \fIr\fP, int * \fIg\fP, … 86 \fBint init_color_sp(SCREEN* \fIsp\fP, short \fIcolor\fP, short \fIr\fP, short \fIg\fP, short \fIb\… 87 \fBint init_extended_color_sp(SCREEN* \fIsp\fP, int \fIcolor\fP, int \fIr\fP, int \fIg\fP, int \fIb… 101 \fBint keyok_sp(SCREEN* \fIsp\fP, int \fIkeycode\fP, bool \fIenable\fP); [all …]
|
| H A D | terminfo.tail | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. * 32 .SS "User-Defined Capabilities" 41 \fI\%ncurses\fP addresses this limitation by allowing user-defined 44 the \fB\-x\fP option for this purpose. 45 When \fB\-x\fP is set, 46 \fB@TIC@\fP treats unknown capabilities as user-defined. 56 User-defined capability strings whose name begins 70 user-defined capabilities intended for use by termcap applications should 77 The \fI\%ncurses\fP library uses a few of these user-defined [all …]
|
| /freebsd/contrib/libxo/doc/ |
| H A D | howto.rst | 5 This section provides task-oriented instructions for selected tasks. 10 ------------------ 18 -------------------- 41 Use "`../configure --help`" to display available configuration 44 --enable-warnings Turn on compiler warnings 45 --enable-debug Turn on debugging 46 --enable-text-only Turn on text-only rendering 47 --enable-printflike Enable use of GCC __printflike attribute 48 --disable-libxo-options Turn off support for LIBXO_OPTIONS 49 --with-gettext=PFX Specify location of gettext installation [all …]
|
| /freebsd/contrib/dialog/ |
| H A D | CHANGES | 1 -- $Id: CHANGES,v 1.723 2021/01/17 20:21:41 tom Exp $ 2 -- Thomas E. Dickey <dickey@invisible-island.net> 9 + add option --no-hot-list, to allow suppressing the hotkey feature 12 with the button-box (report by Victor Ananjevsky). 13 + modify options-parsing to permit a "no" on any boolean option and 14 deprecating the "no" options without a "-" , e.g., generalizing on 15 "--nook" equivalence to "--no-ok". 25 + enable keep-tite feature for NetBSD 8 and up; earlier releases would 28 + add option "--cursor-off-label" 29 + add option "--erase-on-exit" [all …]
|
| /freebsd/sys/powerpc/mpc85xx/ |
| H A D | fsl_diu.c | 1 /*- 59 #define DIU_DESC_1 0x000 /* Plane1 Area Descriptor Pointer Register */ 60 #define DIU_DESC_2 0x004 /* Plane2 Area Descriptor Pointer Register */ 61 #define DIU_DESC_3 0x008 /* Plane3 Area Descriptor Pointer Register */ 76 #define DIU_BGND_WB 0x024 /* Background Color in write back Mode Register */ 121 #define DIU_CTRLDESCL(n, m) 0x200 + (0x40 * n) + 0x4 * (m - 1) 130 #define EN_LAYER (1 << 31) /* Enable the layer */ 179 { -1, 0 } 205 reg = bus_read_4(sc->res[0], DIU_INT_STATUS); in diu_intr() 206 bus_write_4(sc->res[0], DIU_INT_STATUS, reg); in diu_intr() [all …]
|
| /freebsd/sys/dev/fb/ |
| H A D | vga.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> 5 * Copyright (c) 1992-1998 Søren Schmidt 68 /* XXX machine/pc/bios.h has got too much i386-specific stuff in it */ 83 error = (*sw->probe)(unit, &adp, NULL, flags); in vga_probe_unit() 100 error = (*sw->probe)(unit, &sc->adp, NULL, flags); in vga_attach_unit() 103 return (*sw->init)(unit, sc->adp, flags); in vga_attach_unit() 106 /* LOW-LEVEL */ 113 #define probe_done(adp) ((adp)->va_flags & V_ADP_PROBED) [all …]
|
| /freebsd/contrib/ncurses/ |
| H A D | TO-DO | 1 ------------------------------------------------------------------------------- 2 -- Copyright 2020 Thomas E. Dickey -- 3 -- Copyright 1998-2010,2011 Free Software Foundation, Inc. -- 4 -- -- 5 -- Permission is hereby granted, free of charge, to any person obtaining a -- 6 -- copy of this software and associated documentation files (the -- 7 -- "Software"), to deal in the Software without restriction, including -- 8 -- without limitation the rights to use, copy, modify, merge, publish, -- 9 -- distribute, distribute with modifications, sublicense, and/or sell copies -- 10 -- of the Software, and to permit persons to whom the Software is furnished -- [all …]
|
| H A D | NEWS | 1 ------------------------------------------------------------------------------- 2 -- Copyright 2018-2023,2024 Thomas E. Dickey -- 3 -- Copyright 1998-2017,2018 Free Software Foundation, Inc. -- 4 -- -- 5 -- Permission is hereby granted, free of charge, to any person obtaining a -- 6 -- copy of this software and associated documentation files (the -- 7 -- "Software"), to deal in the Software without restriction, including -- 8 -- without limitation the rights to use, copy, modify, merge, publish, -- 9 -- distribute, distribute with modifications, sublicense, and/or sell copies -- 10 -- of the Software, and to permit persons to whom the Software is furnished -- [all …]
|
| /freebsd/share/doc/smm/01.setup/ |
| H A D | 2.t | 49 Intel 386/486-based machines (ISA/AT or EISA bus only) 51 Sony News MIPS-based workstations 53 Omron Luna 68000-based workstations 150 HP-IB/CS80 (7912, 7914, 7933, 7936, 7945, 7957, 7958, 7959, 2200, 2203) 151 and SCSI-I (including magneto-optical). 155 Low-density CS80 cartridge (7914, 7946, 9144), 156 high-density CS80 cartridge (9145), 162 98644 built-in single-port, 98642 4-port and 98638 8-port interfaces. 171 98544 / 98545 / 98547 (Topcat color & monochrome), 172 98548 / 98549 / 98550 (Catseye color & monochrome), [all …]
|
| /freebsd/contrib/less/ |
| H A D | less.nro | 4 less \- display the contents of a file in a terminal 6 .B "less \-?" 8 .B "less \-\-help" 10 .B "less \-V" 12 .B "less \-\-version" 14 .B "less [\-[+]aABcCdeEfFgGiIJKLmMnNqQrRsSuUVwWX\(ti]" 16 .B " [\-b \fIspace\/\fP] [\-h \fIlines\/\fP] [\-j \fIline\/\fP] [\-k \fIkeyfile\/\fP]" 18 .B " [\-{oO} \fIlogfile\/\fP] [\-p \fIpattern\/\fP] [\-P \fIprompt\/\fP] [\-t \fItag\/\fP]" 20 .B " [\-T \fItagsfile\/\fP] [\-x \fItab\/\fP,...] [\-y \fIlines\/\fP] [\-[z] \fIlines\/\fP]" 22 .B " [\-# \fIshift\/\fP] [+[+]\fIcmd\/\fP] [\-\-] [\fIfilename\/\fP]..." [all …]
|
| H A D | screen.c | 2 * Copyright (C) 1984-2025 Mark Nudelman 13 * Uses termcap to be as terminal-independent as possible. 167 public int nm_fg_color = CV_ERROR; /* Color of normal text */ 170 public int bo_fg_color = CV_ERROR; /* Color of bold text */ 173 public int ul_fg_color = CV_ERROR; /* Color of underlined text */ 176 public int so_fg_color = CV_ERROR; /* Color of standout text */ 179 public int bl_fg_color = CV_ERROR; /* Color of blinking text */ 182 static int sy_fg_color; /* Color of system text (before less) */ 191 public int vt_enabled = -1; /* Is virtual terminal processing available? */ 227 *sc_deinit; /* Exit terminal de-initialization */ [all …]
|
| /freebsd/contrib/ncurses/doc/ |
| H A D | ncurses-intro.doc | 5 by Eric S. Raymond and Zeyd M. Ben-Halim 25 o Character Attributes and Color 31 o Low-Level Capability Access 71 + Variable-Sized Fields 84 o Inter-Field Navigation Requests 85 o Intra-Field Navigation Requests 117 The curses package is a subroutine library for terminal-independent 118 screen-painting and input-event handling which presents a high level 128 the advantage of (a) back-portability to character-cell terminals, and 129 (b) simplicity. For an application that does not require bit-mapped [all …]
|
| /freebsd/sys/dev/enic/ |
| H A D | vnic_devcmd.h | 1 /* SPDX-License-Identifier: BSD-3-Clause 2 * Copyright 2008-2017 Cisco Systems, Inc. All rights reserved. 14 #define _CMD_NMASK ((1 << _CMD_NBITS)-1) 15 #define _CMD_VTYPEMASK ((1 << _CMD_VTYPEBITS)-1) 16 #define _CMD_FLAGSMASK ((1 << _CMD_FLAGSBITS)-1) 17 #define _CMD_DIRMASK ((1 << _CMD_DIRBITS)-1) 100 /* dev-specific block member: 109 /* stats dump in mem: (u64)a0=paddr to stats area, 110 * (u16)a1=sizeof stats area */ 179 * (u16)a1 & 0x0000ffff00000000=intr num (-1 for no intr) [all …]
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | tx.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018-2025 Intel Corporation 4 * Copyright (C) 2016-2017 Intel Deutschland GmbH 11 * enum iwl_tx_flags - bitmasks for tx_flags in TX command 12 * @TX_CMD_FLG_PROT_REQUIRE: use RTS or CTS-to-self to protect the frame 28 * Should be set for mgmt, non-QOS data, mcast, bcast and in scan command 29 * @TX_CMD_FLG_MORE_FRAG: this frame is non-last MPDU 38 * @TX_CMD_FLG_DUR: disable duration overwriting used in PS-Poll Assoc-id 73 * enum iwl_tx_cmd_flags - bitmasks for tx_flags in TX command for 22000 77 * @IWL_TX_FLAGS_HIGH_PRI: high priority frame (like EAPOL) - can affect rate [all …]
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 7 # bug-ncurses@gnu.org 19 # under the ncurses MIT-style license. That was the effect of the agreement 33 # some portions of the data are derivative work under a compatible MIT-style 36 #------------------------------------------------------------------------------ 37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying 38 # https://invisible-island.net/personal/copyrights.html#removing_notes 39 #------------------------------------------------------------------------------ 48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu 54 # This file describes the capabilities of various character-cell terminals, 55 # as needed by software such as screen-oriented editors. [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_flags.inc | 1 //===-- sanitizer_flags.h -------- [all...] |
| /freebsd/share/termcap/ |
| H A D | termcap.5 | 31 .\" * ncurses is copyright (C) 1992-1995 * 32 .\" * Zeyd M. Ben-Halim * 77 consist of a number of `:'-separated fields. 98 in 132-column mode would be 99 .Dq vt100-w . 101 .Bl -column indent "With automatic margins (usually default)xx" -offset indent 103 -w Wide mode (more than 80 columns) vt100-w 104 -am With automatic margins (usually default) vt100-am 105 -nam Without automatic margins vt100-nam 106 .Pf \- Ar n Ta No "Number of lines on screen aaa-60" [all …]
|
| /freebsd/contrib/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 2 * qTip2 - Pretty powerful tooltips - v2.1.1 30 …peration for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/ 32 ;// Munge the primitives - Paul Irish tip 58 ATTR_HAS = 'data-hasqtip', 59 ATTR_ID = 'data-qtip-id', 60 WIDGET = ['ui-widget', 'ui-tooltip'], 64 CLASS_FIXED = NAMESPACE+'-fixed', 65 CLASS_DEFAULT = NAMESPACE + '-default', 66 CLASS_FOCUS = NAMESPACE + '-focus', 67 CLASS_HOVER = NAMESPACE + '-hover', [all …]
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_compat.c | 1 /*- 5 * Copyright (c) 2013-2021 Mellanox Technologies, Ltd. 92 #include <linux/io-mapping.h> 111 /* xen/xen-os.h redefines __must_check */ 113 #include <xen/xen-os.h> 121 &linuxkpi_debug, 0, "Set to enable pr_debug() prints. Clear to disable."); 125 &linuxkpi_rcu_debug, 0, "Set to enable RCU warning. Clear to disable."); 130 "Set to enable stack traces from WARN_ON(). Clear to disable."); 145 #define RB_ROOT(head) (head)->rbh_root 175 #define START(node) ((node)->start) [all …]
|