/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/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> 9 .\" 1. Redistributions of source code must retain the above copyright 40 .Ss Code Examples 41 .Bl -das [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/sys/powerpc/aim/ |
H A D | locore64.S | 2 /*- 3 * Copyright (C) 2010-2016 Nathan Whitehorn 9 * 1. Redistributions of source code must retain the above copyright 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 - . 159 /* Get load offset */ [all …]
|
/freebsd/lib/libc/db/btree/ |
H A D | bt_split.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 7 * This code is derived from software contributed to Berkeley by 13 * 1. Redistributions of source code must retain the above copyright 58 * __BT_SPLIT -- Split the tree. 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() 104 h->linp[skip] = h->upper -= ilen; in __bt_split() 105 dest = (char *)h + h->upper; in __bt_split() [all …]
|
H A D | bt_delete.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 7 * This code is derived from software contributed to Berkeley by 13 * 1. Redistributions of source code must retain the above copyright 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() [all …]
|
/freebsd/sys/powerpc/booke/ |
H A D | locore.S | 1 /*- 2 * Copyright (C) 2007-2009 Semihalf, Rafal Jaworowski <raj@semihalf.com> 9 * 1. Redistributions of source code must retain the above copyright 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> 10 * 1. Redistributions of source code must retain the above copyright 29 /*- 37 * 1. Redistributions of source code must retain the above copyright 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/lib/libc/stdlib/ |
H A D | getopt_long.3 | 10 .\" 1. Redistributions of source code must retain the above copyright 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/share/man/man3/ |
H A D | pthread_np.3 | 6 .\" 1. Redistributions of source code must retain the above copyright 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/arm64/arm64/ |
H A D | locore.S | 1 /*- 2 * Copyright (c) 2012-2014 Andrew Turner 8 * 1. Redistributions of source code must retain the above copyright 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/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 //===----------------------------------------------------------------------===// 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() 125 // (S + A) - GOT_ORG in getRelExpr() [all …]
|
/freebsd/tests/sys/net/routing/ |
H A D | rtsock_common.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 9 * 1. Redistributions of source code must retain the above copyright 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/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/libexec/rtld-elf/powerpc64/ |
H A D | rtld_start.S | 3 /*- 10 * 1. Redistributions of source code must retain the above copyright 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/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> 12 * 1. Redistributions of source code must retain the above copyright 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/libexec/rtld-elf/powerpc/ |
H A D | rtld_start.S | 3 /*- 10 * 1. Redistributions of source code must retain the above copyright 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/contrib/lua/src/ |
H A D | lparser.c | 56 lu_byte insidetbc; /* true if inside the scope of a to-be-closed var. */ 62 ** prototypes for recursive non-terminal functions 70 luaO_pushfstring(ls->L, "%s expected", luaX_token2str(ls, token))); in error_expected() 75 lua_State *L = fs->ls->L; in errorlimit() 77 int line = fs->f->linedefined; in errorlimit() 83 luaX_syntaxerror(fs->ls, msg); in errorlimit() 96 if (ls->t.token == c) { in testnext() 108 if (ls->t.token != c) in check() 132 if (where == ls->linenumber) /* all in the same line? */ in check_match() 135 luaX_syntaxerror(ls, luaO_pushfstring(ls->L, in check_match() [all …]
|
/freebsd/sys/kern/ |
H A D | subr_blist.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 8 * 1. Redistributions of source code must retain the above copyright 30 * BLIST.C - Bitmap allocator/deallocator, using a radix tree with hinting 54 * The hinting greatly increases code efficiency for allocations while 59 * The blist code wires all necessary memory at creation time. Neither 61 * The non-blocking nature of allocations and frees is required by swap 62 * code (vm/swap_pager.c). 66 * memory) by BLIST_RADIX lower-level nodes. This is a recursive 72 * BLIST_RADIX lower-level nodes of a some nodes may not be allocated. [all …]
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | auditdistd.conf.5 | 10 .\" 1. Redistributions of source code must retain the above copyright 50 .Bd -literal 179 .Bl -tag -width ".Ic xxxx" 224 for the non-host 238 .\".Bl -tag -width ".Ic sha256" 250 .\".Bl -tag -width ".Ic none" 281 .Bd -literal -offset indent 282 protocol://protocol-specific-address 286 .Bd -literal -offset indent 316 .Bd -literal [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | Thumb1FrameLowering.h | 1 //===- Thumb1FrameLowering.h - Thumb1-specific frame info stuff ---*- C++ -*-=// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 23 /// emitProlog/emitEpilog - These methods insert prolog and epilog code into 48 /// This method is used by the shrink-wrapping pass to decide if 52 /// Disable shrink wrap as tBfar/BL will be used to adjust for long jumps. 59 /// code sequence for the epilogue. 65 /// ADD sp, #offset 70 /// ADD sp, #offset 76 /// Emit the special fixup code sequence for the epilogue. [all …]
|
/freebsd/stand/efi/loader/arch/arm64/ |
H A D | start.S | 1 /*- 8 * 1. Redistributions of source code must retain the above copyright 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 */ 73 .long _start - efi_start /* Entry point */ 74 .long _end_header - efi_start /* Start of code */ [all …]
|
/freebsd/stand/efi/loader/arch/arm/ |
H A D | start.S | 1 /*- 8 * 1. Redistributions of source code must retain the above copyright 45 /* The MS-DOS Stub, only used to get the offset of the COFF header */ 49 .long pe_sig - efi_start 51 /* The PE32 Signature. Needs to be 8-byte aligned */ 62 .short section_table - optional_header /* Optional header size */ 66 .short 0x010b /* PE32 (32-bit addressing) */ 69 .long _edata - _end_header /* Code size */ 72 .long _start - efi_start /* Entry point */ 73 .long _end_header - efi_start /* Start of code */ [all …]
|