/freebsd/lib/libc/arm/string/ |
H A D | memcmp.S | 4 * Copyright 2003 Wasabi Systems, Inc. 7 * Written by Steve C. Woodford for Wasabi Systems, Inc. 20 * Wasabi Systems, Inc. 21 * 4. The name of Wasabi Systems, Inc. may not be used to endorse 25 * THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND 28 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC 84 /* Word-align the addresses, if necessary */ 85 sub r3, r1, #0x05 124 sub r0, r0, r3 131 /* Re-do the final word byte-wise */ [all …]
|
H A D | memset.S | 4 * Copyright 2003 Wasabi Systems, Inc. 7 * Written by Steve C. Woodford for Wasabi Systems, Inc. 20 * Wasabi Systems, Inc. 21 * 4. The name of Wasabi Systems, Inc. may not be used to endorse 25 * THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND 28 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC 76 * r0 - dest address 77 * r1 - byte to write 78 * r2 - number of bytes to write 81 * r0 - dest address [all …]
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-death-test.h | 43 #include "gtest/internal/gtest-death-test-internal.h" 46 // meaning that the death test child process will re-execute the test binary 76 // 2. The parent process clone()s a sub-process and runs the death 77 // test in it; the sub-process exits with code 0 at the end of the 80 // 3. The parent process waits for the sub-process to terminate. 83 // the sub-process. 103 // the sub-process wrote to stderr. For compatibility with existing tests, a 108 // On POSIX-compliant systems (*nix), we use the <regex.h> library, 148 // not implemented by us, you will get a run-time failure. In that 160 // program from argv[0] and re-executes it in the sub-process. For [all …]
|
/freebsd/sys/arm/arm/ |
H A D | in_cksum_arm.S | 3 /*- 4 * Copyright 2003 Wasabi Systems, Inc. 7 * Written by Steve C. Woodford for Wasabi Systems, Inc. 20 * Wasabi Systems, Inc. 21 * 4. The name of Wasabi Systems, Inc. may not be used to endorse 25 * THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND 28 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC 40 * Hand-optimised in_cksum() and in4_cksum() implementations for ARM/armv5e 59 stmfd sp!, {r4-r11,lr} 72 sub r9, r9, r1 [all …]
|
H A D | bcopyinout_xscale.S | 3 /*- 4 * Copyright 2003 Wasabi Systems, Inc. 7 * Written by Steve C. Woodford for Wasabi Systems, Inc. 20 * Wasabi Systems, Inc. 21 * 4. The name of Wasabi Systems, Inc. may not be used to endorse 25 * THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND 28 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC 68 stmfd sp!, {r10-r11, lr} 80 ldmfd sp!, {r10-r11, pc} 86 ldmfdgt sp!, {r4-r7} /* r3 > 0 Restore r4-r7 */ [all …]
|
H A D | swtch.S | 3 /*- 4 * Copyright 2003 Wasabi Systems, Inc. 7 * Written by Steve C. Woodford for Wasabi Systems, Inc. 20 * Wasabi Systems, Inc. 21 * 4. The name of Wasabi Systems, Inc. may not be used to endorse 25 * THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND 28 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC 37 /*- 38 * Copyright (c) 1994-1998 Mark Brinicombe. 93 sub sp, sp, #4 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | ti,k3-dsp-rproc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/remoteproc/ti,k3-dsp-rproc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Suman Anna <s-anna@ti.com> 13 The TI K3 family of SoCs usually have one or more TI DSP Core sub-systems 14 that are used to offload some of the processor-intensive tasks or algorithms, 17 These processor sub-systems usually contain additional sub-modules like 23 Each DSP Core sub-system is represented as a single DT node. Each node has a 31 - ti,am62a-c7xv-dsp [all …]
|
H A D | ti,keystone-rproc.txt | 5 sub-systems that are used to offload some of the processor-intensive tasks or 8 These processor sub-systems usually contain additional sub-modules like L1 15 Each DSP Core sub-system is represented as a single DT node, and should also 22 -------------------- 25 - compatible: Should be one of the following, 26 "ti,k2hk-dsp" for DSPs on Keystone 2 66AK2H/K SoCs 27 "ti,k2l-dsp" for DSPs on Keystone 2 66AK2L SoCs 28 "ti,k2e-dsp" for DSPs on Keystone 2 66AK2E SoCs 29 "ti,k2g-dsp" for DSPs on Keystone 2 66AK2G SoCs 31 - reg: Should contain an entry for each value in 'reg-names'. [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 02-test_errstr.t | 2 # Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved. 34 plan skip_all => 'OpenSSL is configured "no-autoerrinit" or "no-err"' 54 # Test::More:ok() has a sub prototype, which means we need to use the '&ok' 60 my $errcode = "Errno::$errname"->(); 63 # On most systems, there is no E macro for errcode zero in <errno.h>, 72 # On some systems (for example Hurd), there are negative error codes. 95 sub split_error { 110 sub match_any { 132 sub match_opensslerr_reason { 145 sub match_syserr_reason { [all …]
|
/freebsd/share/doc/papers/timecounter/ |
H A D | timecounter.ms | 5 .\" ---------------------------------------------------------------------------- 6 .\" "THE BEER-WARE LICENSE" (Revision 42): 9 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 10 .\" ---------------------------------------------------------------------------- 16 .A "Poul-Henning Kamp" "The FreeBSD Project" 18 The FreeBSD timecounters are an architecture-independent implementation 21 multiplication to canonical timescales based on micro- or nano-seconds 23 synchronisation. Timecounters are implemented using lock-less 24 stable-storage based primitives which scale efficiently in SMP 25 systems. The math and implementation behind timecounters will [all …]
|
/freebsd/sys/sys/ |
H A D | module.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 136 * on M.y systems where y >= x, but fail on M.z systems where z < x. 138 #define MODULE_KERNEL_MAXVER (roundup(__FreeBSD_version, 100000) - 1) 140 #define DECLARE_MODULE_WITH_MAXVER(name, data, sub, order, maxver) \ argument 144 SYSINIT(name##module, sub, order, module_register_init, &data); \ 148 #define DECLARE_MODULE(name, data, sub, order) \ argument 149 DECLARE_MODULE_WITH_MAXVER(name, data, sub, order, __FreeBSD_version) 151 #define DECLARE_MODULE(name, data, sub, order) \ argument 152 DECLARE_MODULE_WITH_MAXVER(name, data, sub, order, MODULE_KERNEL_MAXVER) [all …]
|
/freebsd/share/man/man4/ |
H A D | acpi.4 | 65 .Bl -tag -width indent 117 Most systems reboot fine with ACPI still enabled, but some require 122 Some newer systems require use of this register, while some only work 140 (power-off nicely). 143 Some systems need this help, others have display problems if it is enabled. 152 Most current systems do not support 161 (suspend-to-RAM). 170 .Bl -tag -width indent 178 Not supported by many systems. 206 .Bl -tag -width indent [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-powernv.txt | 1 Device Tree binding for LEDs on IBM Power Systems 2 ------------------------------------------------- 5 - compatible : Should be "ibm,opal-v3-led". 6 - led-mode : Should be "lightpath" or "guidinglight". 9 form of a sub-node. 11 Required properties for the sub nodes: 12 - led-types : Supported LED types (attention/identify/fault) provided 18 compatible = "ibm,opal-v3-led"; 19 led-mode = "lightpath"; 21 U78C9.001.RST0027-P1-C1 { [all …]
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | mibII_ifstack.c | 2 * Copyright (c) 2001-2003 3 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). 31 * ifStackTable. Read-only. 41 return (-1); in mib_ifstack_create() 43 stack->index.len = 2; in mib_ifstack_create() 44 stack->index.subs[0] = upper ? upper->index : 0; in mib_ifstack_create() 45 stack->index.subs[1] = lower ? lower->index : 0; in mib_ifstack_create() 60 if (stack->index.subs[0] == (upper ? upper->index : 0) && in mib_ifstack_delete() 61 stack->index.subs[1] == (lower ? lower->index : 0)) { in mib_ifstack_delete() 71 u_int sub, u_int iidx __unused, enum snmp_op op) in op_ifstack() argument [all …]
|
H A D | mibII_rcvaddr.c | 2 * Copyright (c) 2001-2003 3 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). 45 if (rcv->ifindex == ifindex && in mib_find_rcvaddr() 46 rcv->addrlen == addrlen && in mib_find_rcvaddr() 47 memcmp(rcv->addr, addr, addrlen) == 0) in mib_find_rcvaddr() 66 rcv->ifindex = ifp->index; in mib_rcvaddr_create() 67 rcv->addrlen = addrlen; in mib_rcvaddr_create() 68 memcpy(rcv->addr, addr, addrlen); in mib_rcvaddr_create() 69 rcv->flags = 0; in mib_rcvaddr_create() 71 rcv->index.len = addrlen + 2; in mib_rcvaddr_create() [all …]
|
H A D | mibII_nettomedia.c | 2 * Copyright (c) 2001-2003 3 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). 31 * Read-only implementation of the Arp table (ipNetToMediaTable) 53 if (at->index.subs[0] == ifp->index && in mib_find_arp() 54 (at->index.subs[1] == ((a >> 24) & 0xff)) && in mib_find_arp() 55 (at->index.subs[2] == ((a >> 16) & 0xff)) && in mib_find_arp() 56 (at->index.subs[3] == ((a >> 8) & 0xff)) && in mib_find_arp() 57 (at->index.subs[4] == ((a >> 0) & 0xff))) in mib_find_arp() 71 at->flags = 0; in mib_arp_create() 73 at->index.len = 5; in mib_arp_create() [all …]
|
H A D | mibII_ifmib.c | 2 * Copyright (c) 2001-2003 3 * Fraunhofer Institute for Open Communication Systems (FhG Fokus). 41 u_int sub, u_int idx __unused, enum snmp_op op) in op_ifmib() argument 59 switch (value->var.subs[sub - 1]) { in op_ifmib() 63 value->v.uint32 = mib_iftable_last_change - start_tick; in op_ifmib() 65 value->v.uint32 = 0; in op_ifmib() 70 value->v.uint32 = mib_ifstack_last_change - start_tick; in op_ifmib() 72 value->v.uint32 = 0; in op_ifmib()
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | jedec,spi-nor.txt | 4 - #address-cells, #size-cells : Must be present if the device has sub-nodes 6 - compatible : May include a device-specific string consisting of the 9 Must also include "jedec,spi-nor" for any SPI NOR flash that can 53 m25p05-nonjedec 54 m25p10-nonjedec 55 m25p20-nonjedec 56 m25p40-nonjedec 57 m25p80-nonjedec 58 m25p16-nonjedec 59 m25p32-nonjedec [all …]
|
/freebsd/lib/libc/regex/ |
H A D | regex.3 | 40 .Nd regular-expression library 63 .St -p1003.2 75 transforms error codes from either into human-readable messages, 78 frees any dynamically-allocated storage used by the internal form 110 .Bl -tag -width REG_EXTENDED 132 .St -p1003.2 , 134 caution in software intended to be portable to other systems. 149 Compile for newline-sensitive matching. 180 .St -p1003.2 , 182 caution in software intended to be portable to other systems. [all …]
|
/freebsd/sys/contrib/xen/arch-x86/ |
H A D | cpuid.h | 2 * arch-x86/cpuid.h 24 * Copyright (c) 2007 Citrix Systems, Inc. 47 * EAX: Largest Xen-information leaf. All leaves up to an including @EAX 49 * EBX-EDX: "XenVMMXenVMM" signature, allowing positive identification 60 * EBX-EDX: Reserved (currently all zeroes). 67 * EBX: Base address of Xen-specific MSRs. 78 * Sub-leaf 0: EAX: bit 0: emulated tsc 85 * Sub-leaf 1: EAX: tsc offset low part 87 * ECX: multiplicator for tsc->ns conversion 88 * EDX: shift amount for tsc->ns conversion [all …]
|
/freebsd/contrib/arm-optimized-routines/string/aarch64/ |
H A D | strrchr-mte.S | 2 * strrchr - find last position of a character in a string. 4 * Copyright (c) 2020-2023, Arm Limited. 5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception 10 * ARMv8-a, AArch64, Advanced SIMD. 38 For each 16-byte chunk we calculate a 64-bit syndrome value, with 40 and little-endian systems). For each tuple, bits 0-1 are set if 41 the relevant byte matched the requested character; bits 2-3 are set 75 sub src, src, 16 92 sub nul_match, nul_match, 1 97 sub result, result, tmp, lsr 2 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | abilis,tb10x-iomux.txt | 1 Abilis Systems TB10x pin controller 5 ------------------- 7 - compatible: should be "abilis,tb10x-iomux"; 8 - reg: should contain the physical address and size of the pin controller's 13 -------------------- 15 Functions are defined (and referenced) by sub-nodes of the pin controller. 16 Every sub-node defines exactly one function (implying a set of pins). 19 controller sub-nodes. 22 - abilis,function: should be set to the name of the function's pin group. 25 - GPIO ports: gpioa, gpiob, gpioc, gpiod, gpioe, gpiof, gpiog, [all …]
|
/freebsd/contrib/nvi/regex/ |
H A D | regex.3 | 42 regcomp, regexec, regerror, regfree \- regular-expression library 70 transforms error codes from either into human-readable messages, 73 frees any dynamically-allocated storage used by the internal form 114 caution in software intended to be portable to other systems. 126 Compile for newline-sensitive matching. 151 caution in software intended to be portable to other systems. 169 fails, it returns a non-zero error code; 190 the NUL-terminated string pointed to by 222 caution in software intended to be portable to other systems. 223 Note that a non-zero \fIrm_so\fR does not imply REG_NOTBOL; [all …]
|
/freebsd/crypto/heimdal/doc/ |
H A D | whatis.texi | 11 --- Pseudo-Apollodorus Library 2.5.12 22 Kerberos is a trusted third-party service. That means that there is a 33 @macro sub{arg} 40 @global@let@sub=@xsub 44 @macro sub{arg} 46 <sub>\arg\</sub> 52 @c macro sub{arg} 76 (@var{A@sub{addr}}), the current time (@var{t@sub{issue}}), the lifetime 79 (@var{K@sub{AB}}). This packet is encrypted with @var{B}'s secret key 80 (@var{K@sub{B}}). The actual ticket (@var{T@sub{AB}}) looks like this: [all …]
|
/freebsd/contrib/ldns/ |
H A D | README | 8 INFORMATION FOR SPECIFIC OPERATING SYSTEMS 21 compile on other systems like Solaris and Mac OS X. 24 - OpenSSL (Optional, but needed for features like DNSSEC) 25 - OpenSSL >= 0.9.7f for DANE support 26 - OpenSSL >= 1.0.0 for ECDSA and GOST support 27 - libpcap (Optional, but needed for examples/ldns-dpa) 28 - (GNU) libtool (in OSX, that's glibtool, not libtool) 29 - GNU make 33 2. cd ldns-<VERSION> 34 3. ./configure --with-examples --with-drill [all …]
|