/freebsd/sys/contrib/device-tree/Bindings/leds/backlight/ |
H A D | lm3630a-backlight.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/leds/backlight/lm3630a-backlight.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: TI LM3630A High-Efficiency Dual-String White LED 10 - Lee Jones <lee@kernel.org> 11 - Daniel Thompson <daniel.thompson@linaro.org> 12 - Jingoo Han <jingoohan1@gmail.com> 15 The LM3630A is a current-mode boost converter which supplies the power and 26 '#address-cells': [all …]
|
H A D | mediatek,mt6370-backlight.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/leds/backlight/mediatek,mt6370-backligh [all...] |
/freebsd/share/man/man4/ |
H A D | geom_linux_lvm.4 | 31 .Nd "GEOM based Linux LVM logical volume mapping" 36 .Bd -ragged -offset indent 43 .Bd -literal -offset indent 49 framework provides support for mapping Linux LVM volumes to GEOM providers. 51 currently supports linear stripes with segments on one or more physical disks. 55 The metadata is read-only, logical volumes cannot be allocated or resized. 60 .Bd -literal -offset indent 64 1. Name: linux_lvm/vg1-home 67 Mode: r0w0e0 68 2. Name: linux_lvm/vg1-logs [all …]
|
H A D | pcm.4 | 2 .\" Copyright (c) 2009-2011 Joel Dahl <joel@FreeBSD.org> 39 .Bd -ragged -offset indent 60 driver are: multichannel audio, per-application 74 .Bl -bullet -compact 118 .Xr snd_uaudio 4 (auto-loaded on device plug) 145 .Bl -tag -width ".Va snd_driver_load" -offset indent 176 The internal matrix mapping can handle reduction, expansion or 177 re-routing of channels. 198 Commonly used for ear-candy or frequency compensation due to the vast 232 .Bl -tag -width indent [all …]
|
/freebsd/lib/libsys/x86/ |
H A D | pkru.3 | 33 .Nd provide fast user-managed key-based access control for pages 57 to control access to user-mode addresses. 62 are user-controllable. 64 If supported by hardware, each mapped user linear address 65 has an associated 4-bit protection key. 66 A new per-thread PKRU hardware register determines, for each protection 67 key, whether user-mode addresses with that protection key may be 82 Protection keys require that the system uses 4-level paging 83 (also called long mode), 85 Both 64-bit and 32-bit applications can use protection keys. [all …]
|
/freebsd/sys/contrib/xen/arch-x86/ |
H A D | xen.h | 2 * arch-x86/xen.h 24 * Copyright (c) 2004-2006, K A Fraser 64 #include "xen-x86_32.h" 72 #include "xen-x86_64.h" 95 * start of the GDT because some stupid OSes export hard-coded selector values 96 * in their ABI. These hard-coded values are always near the start of the GDT, 116 /* Maximum number of virtual CPUs in legacy multi-processor guests. */ 153 #define TI_GET_DPL(_ti) ((_ti)->flags & 3) 154 #define TI_GET_IF(_ti) ((_ti)->flags & 4) 155 #define TI_SET_DPL(_ti,_dpl) ((_ti)->flags |= (_dpl)) [all …]
|
/freebsd/lib/libvgl/ |
H A D | main.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 4 * Copyright (c) 1991-1997 Søren Schmidt 88 ioctl(0, _IO('V', VGLOldMode - M_VESA_BASE), 0); in VGLEnd() 100 smode.mode = VT_AUTO; in VGLEnd() 141 VGLInit(int mode) in VGLInit() argument 147 return -1; in VGLInit() 161 return -1; in VGLInit() 162 if (IOCGROUP(mode) == 'V') /* XXX: this is ugly */ in VGLInit() 163 VGLModeInfo.vi_mode = (mode & 0x0ff) + M_VESA_BASE; in VGLInit() [all …]
|
/freebsd/sys/dev/fb/ |
H A D | s3_pci.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2000 Alcove - Nicolas Souchu <nsouch@freebsd.org> 7 * Code based on Peter Horton <pdh@colonel-panic.com> patch. 78 #define outb_p(value, offset) bus_space_write_1(sc->st, sc->sh, offset, value) 79 #define inb_p(offset) (bus_space_read_1(sc->st, sc->sh, offset)) 80 #define outb_enh(value, offset) bus_space_write_1(sc->enh_st, sc->enh_sh, \ 82 #define inb_enh(offset) (bus_space_read_1(sc->enh_st, sc->enh_sh, offset)) 157 return (*prevvidsw->probe)(unit, adpp, arg, flags); in s3lfb_probe() 163 return (*prevvidsw->init)(unit, adp, flags); in s3lfb_init() [all …]
|
/freebsd/sys/contrib/xen/ |
H A D | xen.h | 30 #include "xen-compat.h" 33 #include "arch-x86/xen.h" 35 #include "arch-arm.h" 135 /* Architecture-specific hypercall definitions. */ 157 /* New event-channel and physdev hypercalls introduced in 0x00030202. */ 175 * In the side comments, 'V.' denotes a per-VCPU VIRQ while 'G.' denotes a 176 * global VIRQ. The former can be bound once per VCPU and cannot be re-bound. 178 * allocated to VCPU0 but can subsequently be re-bound. 195 /* Architecture-specific VIRQ definitions. */ 223 * x != 0 => PFD == x - 1 [all …]
|
/freebsd/sys/dev/ena/ |
H A D | ena_netmap.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2015-2024 Amazon.com, Inc. or its affiliates. 86 ena_log_nm(adapter->pdev, INFO, "netmap attach\n"); in ena_netmap_attach() 90 na.ifp = adapter->ifp; in ena_netmap_attach() 91 na.num_tx_desc = adapter->requested_tx_ring_size; in ena_netmap_attach() 92 na.num_rx_desc = adapter->requested_rx_ring_size; in ena_netmap_attach() 93 na.num_tx_rings = adapter->num_io_queues; in ena_netmap_attach() 94 na.num_rx_rings = adapter->num_io_queues; in ena_netmap_attach() 95 na.rx_buf_maxsize = adapter->buf_ring_size; in ena_netmap_attach() [all …]
|
/freebsd/usr.sbin/moused/ |
H A D | moused.8 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-4-Clause 108 .Bl -tag -width indent 110 Emulate the third (middle) button for 2-button mice. 117 in the text mode console. 127 The DTR line may need to be dropped for a 3-butto [all...] |
/freebsd/sys/amd64/acpica/ |
H A D | acpi_wakecode.S | 1 /*- 5 * Copyright (c) 2008-2012 Jung-uk Kim <jkim@FreeBSD.org> 38 * Resume entry point for real mode. 40 * If XFirmwareWakingVector is zero and FirmwareWakingVector is non-zero 41 * in FACS, the BIOS enters here in real mode after POST with CS set to 44 * of the system (i.e., S3 suspend-to-RAM vs. S4 suspend-to-disk). 46 * Note: If XFirmwareWakingVector is non-zero, it should disable address 49 * this mode is not supported by this code. 58 * Set up segment registers for real mode, a small stack for 71 testb $~0, resume_beep - wakeup_start [all …]
|
/freebsd/sys/netinet/libalias/ |
H A D | libalias.3 | 1 .\"- 41 library is a collection of functions for aliasing and de-aliasing of IP 48 Incoming packets are then de-aliased so that they are sent to the correct 52 In the simplest mode of operation, a many-to-one address mapping takes 55 In addition, one-to-one mappings between local and public addresses can 59 many-to-one mappings. 70 In addition, the operating mode of the packet aliasing engine can be 76 .Bd -ragged -offset indent 82 The following mode bits are always set after calling 86 below for the meaning of these mode bits. [all …]
|
/freebsd/sys/vm/ |
H A D | vm_glue.c | 1 /*- 2 * SPDX-License-Identifier: (BSD-3-Clause AND MIT-CMU) 8 * The Mach Operating System project at Carnegie-Mellon University. 35 * Copyright (c) 1987, 1990 Carnegie-Mellon University. 53 * Pittsburgh PA 15213-3890 168 map = &curproc->p_vmspace->vm_map; in useracc() 192 npages = atop(end - start); in vslock() 195 error = vm_map_wire(&curproc->p_vmspace->vm_map, start, end, in vslock() 198 curthread->td_vslock_sz += len; in vslock() 214 MPASS(curthread->td_vslock_sz >= len); in vsunlock() [all …]
|
/freebsd/sys/x86/xen/ |
H A D | hvm.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 55 #include <xen/xen-os.h> 63 #include <contrib/xen/arch-x86/cpuid.h> 67 /*--------------------------- Forward Declarations ---------------------------*/ 70 /*-------------------------------- Global Data -------------------------------*/ 81 * If non-zero, the hypervisor has been configured to use a direct 92 /*------------------------------- Per-CPU Data -------------------------------*/ 95 /*------------------------------ Sysctl tunables -----------------------------*/ 101 /*---------------------- XEN Hypervisor Probe and Setup ----------------------*/ [all …]
|
/freebsd/share/man/man9/ |
H A D | bus_space.9 | 627 machine-independent access to bus memory and register areas. 640 creating a non-linear register space). 655 compile-time errors if possible. 661 (type-checked) versions of these interfaces, but may implement them as 663 Machine-dependent types, variables, and functions 667 machine-independent types and functions, and, if possible, should be 668 given names which make the machine-dependence clear. 671 machine-dependent code. 694 which are usually created by mapping a specific range of a bus space. 696 and mapping a range of bus space, the actual location of which is picked [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | vorbis | 2 #------------------------------------------------------------------------------ 21 # FIXME[2]: Disable the above for now, since search assumes text mode. 23 # --- Ogg Framing --- 30 # non-Vorbis content: FLAC (Free Lossless Audio Codec, http://flac.sourceforge.net) 32 # non-Vorbis content: Theora 36 # non-Vorbis content: Kate 47 # non-Vorbis content: Skeleton 52 # non-Vorbis content: Speex 55 # non-Vorbis content: OGM 62 # --- First vorbis packet - general header --- [all …]
|
/freebsd/usr.sbin/fstyp/ |
H A D | hammer2_disk.h | 1 /*- 2 * Copyright (c) 2011-2018 The DragonFly Project. All rights reserved. 68 * The structures below represent the on-disk media structures for the HAMMER2 69 * filesystem. Note that all fields for on-disk structures are naturally 70 * aligned. The host endian format is typically used - compatibility is 77 * references utilize 64-bit byte offsets. 94 * A full indirect block use supports 512 x 128-byte blockrefs in a 64KB 98 * A maximally sized file (2^64-1 bytes) requires ~6 indirect block levels 114 * MINALLOCSIZE - The minimum allocation size. This can be smaller 120 * MINIOSIZE - Th 902 int32_t linear; /* 00 linear sub-granular allocation offset */ global() member 989 uint32_t mode; /* 0054 unix modes (typ low 16 bits) */ global() member [all...] |
/freebsd/sys/x86/conf/ |
H A D | NOTES | 12 # NOTE: introduces CDDL-licensed components into the kernel 42 options COUNT_IPIS # Per-CPU IPI interrupt counters 58 # DEVICE_POLLING adds support for mixed interrupt-polling handling 71 # Not all device drivers support this mode of operation at the time of 76 # BPF_JITTER adds support for BPF just-in-time compiler. 91 device speaker #Play IBM BASIC-style noises out your speaker 110 # interrupt controller. This saves about 0.7-1.25 usec for each interrupt. 114 # interrupt controller. This saves about 0.7-1.25 usec for each interrupt. 157 # ACPI WMI Mapping driver 205 options SC_ALT_MOUSE_IMAGE # simplified mouse cursor in text mode [all …]
|
/freebsd/sys/security/audit/ |
H A D | bsm_errno.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 46 * stored in a single 8-bit character, so don't have a byte order. 58 #define ERRNO_NO_LOCAL_MAPPING -600 67 * Mapping table -- please maintain in numeric sorted order with respect to 68 * the BSM constant. Today we do a linear lookup, but could switch to a 72 * XXXRW: It would be nice to have a similar ordered table mapping to BSM 74 * OS. Really we need to build that table at compile-time but don't do that 77 * XXXRW: We currently embed English-language error strings here, but should 100 { BSM_ERRNO_EXDEV, EXDEV, ES("Cross-device link") }, [all …]
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | bsm_errno.c | 1 /*- 45 * stored in a single 8-bit character, so don't have a byte order. 57 #define ERRNO_NO_LOCAL_MAPPING -600 66 * Mapping table -- please maintain in numeric sorted order with respect to 67 * the BSM constant. Today we do a linear lookup, but could switch to a 71 * XXXRW: It would be nice to have a similar ordered table mapping to BSM 73 * OS. Really we need to build that table at compile-time but don't do that 76 * XXXRW: We currently embed English-language error strings here, but should 99 { BSM_ERRNO_EXDEV, EXDEV, ES("Cross-device link") }, 111 { BSM_ERRNO_EROFS, EROFS, ES("Read-only file system") }, [all …]
|
/freebsd/sys/riscv/riscv/ |
H A D | pmap.c | 1 /*- 2 * SPDX-License-Identifier: BSD-4-Clause 12 * Copyright (c) 2005-2010 Alan L. Cox <alc@cs.rice.edu> 18 * Copyright (c) 2015-2018 Ruslan Bukin <br@bsdpad.com> 30 * FA8750-10-C-0237 ("CTSRD"), as part of the DARPA CRASH research programme. 64 /*- 71 * DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA 100 * also stored by the logical address mapping module, 101 * this module may throw away valid virtual-to-physical 103 * of virtual-to-physical mappings must be done as [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.def | 1 //===-- AnalyzerOptions.def - Metadata about Static Analyses ----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This file defines the analyzer options avaible with -analyzer-config. 11 //===----------------------------------------------------------------------===// 36 /// TYPE - The type of the option object that will be stored in 40 /// NAME - The name of the option object. 41 /// CMDFLAG - The command line flag for the option. 42 /// (-analyzer-config CMDFLAG=VALUE) 43 /// DESC - Description of the flag. [all …]
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_x550.c | 3 Copyright (c) 2001-2020, Intel Corporation 47 * ixgbe_init_ops_X550 - Inits func ptrs and MAC type 55 struct ixgbe_mac_info *mac = &hw->mac; in ixgbe_init_ops_X550() 56 struct ixgbe_eeprom_info *eeprom = &hw->eeprom; in ixgbe_init_ops_X550() 62 mac->ops.dmac_config = ixgbe_dmac_config_X550; in ixgbe_init_ops_X550() 63 mac->ops.dmac_config_tcs = ixgbe_dmac_config_tcs_X550; in ixgbe_init_ops_X550() 64 mac->ops.dmac_update_tcs = ixgbe_dmac_update_tcs_X550; in ixgbe_init_ops_X550() 65 mac->ops.setup_eee = NULL; in ixgbe_init_ops_X550() 66 mac->ops.set_source_address_pruning = in ixgbe_init_ops_X550() 68 mac->ops.set_ethertype_anti_spoofing = in ixgbe_init_ops_X550() [all …]
|
/freebsd/sys/i386/conf/ |
H A D | NOTES | 2 # NOTES -- Lines that can be cut/pasted into kernel and hints configs. 61 # CPU_BLUELIGHTNING_3X enables triple-clock mode on IBM Blue Lightning 62 # CPU if CPU supports it. The default is double-clock mode on 76 # mapped mode. Default is 2-way set associative mode. 119 # enters suspend mode followin [all...] |