/freebsd-src/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-src/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-src/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 -width "" 44 .Bd -literal -offset indent 50 .Bd -filled -offset indent 58 .Bd -literal -offset indent 64 .Bd -filled -offset indent 78 .Bl -dash -width "" [all …]
|
/freebsd-src/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-src/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-src/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->firs in terminal_mdoc() 310 size_t offset, rmargin; print_mdoc_node() local 581 print_bvspace(struct termp * p,struct roff_node * bl,struct roff_node * n) print_bvspace() argument 627 const struct roff_node *bl, *nn; termp_it_pre() local 629 int i, offset, width; termp_it_pre() local 1425 int offset; termp_bd_pre() local [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->font in ascii_init() [all...] |
/freebsd-src/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-can [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | aarch32.cpp | 1 //===--------- aarch32.cpp - Generic JITLink arm/thumb utilities ----------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 35 /// Encode 22-bit immediate value for branch instructions without J1J2 range 36 /// extension (formats B T4, BL T1 and BLX T2). 38 /// 00000:Imm11H:Imm11L:0 -> [ 00000:Imm11H, 00000:Imm11L ] 48 /// Decode 22-bit immediate value for branch instructions without J1J2 range 49 /// extension (formats B T4, BL T1 and BLX T2). 51 /// [ 00000:Imm11H, 00000:Imm11L ] -> 00000:Imm11H:Imm11L:0 [all …]
|
/freebsd-src/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_pagetable [all...] |
/freebsd-src/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-src/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-src/contrib/ntp/ntpd/ |
H A D | refclock_oncore.c | 2 * ---------------------------------------------------------------------------- 3 * "THE BEER-WARE LICENSE" (Revision 42): 6 * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 7 * ---------------------------------------------------------------------------- 20 * COPYRIGHT 1991-1997 MOTOROLA INC. COPYRIGHT 1991-1996 MOTOROLA INC. 21 * SFTW P/N # 98-P36848P SFTW P/N # 98-P36830P 32 * COPYRIGHT 1991-1994 MOTOROLA INC. COPYRIGHT 1991-2000 MOTOROLA INC. 33 * SFTW P/N # 98-P39949M SFTW P/N # 61-G10002A 44 * COPYRIGHT 1991-2002 MOTOROLA INC. COPYRIGHT 1991-2003 MOTOROLA INC. 45 * SFTW P/N # 61-G10268A SFTW P/N # 61-G10268A [all …]
|
/freebsd-src/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-src/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 - i [all...] |
/freebsd-src/contrib/llvm-project/lld/ELF/Arch/ |
H A D | PPC64.cpp | 1 //===- PPC64.cpp --------- 333 getRelaTocSymAndAddend(InputSectionBase * tocSec,uint64_t offset) getRelaTocSymAndAddend() argument 912 unsigned offset = (config->ekind == ELF64BEKind) ? 2 : 0; relaxTlsIeToLe() local 1164 int32_t offset = pltHeaderSize + sym.getPltIdx() * pltEntrySize; writePlt() local 1467 int64_t offset = dst - src; inBranchRange() local [all...] |
H A D | ARM.cpp | 1 //===- ARM.cpp --------- 52 enum class CodeState { Data = 0, Thumb = 2, Arm = 4 }; global() enumerator 245 uint64_t offset = in.gotPlt->getVA() - in.plt->getVA() - 4; writePltHeader() local 293 uint64_t offset = sym.getGotPltVA() - pltEntryAddr - 8; writePlt() local 396 int64_t offset = dst - src; inBranchRange() local 1246 uint64_t offset = 0; global() member in elf::ArmCmseSGVeneer [all...] |
/freebsd-src/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-src/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-src/libexec/rtld-elf/aarch64/ |
H A D | rtld_start.S | 1 /*- 22 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 34 mov x19, x0 /* Put ps_strings in a callee-saved register */ 41 bl _rtld /* Call the loader */ 60 stp x29, x30, [sp, #-16]! 63 .cfi_offset x30, -8 64 .cfi_offset x29, -16 67 stp x0, x1, [sp, #-16]! 68 stp x2, x3, [sp, #-16]! 69 stp x4, x5, [sp, #-1 [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | aarch32.h | 1 //===------ aarch32.h - Generic JITLink arm/thumb utilities -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 29 /// JITLink-internal AArch32 fixup kinds 33 /// Relocations of class Data respect target endianness (unless otherwise 38 /// Relative 32-bit value relocation 41 /// Absolute 32-bit value relocation 44 /// Relative 31-bit value relocation that preserves the most-significant bit 47 /// Create GOT entry and store offset [all …]
|
H A D | ppc64.h | 1 //===--- ppc64.h - Generic JITLink ppc64 edge kinds, utilities --*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Generic utilities for graphs representing 64-bit PowerPC objects. 11 //===----------------------------------------------------------------------===// 22 /// Represents ppc64 fixups and other ppc64-specific edge kinds. 56 // Need to restore r2 after the bl, suggesting the bl is followed by a nop. 84 size_t Offset; member 102 size_t Offset = isLE ? 0 : 2; in pickStub() local 105 {{TOCDelta16HA, Offset, 0}, {TOCDelta16LO, Offset + 4, 0}}, in pickStub() [all …]
|
/freebsd-src/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 …]
|