/freebsd/sys/contrib/device-tree/Bindings/auxdisplay/ |
H A D | gpio-7-segment.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/auxdisplay/gpio-7-segment.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: GPIO based LED segment display 10 - Chris Packham <chris.packham@alliedtelesis.co.nz> 14 const: gpio-7-segment 16 segment-gpios: 18 An array of GPIOs one per segment. The first GPIO corresponds to the A 19 segment, the seventh GPIO corresponds to the G segment. Some LED blocks [all …]
|
H A D | maxim,max6959.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: MAX6958/6959 7-segment LED display controller 10 - Andy Shevchenko <andriy.shevchenko@linux.intel.com> 13 The Maxim MAX6958/6959 7-segment LED display controller provides 14 an I2C interface to up to four 7-segment LED digits. The MAX6959, 17 may be enabled in the driver at run-time, in case they are requested 29 - compatible 30 - reg [all …]
|
/freebsd/sys/x86/include/ |
H A D | segments.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 57 * User segment descriptors (%cs, %ds etc for i386 apps. 64 bit wide) 58 * For long-mode apps, %cs only has the conforming bit in sd_type, the sd_dpl, 62 unsigned sd_lolimit:16; /* segment extent (lsb) */ 63 unsigned sd_lobase:24; /* segment base address (lsb) */ 64 unsigned sd_type:5; /* segment type */ 65 unsigned sd_dpl:2; /* segment descriptor priority level */ 66 unsigned sd_p:1; /* segment descriptor present */ 67 unsigned sd_hilimit:4; /* segment extent (msb) */ [all …]
|
/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | x86masm.pl | 2 # Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved. 18 $segment=""; 24 for (@arg) { s/(?<![\w\$\.])0x([0-9a-f]+)/0$1h/oi; } 30 $arg[0] =~ s/\b[A-Z]+WORD\s+PTR/XMMWORD PTR/i if ($arg[-1]=~/\bxmm[0-7]\b/i); 31 $arg[-1] =~ s/\b[A-Z]+WORD\s+PTR/XMMWORD PTR/i if ($arg[0]=~/\bxmm[0-7]\b/i); 55 $addr =~ s/^([^\+\-0-9][^\+\-]*)/&::islabel($1) or "$nmdecor$1"/ige; 57 $addr="($addr)" if ($addr =~ /^.+[\-\+].+$/); 60 { if ($addr !~ /^-/) { $ret .= "$addr"; } 95 .text\$ SEGMENT PAGE 'CODE' 97 .text\$ SEGMENT ALIGN(64) 'CODE' [all …]
|
/freebsd/tools/tools/dmardump/ |
H A D | dmardump.c | 1 /*- 58 pci_find_conf(int segment, int bus, int slot, int func) in pci_find_conf() argument 60 static int pcifd = -1; in pci_find_conf() 65 if (pcifd == -1) { in pci_find_conf() 75 patterns[0].pc_sel.pc_domain = segment; in pci_find_conf() 85 if (ioctl(pcifd, PCIOCGETCONF, &pc) == -1) in pci_find_conf() 96 dump_context_table(int segment, int bus, uint64_t base_addr) in dump_context_table() argument 114 conf = pci_find_conf(segment, bus, 0, idx); in dump_context_table() 116 conf = pci_find_conf(segment, bus, idx >> 3, idx & 7); in dump_context_table() 118 printf("\t { %d,%d }", conf->pc_sel.pc_dev, in dump_context_table() [all …]
|
/freebsd/share/man/man4/ |
H A D | syncache.4 | 2 .\" syncache - TCP SYN caching to handle SYN flood DoS. 22 .Bl -item -compact 29 .Bl -item -compact 52 When a TCP SYN segment is received on a port corresponding to a listen 55 and a SYN,ACK segment is 62 An incoming segment which contains an ACK for the SYN,ACK 136 .Bl -tag -width ".Va bucketlimit" 141 Read-only, tunable via 146 Read-only, tunable via 155 Read-only, tunable via [all …]
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
H A D | zstd_decompress_internal.h | 1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0-only 3 * Copyright (c) 2016-2020, Yann Collet, Facebook, Inc. 6 * This source code is licensed under both the BSD-style license (found in the 9 * You may select, at your option, one of the above-listed licenses. 20 /*-******************************************************* 28 /*-******************************************************* 32 0, 1, 2, 3, 4, 5, 6, 7, 45 0, 1, 2, 3, 4, 5, 6, 7, 51 3, 4, 5, 6, 7, 8, 9, 10, 60 /*-******************************************************* [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 1 //===- MinimalSymbolDumper.cpp -------------------------------- *- C++ --*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 234 RETURN_CASE(CPUType, MIPS16, "mips-16"); in formatMachineType() 235 RETURN_CASE(CPUType, MIPS32, "mips-32"); in formatMachineType() 236 RETURN_CASE(CPUType, MIPS64, "mips-64"); in formatMachineType() 271 RETURN_CASE(CPUType, ARM7, "arm 7"); in formatMachineType() 282 RETURN_CASE(CPUType, TriCore, "tri-core"); in formatMachineType() 283 RETURN_CASE(CPUType, X64, "intel x86-x64"); in formatMachineType() 362 return typesetItemList(GapStrs, 7, IndentLevel, ", "); in formatGaps() [all …]
|
/freebsd/share/man/man9/ |
H A D | crypto_buffer.9 | 128 invokes a caller-supplied function 143 are a pointer and length to a segment of the buffer mapped into the kernel. 150 returns a non-zero value, 166 attempts to locate a single, virtually-contiguous segment of the data buffer 168 The segment must be 173 If a segment is found, 174 a pointer to the start of the segment is returned. 179 attempts to locate a single, virtually-contiguous segment in the input data 189 .Bl -tag -width " CRYPTO_BUF_CONTIG" 213 The structure also contains the following type-specific fields: [all …]
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | tcp_common.h | 2 * Copyright (c) 2017-2018 Cavium, Inc. 35 #define TCP_INVALID_TIMEOUT_VAL -1 108 #define TCP_OFFLOAD_PARAMS_FIN_SENT_SHIFT 7 134 …pecifies, in ms, the maximum time that the offload target should spend retransmitting a segment */; 141 __le32 snd_wl1 /* the segment sequence number used for the last window update */; 144 …2 total_rt /* The total time, in ms, that has been spent retransmitting the current TCP segment */; 145 …ime remaining, in clock ticks, until the next keepalive timeout. A value of -1 indicates that the … 146 …me remaining, in clock ticks, until the next retransmit timeout. A value of -1 indicates that the … 152 __le16 fw_internal /* fw internal use - initialize value = 0 */; 194 __le16 syn_ip_payload_length /* length of Tcp header in SYN packet - relevent for passive mode */; [all …]
|
/freebsd/sys/contrib/zstd/lib/decompress/ |
H A D | zstd_decompress_internal.h | 5 * This source code is licensed under both the BSD-style license (found in the 8 * You may select, at your option, one of the above-listed licenses. 19 /*-******************************************************* 27 /*-******************************************************* 31 0, 1, 2, 3, 4, 5, 6, 7, 44 0, 1, 2, 3, 4, 5, 6, 7, 50 3, 4, 5, 6, 7, 8, 9, 10, 59 /*-******************************************************* 77 #define ZSTD_BUILD_FSE_TABLE_WKSP_SIZE_U32 ((ZSTD_BUILD_FSE_TABLE_WKSP_SIZE + sizeof(U32) - 1) / si… 97 ZSTD_use_indefinitely = -1, /* Use the dictionary indefinitely */ [all …]
|
/freebsd/share/man/man5/ |
H A D | stab.5 | 50 This allows one to specify a double-quote delimited name, a symbol type, 68 .Bd -literal 75 const char *n_name; /* for use when in-core */ 88 at most one segment, according to 91 A symbol can be in none of these segments by having none of these segment 93 .Bd -literal 111 as an address within the appropriate segment. 113 fields of symbols not in any segment are unchanged by the linker. 118 .Bd -literal 127 This allows up to 112 (7 \(** 16) symbol types, split between the various [all …]
|
H A D | a.out.5 | 48 A binary file consists of up to 7 sections. 50 .Bl -tag -width "text relocations" 58 .It text segment 61 May be loaded read-only. 62 .It data segment 66 to update pointers in the text segment when combining binary files. 68 Like the text relocation section, but for data segment pointers. 81 .Bd -literal -offset indent 95 .Bl -tag -width a_trsize 97 This field is stored in host byte-order. [all …]
|
/freebsd/sys/dev/qlxgb/ |
H A D | README.txt | 4 10 Gigabit Ethernet & CNA Adapter Driver for FreeBSD 7.x/8.x/9.x 19 7. Contacting Support 23 - README (this document) version:1.0 24 - Release Notes Version:1.0 26 - FreeBSD 7.x/8.x/9.x 27 * Firmware: pre-flashed on QLogic adapter; 33 * FreeBSD 7.x/8.x/9.x (64-bit) [Intel EM64T, AMD64] 38 * Large Segment Offload over TCP IPV4 39 * Large Segment Offload over TCP IPV6 54 - copy the driver file (if_qlxgb.ko) into some directory (say qla_driver) [all …]
|
/freebsd/sys/contrib/xen/hvm/ |
H A D | hvm_vcpu.h | 75 * The layout of the _ar fields of the segment registers is the 78 * Bits [0,3]: type (bits 40-43). 80 * Bit [5,6]: dpl (descriptor privilege level, bits 45-46). 81 * Bit 7: p (segment-present, bit 47). 83 * Bit 9: l (64-bit code segment, bit 53). 84 * Bit 10: db (meaning depends on the segment, bit 54). 111 * directly in long mode, so the cached parts of the segment 115 * the 32-bit structure should be used instead. 141 * c-file-style: "BSD" 142 * c-basic-offset: 4 [all …]
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_utils.c | 1 /*- 91 /* Fail if the item size exceeds slab_len - caller should increase slab_size, in ocs_array_alloc() 104 array->os = os; in ocs_array_alloc() 105 array->size = size; in ocs_array_alloc() 106 array->count = count; in ocs_array_alloc() 107 array->elems_per_row = slab_len / size; in ocs_array_alloc() 108 array->n_rows = (count + array->elems_per_row - 1) / array->elems_per_row; in ocs_array_alloc() 109 array->bytes_per_row = array->elems_per_row * array->size; in ocs_array_alloc() 111 array->array_rows_len = array->n_rows * sizeof(*array->array_rows); in ocs_array_alloc() 112 array->array_rows = ocs_malloc(os, array->array_rows_len, OCS_M_ZERO | OCS_M_NOWAIT); in ocs_array_alloc() [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 21 to segment mapping [all …]
|
/freebsd/sys/dev/qlxge/ |
H A D | README.txt | 19 7. Contacting Support 23 - README (this document) version:1.0 24 - Release Notes Version:1.0 26 - FreeBSD 9.x/10.x 27 * Firmware: pre-flashed on QLogic adapter; 33 * FreeBSD 9.x/10.x (64-bit) [Intel EM64T, AMD64] 38 * Large Segment Offload over TCP IPV4 39 * Large Segment Offload over TCP IPV6 54 - copy the driver file (if_qlxge.ko) into some directory (say qla_driver) 55 - cd <to qla_driver> [all …]
|
/freebsd/stand/i386/btx/btx/ |
H A D | btx.S | 47 * Segment selectors. 57 * Task state segment fields. 79 .set V86F_ADDR,0x10000 # Segment:offset address 106 .set _TSSIO,MEM_MAP-MEM_TSS # TSS I/O base 107 .set _TSSLM,MEM_TSS_END-MEM_TSS # TSS limit 108 .set _IDTLM,MEM_TSS-MEM_IDT-1 # IDT limit 110 * Code segment. 124 .word PAG_CNT-MEM_ORG>>0xc # Paging control 125 .word break-start # Text size 131 xor %ax,%ax # Zero/segment [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1 //===- llvm/BinaryFormat/ELF.h - ELF constants and structures ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // This header contains common, non-processor-specific data structures and 14 // Version 1.2, May 1995. The ELF64 stuff is based on ELF-64 Object File Format 17 //===----------------------------------------------------------------------===// 56 EI_OSABI = 7, // OS/ABI identification. 70 Elf32_Word e_flags; // Processor-specific flags 86 // 64-bit ELF header. Fields are the same as for ELF32, but with different 121 ET_LOOS = 0xfe00, // Beginning of operating system-specific codes [all …]
|
H A D | Wasm.h | 1 //===- Wasm.h - Wasm object file format -------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 35 WASM_SEC_CUSTOM = 0, // Custom / User-defined section 42 WASM_SEC_EXPORT = 7, // Exports 47 WASM_SEC_DATACOUNT = 12, // Data segment count 117 // Opcodes in the GC-prefixed space (0xfb) 171 WASM_FEATURE_PREFIX_DISALLOWED = '-', 179 WASM_NAMES_GLOBAL = 7, [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | diff | 2 #------------------------------------------------------------------------------ 8 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/d/diff.trid.xml 10 # "Differences between files" by shared MIME-info database from freedesktop.org 11 # According to shared MIME-info database also tabulator character instead of space character and 16 !:mime text/x-diff 17 #!:mime text/x-patch 22 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/d/diff-context.trid.xml 24 # and "Differences between files" by shared MIME-info database from freedesktop.org 29 >&0 search/1024 \n---\040 context diff output text 30 !:mime text/x-diff [all …]
|
/freebsd/sys/dev/qlxgbe/ |
H A D | README.txt | 19 7. Contacting Support 23 - README (this document) version:1.0 24 - Release Notes Version:1.0 26 - FreeBSD 9.x/10.x 27 * Firmware: pre-flashed on QLogic adapter; 33 * FreeBSD 9.x/10.x (64-bit) [Intel EM64T, AMD64] 38 * Large Segment Offload over TCP IPV4 39 * Large Segment Offload over TCP IPV6 54 - copy the driver file (if_qlxgbe.ko) into some directory (say qla_driver) 55 - cd <to qla_driver> [all …]
|
/freebsd/sys/dev/gve/ |
H A D | gve_desc.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 54 __be16 seg_len; /* Length of this descriptor's segment */ 55 __be64 seg_addr; /* Base address (see note) of this segment */ 110 __be32 rss_hash; /* Receive-side scaling hash (Toeplitz for gVNIC) */ 113 uint8_t hdr_len; /* Header length (L2-L4) including padding */ 114 uint8_t hdr_off; /* 64-byte-scaled offset into RX_DATA entry */ 115 uint16_t csum; /* 1's-complement partial checksum of L3+ bytes */ 117 __be16 flags_seq; /* Flags [15:3] and sequence number [2:0] (1-7) */ 125 * offset into the registered segment (an ordered list of pages) where the [all …]
|
/freebsd/sys/i386/include/pc/ |
H A D | bios.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 57 u_int16_t rmentryoffset; /* real-mode entry offset */ 58 u_int16_t rmentryseg; /* segment */ 59 u_int16_t pmentryoffset; /* protected-mode entry offset */ 60 u_int32_t pmentrybase; /* segment base */ 62 u_int16_t rmbiosseg; /* real-mode BIOS segment */ 63 u_int32_t pmdataseg; /* protected-mode data segment */ 108 * C,D,U = selector (corresponding to code/data/utility segment) 161 * $PIR in the BIOS segment contains a PIR_table [all …]
|