/freebsd/sys/contrib/device-tree/Bindings/gpu/host1x/ |
H A D | nvidia,tegra234-nvdec.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpu/host1x/nvidia,tegra234-nvdec.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 15 - Thierry Reding <treding@gmail.com> 16 - Mikko Perttunen <mperttunen@nvidia.com> 20 pattern: "^nvdec@[0-9a-f]*$" 24 - nvidia,tegra234-nvdec 32 clock-names: 34 - const: nvdec [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | UDTLayout.cpp | 1 //===- UDTLayout.cpp ------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 45 const IPDBRawSymbol &RawType = SymbolType->getRawSymbol(); in getTypeLength() 61 return UsedBytes.size() - UsedBytes.count(); in deepPaddingSize() 67 return UsedBytes.size() - (Last + 1); in tailPadding() 72 : LayoutItemBase(&Parent, Member.get(), Member->getName(), in DataMemberLayoutItem() 73 Member->getOffset(), getTypeLength(*Member), false), in DataMemberLayoutItem() 75 auto Type = DataMember->getType(); in DataMemberLayoutItem() 78 UsedBytes = UdtLayout->usedBytes(); in DataMemberLayoutItem() [all …]
|
/freebsd/share/man/man5/ |
H A D | style.mdoc.5 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 4 .\" Copyright (c) 2018-2022 Mateusz Piotrowski <0mp@FreeBSD.org> 21 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 41 .Bl -dash -widt [all...] |
/freebsd/lib/libc/db/btree/ |
H A D | bt_split.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 58 * __BT_SPLIT -- Split the tree. 64 * data: data to insert 73 __bt_split(BTREE *t, PAGE *sp, const DBT *key, const DBT *data, int flags, in __bt_split() argument 77 BLEAF *bl, *tbl; in __bt_split() local 90 * skip set to the offset which should be used. Additionally, l and r in __bt_split() 94 h = sp->pgno == P_ROOT ? in __bt_split() 101 * Insert the new key/data pair into the leaf page. (Key inserts in __bt_split() [all …]
|
H A D | bt_delete.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 28 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 64 t = dbp->internal; in __bt_delete() 67 if (t->bt_pinned != NULL) { in __bt_delete() 68 mpool_put(t->bt_mp, t->bt_pinned, 0); in __bt_delete() 69 t->bt_pinned = NULL; in __bt_delete() 72 /* Check for change to a read-only tree. */ in __bt_delete() 87 c = &t->bt_cursor; in __bt_delete() 91 if ((h = mpool_get(t->bt_mp, c->pg.pgno, 0)) == NULL) in __bt_delete() [all …]
|
/freebsd/sys/powerpc/aim/ |
H A D | locore64.S | 2 /*- 3 * Copyright (C) 2010-2016 Nathan Whitehorn 20 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 48 .data 76 * that it ends up before any linker-generated call stubs and actually at 89 .long -1 94 /* Invalidate icache for low-memory copy and jump there */ 141 /* Set 64-bit mode if not yet set before branching to C */ 153 bl 1f 154 .llong __tocbase + 0x8000 - . [all …]
|
/freebsd/contrib/mandoc/ |
H A D | mdoc_term.c | 3 * Copyright (c) 2010, 2012-2020, 2022 Ingo Schwarze <schwarze@openbsd.org> 15 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 20 * for ASCII, UTF-8, PostScript, and PDF output. 123 static const struct mdoc_term_act mdoc_term_acts[MDOC_MAX - MDOC_Dd] = { 134 { termp_bl_pre, termp_bl_post }, /* Bl */ 255 p->tcol->rmargin = p->maxrmargin = p->defrmargin; in terminal_mdoc() 260 n = mdoc->first->child; in terminal_mdoc() 261 if (p->synopsisonly) { in terminal_mdoc() 262 for (nn = NULL; n != NULL; n = n->next) { in terminal_mdoc() 263 if (n->tok != MDOC_Sh) in terminal_mdoc() [all …]
|
H A D | term_ascii.c | 14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 71 p->tcol = p->tcols = mandoc_calloc(1, sizeof(*p->tcol)); in ascii_init() 72 p->maxtcol = 1; in ascii_init() 74 p->line = 1; in ascii_init() 75 p->defindent = 5; in ascii_init() 76 p->defrmargin = p->lastrmargin = 78; in ascii_init() 77 p->fontq = mandoc_reallocarray(NULL, in ascii_init() 78 (p->fontsz = 8), sizeof(*p->fontq)); in ascii_init() 79 p->fontq[0] = p->fontl = TERMFONT_NONE; in ascii_init() 81 p->begin = ascii_begin; in ascii_init() [all …]
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq-opts.def | 1 /* -*- Mode: Text -*- */ 7 #include autogen-version.def 9 prog-name = "ntpq"; 10 prog-title = "query Network Time Protocol servers"; 15 flags-cant = ipv6; 18 doc = <<- _EndOfDoc_ 26 flags-cant = ipv4; 29 doc = <<- _EndOfDoc_ 38 arg-type = string; 41 arg-name = cmd; [all …]
|
/freebsd/tests/sys/net/routing/ |
H A D | rtsock_common.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 64 #include <atf-c.h> 92 if (s == -1) in _check_cloner() 158 ifname[strlen(ifname) - 1] = 'b'; in iface_create() 193 if (fd == -1) { in iface_open() 195 return (-1); in iface_open() 236 snprintf(cmd, sizeof(cmd), "/sbin/ifconfig %s -alias %s", ifname, addr); in iface_delete_addr() 250 return (-1); in iface_turn_up() [all …]
|
/freebsd/sys/powerpc/booke/ |
H A D | locore.S | 1 /*- 2 * Copyright (C) 2007-2009 Semihalf, Rafal Jaworowski <raj@semihalf.com> 20 * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 107 * - System memory starts from physical address 0 108 * - It's mapped by a single TLB1 entry 109 * - TLB1 mapping is 1:1 pa to va 110 * - Kernel is loaded at 64MB boundary 111 * - All PID registers are set to the same value 112 * - CPU is running in AS=0 119 * - Find TLB1 entry we started in [all …]
|
H A D | trap_subr.S | 1 /*- 2 * Copyright (C) 2006-2009 Semihalf, Rafal Jaworowski <raj@semihalf.com> 23 * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 29 /*- 53 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 72 * SPRG0 - pcpu pointer 73 * SPRG1 - all interrupts except TLB miss, critical, machine check 74 * SPRG2 - critical 75 * SPRG3 - machine check 76 * SPRG4-6 - scratch [all …]
|
/freebsd/sys/arm64/arm64/ |
H A D | locore.S | 1 /*- 2 * Copyright (c) 2012-2014 Andrew Turner 20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 61 * D-Cache: off 62 * I-Cache: on or off 68 bl enter_kernel_el 73 /* Get the virt -> phys offset */ 74 bl get_load_phys_addr 82 bl create_pagetables 93 bl start_mmu [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_oncore.c | 2 * ---------- 185 struct Bl { global() struct 194 Bl_dayBl global() argument 195 } Bl; global() variable 286 long offset; /* ns */ global() member 328 struct Bl Bl; /* Satellite Broadcast Data Message */ global() member [all...] |
H A D | ntp.conf.def | 1 /* -*- Mode: Text -*- */ 7 // We want the synopsis to be "/etc/ntp.conf" but we need the prog-name 8 // to be ntp.conf - the latter is also how autogen produces the output 10 prog-name = "ntp.conf"; 11 file-path = "/etc/ntp.conf"; 12 prog-title = "Network Time Protocol daemon (ntpd) configuration format"; 15 explain = <<- _END_EXPLAIN 18 doc-section = { 19 ds-type = 'DESCRIPTION'; 20 ds-format = 'mdoc'; [all …]
|
/freebsd/share/man/man3/ |
H A D | pthread_np.3 | 19 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 41 .Bl -bullet -offset indent -compact 54 .\" Per-Thread Context Routines 58 .Bl -tag -width indent 90 Sets the thread's scheduling mode to multi-threaded. 122 Sets the thread's scheduling mode to single-threaded. 154 .Bl -tag -width indent 183 .Bl -tag -width indent 200 .\" .Bl -tag -width indent 203 .\" .Bl -tag -width indent [all …]
|
/freebsd/sys/arm/arm/ |
H A D | locore.S | 1 /*- 2 * Copyright 2004-2014 Olivier Houchard <cognet@FreeBSD.org> 3 * Copyright 2012-2014 Ian Lepore <ian@FreeBSD.org> 4 * Copyright 2013-2014 Andrew Turner <andrew@FreeBSD.org> 24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 51 /* A small statically-allocated stack used only during initarm() and AP startup. */ 67 bl hypervisor_stub_vect_install ;\ 82 mov r0, -1 ;\ 89 * r0 - metadata pointer or 0 90 * r1 - if (r0 == 0) then metadata pointer [all …]
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | PPC64.cpp | 1 //===- PPC64.cpp ----------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 30 // The instruction encoding of bits 21-30 from the ISA for the Xform and Dform 157 // pc-relative versions. For the most part, the primary opcode is shared 159 // However, there are some instances where that isn't the case (DS-Form and 160 // DQ-form instructions). 163 OPC_AND_RST = 0xffe00000, // Primary opc (0-5) and R[ST] (6-10). 164 ONLY_RST = 0x3e00000, // [RS]T (6-10). 166 0x8000000003e00000, // S/T (6-10) - The [S/T]X bit moves from 28 to 5. [all …]
|
H A D | ARM.cpp | 1 //===- ARM.cpp ------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 52 enum class CodeState { Data = 0, Thumb = 2, Arm = 4 }; enumerator 80 // Set the EF_ARM_BE8 flag in the ELF header, if ELF file is big-endian in calcEFlags() 81 // with BE-8 code. in calcEFlags() 84 if (config->armVFPArgs == ARMVFPArgKind::Base || in calcEFlags() 85 config->armVFPArgs == ARMVFPArgKind::Default) in calcEFlags() 87 else if (config->armVFPArgs == ARMVFPArgKind::VFP) in calcEFlags() 90 if (!config->isLE && config->armBe8) in calcEFlags() [all …]
|
/freebsd/lib/libc/stdlib/ |
H A D | getopt_long.3 | 25 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 92 .Dl "myprogram --myoption=somevalue" 111 .Bd -literal -offset indent 128 .Bl -tag -width ".Dv optional_argument" -offset indent -compact 179 .Ql - 181 .Ql -- . 183 .Ql - 184 does not match a long option but does match a single-character option, 185 the single-character option is returned. 213 \-1 when the argument list has been exhausted. [all …]
|
/freebsd/libexec/rtld-elf/powerpc64/ |
H A D | rtld_start.S | 3 /*- 24 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 36 stdu %r1,-144(%r1) /* 16-byte aligned stack for reg saves + 50 * Perform initial relocation of ld-elf.so. Not as easy as it 52 * - perform small forward branch to put PC into link reg 53 * - use link-time constants to determine offset to the 56 * - call reloc_non_plt_self() to fix up ld-elf.so's relocations 59 bl 1f 60 .llong _DYNAMIC-. 63 ld %r4,0(%r3) /* offset to _DYNAMIC */ [all …]
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | auditdistd.conf.5 | 22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 50 .Bd -literal 76 .\" # Checksum algorithm for data sent over the wire. 80 .\" # Compression algorithm for data sent over the wire. 108 .\" # Checksum algorithm for data sent over the wire. 112 .\" # Compression algorithm for data sent over the wire. 179 .Bl -tag -width ".Ic xxxx" 224 for the non-host 238 .\".Bl -tag -width ".Ic sha256" 240 .\"No checksum will be calculated for the data being sent over the network. [all …]
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 1 /*- 2 * Copyright (c) 2007-2012 Kai Wang 22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 53 ELFTC_VCSID("$Id: elfdump.c 3762 2019-06-28 21:06:24Z emaste $"); 56 #include "native-elf-format.h" 77 #define ED_ALL ((1<<12)-1) 86 #define PRT(...) fprintf(ed->out, __VA_ARGS__) 88 /* Internal data structure for sections. */ 92 uint64_t off; /* section offset */ 108 /* Structure encapsulates the global data for readelf(1). */ [all …]
|
/freebsd/libexec/rtld-elf/powerpc/ |
H A D | rtld_start.S | 3 /*- 24 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 37 stwu %r1,-48(%r1) /* 16-byte aligned stack for reg saves + 48 * Perform initial relocation of ld-elf.so. Not as easy as it 50 * - perform small forward branch to put PC into link reg 51 * - use link-time constants to determine offset to the 54 * - read GOT[0], which is the SVR4 ABI-specified link-time 57 * - call reloc_non_plt_self() to fix up ld-elf.so's relocations 62 addis %r30,%r30,_GLOBAL_OFFSET_TABLE_-1b@ha 63 addi %r30,%r30,_GLOBAL_OFFSET_TABLE_-1b@l [all …]
|
/freebsd/stand/efi/loader/arch/arm64/ |
H A D | start.S | 1 /*- 20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 46 /* The MS-DOS Stub, only used to get the offset of the COFF header */ 50 .long pe_sig - efi_start 52 /* The PE32 Signature. Needs to be 8-byte aligned */ 63 .short section_table - optional_header /* Optional header size */ 67 .short 0x020b /* PE32+ (64-bit addressing) */ 70 .long _etext - _end_header /* Code size */ 71 .long __data_size /* Initialized data size */ 72 .long 0 /* No uninitialized data */ [all …]
|