/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | xylon,logicvc-display.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/display/xylon,logicvc-display.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Paul Kocialkowski <paul.kocialkowski@bootlin.com> 16 with Xilinx Zynq-7000 SoCs and Xilinx FPGAs. 20 synthesis time. As a result, many of the device-tree bindings are meant to 24 Layers are declared in the "layers" sub-node and have dedicated configuration. 25 In version 3 of the controller, each layer has fixed memory offset and address 32 - xylon,logicvc-3.02.a-display [all …]
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_udma_iofic.h | 1 /*- 10 found at http://www.gnu.org/licenses/gpl-2.0.html 56 /* *INDENT-OFF* */ 60 /* *INDENT-ON* */ 64 * This is the interrupt mode for the primary interrupt level The secondary 66 * interrupt that is reflected in group D of the primary. 69 AL_IOFIC_MODE_LEGACY, /**< level-sensitive interrupt wire */ 70 AL_IOFIC_MODE_MSIX_PER_Q, /**< per UDMA queue MSI-X interrupt */ 74 /** interrupt controller level (primary/secondary) */ 81 * The next four groups represents the standard 4 groups in the primary [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_dispatch_hier.h | 2 * kmp_dispatch_hier.h -- hierarchical scheduling methods and data structures 5 //===----------------------------------------------------------------------===// 9 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 11 //===----------------------------------------------------------------------===// 18 // Layer type for scheduling hierarchy 20 LAYER_THREAD = -1, 29 // Convert hierarchy type (LAYER_L1, LAYER_L2, etc.) to C-style string 61 void append(enum sched_type sched, kmp_int32 chunk, kmp_hier_layer_e layer) { in append() 76 layers[current_size] = layer; in append() 128 // Sizes of layer arrays bounded by max number of detected L1s, L2s, etc. [all …]
|
/freebsd/usr.sbin/mtest/ |
H A D | mtest.8 | 2 .\" Copyright (c) 2007-2009 Bruce Simpson. 44 .Bl -tag -width "a ifname e.e.e.e e.e.e.e" -compact -offset indent 46 .It Ic a Ar ifname Ar mac-addr 47 Join the link-layer group address 48 .Ar mac-addr 53 .It Ic d Ar ifname Ar mac-addr 54 Leave the link-layer group address 55 .Ar mac-addr 61 This option is deprecated and is now a no-op. 66 .It Ic j Ar mcast-addr Ar ifname Op Ar source-addr [all …]
|
/freebsd/share/man/man4/ |
H A D | ctl.4 | 2 .\" Copyright (c) 2015-2017 Alexander Motin <mav@FreeBSD.org> 30 .Nd CAM Target Layer 35 .Bd -ragged -offset indent 42 .Bd -literal -offset indent 51 .Bl -bullet -compact 53 Disk, CD-ROM and processor device emulation 76 All I/O handled in-kernel, no userland context switch overhead 83 .Bl -tag -width cfumass 102 Provides access for local user-level applications via 117 .Bl -tag -width ramdisk [all …]
|
H A D | fdtbus.4 | 39 abstract bus driver is the primary connection and translation layer between 47 (system-on-chip). 55 .Bl -bullet
|
H A D | fdt.4 | 42 The primary consumers of this technology are 48 Configuration data, which cannot be self discovered in run-time, has to be 52 The idea is inherited from Open Firmware IEEE 1275 device-tree notion, and has 55 .Bl -bullet 60 self-enumerating information is gathered. 73 particular first-stage bootloader or firmware features. 81 layer allows any platform code in the kernel to retrieve information about 83 embedded applications (eliminates hard-coded configuration approach, enforces 87 .Bl -tag -width Ar 90 computer system in a human-readable form, with certain hierarchical structure [all …]
|
H A D | igmp.4 | 56 This adds support for Source-Specific Multicast (SSM), whereby 62 .Bl -tag -width indent 65 This opaque read-only variable exposes the stack-wide IGMPv3 70 This opaque read-only variable exposes the per-link IGMPv3 status to 75 Group-and-Source Specific Queries (GSR). 78 attack point for Denial-of-Service (DoS). 87 If this variable is non-zero, then IGMP v1 and v2 membership reports 88 received on a link will be allowed to suppress the IGMP v3 state-change 93 If this variable is non-zero, then IGMP v2 membership queries will be 99 If this variable is non-zero, then IGMP v1 membership queries will be [all …]
|
H A D | netintro.4 | 81 in addition, provide non-standard facilities or extensions 85 abstraction may allow more than one byte of out-of-band 86 data to be transmitted per out-of-band message. 89 Network interfaces comprise the lowest layer of the 115 layer of the 131 .Bd -literal -offset indent 147 .Bd -literal 162 A user process (or possibly multiple co-operating processes) 192 .Bd -literal 211 #define ifr_dstaddr ifr_ifru.ifru_dstaddr /* other end of p-to-p link */ [all …]
|
/freebsd/sbin/mount_nullfs/ |
H A D | mount_nullfs.8 | 38 .Nd "mount a loopback file system sub-tree; demonstrate the use of a null file system layer" 43 .Ar mount-point 49 layer, duplicating a sub-tree of the file system 54 The primary differences between a virtual copy of the file system 79 .Do null-node Dc Ns s 81 all lower-layer vnodes, not just over directory vnodes. 84 .Bl -ta [all...] |
/freebsd/sys/powerpc/psim/ |
H A D | ata_iobus.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 48 #include <dev/ata/ata-all.h> 55 * Define the iobus ata bus attachment. This creates a pseudo-bus that 144 * 0 - unused in ata_iobus_alloc_resource() 145 * 1/2/3 - unused in ata_iobus_alloc_resource() 146 * 4/5/6 - primary command in ata_iobus_alloc_resource() 147 * 7/8/9 - secondary command in ata_iobus_alloc_resource() 148 * 10/11/12 - primary control in ata_iobus_alloc_resource() 149 * 13/14/15 - secondary control in ata_iobus_alloc_resource() [all …]
|
/freebsd/sys/net/ |
H A D | if_lagg.h | 31 #define LAGG_F_HASHL2 0x00000001 /* hash layer 2 */ 32 #define LAGG_F_HASHL3 0x00000002 /* hash layer 3 */ 33 #define LAGG_F_HASHL4 0x00000004 /* hash layer 4 */ 38 #define LAGG_PORT_MASTER 0x00000001 /* primary port */ 199 ((_tp)->lp_ifp->if_link_state == LINK_STATE_UP) && \ 200 ((_tp)->lp_ifp->if_flags & IFF_UP) \ 213 #define sc_ifflags sc_ifp->if_flags /* flags */ 214 #define sc_ifname sc_ifp->if_xname /* name */ 241 struct lagg_port *sc_primary; /* primary port */
|
/freebsd/contrib/wpa/src/wps/ |
H A D | wps.h | 2 * Wi-Fi Protected Setup 3 * Copyright (c) 2007-2016, Jouni Malinen <j@w1.fi> 16 * enum wsc_op_code - EAP-WSC OP-Code values 34 * struct wps_credential - WPS Credential 71 * struct wps_device_data - WPS Device Data 73 * @device_name: Device Name (0..32 octets encoded in UTF-8) 74 * @manufacturer: Manufacturer (0..64 octets encoded in UTF-8) 75 * @model_name: Model Name (0..32 octets encoded in UTF-8) 76 * @model_number: Model Number (0..32 octets encoded in UTF-8) 77 * @serial_number: Serial Number (0..32 octets encoded in UTF-8) [all …]
|
/freebsd/share/man/man9/ |
H A D | ieee80211.9 | 33 .Nd 802.11 network layer 66 software layer. 72 layer for protocol services but devices that off-load functionality 73 may bypass the layer to connect directly to the device. 90 layer virtualizes most 802.11 state 96 layer with drivers responsible purely for moving data between the host 108 layer means that drivers must be structured to follow specific rules. 120 to the 802.11 network stack layer. 181 functions are device-independent handlers for 206 sub-type, for the device [all …]
|
H A D | ieee80211_radiotap.9 | 60 layer used by 802.11 drivers includes support for a device-independent 68 Radiotap was designed to balance the desire for a hardware-independent, 93 With radiotap setup, drivers just need to fill in per-packet 97 layer before the packet is handed to the device). 105 .Bd -literal -offset indent 115 .Bd -literal -offset indent 129 .Bl -tag -width indent 131 This field contains the unsigned 64-bit value, in microseconds, 138 This field contains a single unsigned 8-bit value, containing one or 140 .Bl -tag -width indent [all …]
|
/freebsd/sys/dev/isp/ |
H A D | DriverManual.txt | 54 PCI and SBus SCSI cards, and now also drove the QLogic 2100 FC-AL HBA. 56 After this, ports to non-NetBSD platforms became interesting as well. 65 mode support has been added, and 2300 support as well as an FC-IP stack 71 Normally you design via top-down methodologies and set an initial goal 76 as I perceive them to be now- not necessarily what they started as. 78 The primary design goal now is to have a driver that can run both the 90 as well as private loop and private loop, direct-attach topologies. 91 FC-IP support is also a goal. 96 Pure, raw, performance is not a primary goal of this design. This design, 103 Another primary aim, which almost need not be stated, is that the [all …]
|
/freebsd/sys/dev/ntb/ |
H A D | ntb.h | 1 /*- 41 * ntb_link_event() - notify driver context of a change in link status 50 * ntb_db_event() - notify driver context of a doorbell event 65 * ntb_port_number() - get the local port number 75 * ntb_port_count() - get the number of peer device ports 85 * ntb_peer_port_number() - get the peer port by given index 97 * ntb_peer_port_idx() - get the peer device port index by given port 110 * ntb_link_is_up() - get the current ntb link state 112 * @speed: OUT - The link speed expressed as PCIe generation number 113 * @width: OUT - The link width expressed as the number of PCIe lanes [all …]
|
/freebsd/usr.sbin/ctladm/ |
H A D | ctladm.8 | 3 .\" Copyright (c) 2015-2021 Alexander Motin <mav@FreeBSD.org> 36 .\" $Id: //depot/users/kenm/FreeBSD-test2/usr.sbin/ctladm/ctladm.8#3 $ 43 .Nd CAM Target Layer control utility 72 .Aq Fl f Ar file|- 82 .Aq Fl f Ar file|- 197 .Aq Fl a | Fl c Ar connection-id | Fl i Ar name | Fl p Ar portal 200 .Aq Fl a | Fl c Ar connection-id | Fl i Ar name | Fl p Ar portal 207 .Aq Fl a | Fl c Ar controller-id | Fl h Ar name 214 Layer (CTL). 217 commands to the CTL layer, and also provides [all …]
|
/freebsd/contrib/ntp/html/drivers/ |
H A D | driver46.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 3 <meta http-equiv="Content-Type" 4 content="text/html;charset=iso-8859-1"><title>GPSD-NG client driver</title> 8 table.dlstable { font-size:85%; } 9 td.ttf{ font-family:Courier; font-weight:bold; } 17 <!-- #BeginDate format:En2m -->30-Apr-2015 05:53<!-- #EndDate --> 31 <!-- --------------------------------------------------------- --> 39 applications. <i>GPSD</i> can also auto-detect and handle PPS 49 The GPSD-NG protocol is text based, using JSON notation to 61 re-establish a lost or hitherto unsuccessful connection and will [all …]
|
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | vmem.h | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright (C) 2007-2010 Lawrence Livermore National Security, LLC. 7 * UCRL-CODE-235197 9 * This file is part of the SPL, Solaris Porting Layer. 41 #define VMALLOC_TOTAL (VMALLOC_END - VMALLOC_START) 45 * vmem_* is an interface to a low level arena-based memory allocator on 50 * On Linux, the primary means of doing allocations is via kmalloc(), which 56 * Linux sets aside a relatively small address space for in-kernel virtual 65 * 2. Address space exhaustion is a real issue on 32-bit platforms where 86 * such a way that they can be used as drop-in replacements for small vmem_*
|
/freebsd/share/doc/psd/02.implement/ |
H A D | implement | 4 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 40 .EH 'PSD:2-%''UNIX Implementation' 41 .OH 'UNIX Implementation''PSD:2-%' 55 \&\\$3\s-1\\$1\\s0\&\\$2 69 .AU "MH 2C-523" 2394 75 This paper describes in high-level terms the 120 but have that way be the least-common divisor 125 It is a soap-box platform on 159 from a read-only text segment, 165 from shared-text segments. [all …]
|
/freebsd/sys/net80211/ |
H A D | _ieee80211.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 53 * PHY mode; this is not really a mode as multi-mode devices 100 IEEE80211_PROT_RTSCTS = 2, /* RTS-CTS */ 105 * modes are implemented within the 802.11 layer. 802.1x and 107 * 802.11 layer into IEEE80211_AUTH_8021X and deferring 113 IEEE80211_AUTH_SHARED = 2, /* shared-key */ 115 IEEE80211_AUTH_AUTO = 4, /* auto-select/accept */ 126 * the 802.11 layer), or explicitly through ioctl requests [all …]
|
/freebsd/sys/contrib/xz-embedded/linux/Documentation/ |
H A D | xz.txt | 8 ratio and relatively fast decompression. The primary compression 20 For userspace, XZ Utils provide a zlib-like compression library 21 and a gzip-like command line tool. XZ Utils can be downloaded from 26 The xz_dec module provides XZ decompressor with single-call (buffer 27 to buffer) and multi-call (stateful) APIs. The usage of the xz_dec 49 dictionary. It will also append a four-byte trailer containing the 60 when encoding. With the xz command line tool, use --check=none or 61 --check=crc32. 63 Using CRC32 is strongly recommended unless there is some other layer 74 size for in-kernel use (maybe more is OK for initramfs). The presets [all …]
|
/freebsd/sbin/ipf/ipf/ |
H A D | ipf.5 | 3 ipf, ipf.conf \- IPFilter firewall rules file format 99 a true indicator of link layer 117 For non-UDP packets, there are builtin checks that are applied in addition 140 behaviour with the simplest of keyboard mistakes - for example, 219 with the return-rst keyword like this: 222 block return-rst in proto tcp from 10.0.0.0/8 to any 234 it is necessary to place return-icmp after the block keyword like this: 237 block return-icmp in proto udp from any to 192.168.0.1/24 244 return-icmp. Which return code to use is a choice to be made when 250 filter-prohib [all …]
|
/freebsd/sys/cam/ctl/ |
H A D | README.ctl.txt | 2 CTL - CAM Target Layer Description 27 available under a BSD-style license. The intent behind the agreement was 33 - Disk, processor and cdrom device emulation. 34 - Tagged queueing 35 - SCSI task attribute support (ordered, head of queue, simple tags) 36 - SCSI implicit command ordering support. (e.g. if a read follows a mode 38 - Full task management support (abort, LUN reset, target reset, etc.) 39 - Support for multiple ports 40 - Support for multiple simultaneous initiators 41 - Support for multiple simultaneous backing stores [all …]
|