/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_environment_test.cc | 37 #include "src/gtest-internal-inl.h" 54 // generate a non-fatal failure, generate a fatal failure, or 61 ADD_FAILURE() << "Expected non-fatal failure in global set-up."; in SetUp() 64 FAIL() << "Expected fatal failure in global set-up."; in SetUp() 71 // Generates a non-fatal failure. 74 ADD_FAILURE() << "Expected non-fatal failure in global tear-down."; in TearDown() 77 // We call this function to set the type of failure SetUp() should 100 // be generated by the global set-up. 105 env->set_failure_in_set_up(failure); in RunAllTests() 106 testing::internal::GetUnitTestImpl()->ClearAdHocTestResult(); in RunAllTests() [all …]
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | pfsync.sh | 2 # SPDX-License-Identifier: BSD-2-Clause 56 jexec one ifconfig ${epair_sync}a 192.0.2.1/24 up 57 jexec one ifconfig ${epair_one}a 198.51.100.1/24 up 62 up 63 jexec two ifconfig ${epair_two}a 198.51.100.2/24 up 64 jexec two ifconfig ${epair_sync}b 192.0.2.2/24 up 69 up 72 jexec one pfctl -e 74 "set skip on ${epair_sync}a" \ 76 jexec two pfctl -e [all …]
|
H A D | nat64.sh | 2 # SPDX-License-Identifier: BSD-2-Clause 36 ifconfig ${epair}a inet6 2001:db8::2/64 up no_dad 37 route -6 add default 2001:db8::1 40 jexec rtr ifconfig ${epair}b inet6 2001:db8::1/64 up no_dad 41 jexec rtr ifconfig ${epair_link}a 192.0.2.1/24 up 44 jexec dst ifconfig ${epair_link}b 192.0.2.2/24 up 48 atf_check -s exit:0 -o ignore \ 49 ping6 -c 1 2001:db8::1 50 atf_check -s exit:0 -o ignore \ 51 jexec dst ping -c 1 192.0.2.1 [all …]
|
H A D | syncookie.sh | 2 # SPDX-License-Identifier: BSD-2-Clause 35 jexec $jail pfctl -si -v | grep -A 2 '^Syncookies' | grep active \ 53 jexec alcatraz ifconfig ${epair}b 192.0.2.1/24 up 54 jexec alcatraz /usr/sbin/inetd -p ${PWD}/inetd-alcatraz.pid \ 57 ifconfig ${epair}a 192.0.2.2/24 up 59 jexec alcatraz pfctl -e 61 "set syncookies always" \ 66 atf_check -s exit:0 -o ignore ping -c 1 192.0.2.1 68 reply=$(echo foo | nc -N -w 5 192.0.2.1 7) 84 rm -f ${PWD}/inetd-alcatraz.pid [all …]
|
H A D | set_skip.sh | 2 # SPDX-License-Identifier: BSD-2-Clause 32 atf_set descr 'Unset set skip test' 41 jexec alcatraz ifconfig lo0 127.0.0.1/8 up 42 jexec alcatraz pfctl -e 43 pft_set_rules alcatraz "set skip on lo0" \ 46 echo "set skip" 47 jexec alcatraz pfctl -v -sI 50 atf_check -s exit:0 -o ignore jexec alcatraz ping -c 1 127.0.0.1 57 jexec alcatraz pfctl -v -sI 60 jexec alcatraz pfctl -Fs [all …]
|
H A D | fragmentation_pass.sh | 2 # SPDX-License-Identifier: BSD-2-Clause 46 ifconfig ${epair}b inet 192.0.2.1/24 up 47 jexec alcatraz ifconfig ${epair}a 192.0.2.2/24 up 52 jexec alcatraz pfctl -e 54 "set reassemble yes" \ 61 atf_check -s exit:0 -o ignore ping -c 1 192.0.2.2 64 atf_check -s exit:0 -o ignore ping -c 1 -s 800 192.0.2.2 67 atf_check -s exit:2 -o ignore ping -c 1 -s 20000 192.0.2.2 93 ifconfig ${epair_send}a inet6 2001:db8:42::1/64 no_dad up 95 jexec alcatraz ifconfig ${epair_send}b inet6 2001:db8:42::2/64 no_dad up [all …]
|
H A D | route_to.sh | 2 # SPDX-License-Identifier: BSD-2-Clause 34 atf_set descr 'Basic route-to test' 43 ifconfig ${epair_send}a 192.0.2.1/24 up 45 ifconfig ${epair_route}a 203.0.113.1/24 up 48 jexec alcatraz ifconfig ${epair_send}b 192.0.2.2/24 up 49 jexec alcatraz ifconfig ${epair_route}b 203.0.113.2/24 up 50 jexec alcatraz route add -net 198.51.100.0/24 192.0.2.1 51 jexec alcatraz pfctl -e 55 "pass out route-to (${epair_route}b 203.0.113.1) from 192.0.2.2 to 198.51.100.1 no state" 56 jexec alcatraz nc -w 3 -s 192.0.2.2 198.51.100.1 22 [all …]
|
/freebsd/tests/sys/net/ |
H A D | if_wg.sh | 2 # SPDX-License-Identifier: BSD-2-Clause 44 kldload -n if_wg || atf_skip "This test requires if_wg and could not load it" 61 jexec wgtest1 ifconfig ${epair}a ${endpoint1}/24 up 62 jexec wgtest2 ifconfig ${epair}b ${endpoint2}/24 up 65 echo "$pri1" | jexec wgtest1 wg set $wg1 listen-port 12345 \ 66 private-key /dev/stdin 67 pub1=$(jexec wgtest1 wg show $wg1 public-key) 69 echo "$pri2" | jexec wgtest2 wg set $wg2 listen-port 12345 \ 70 private-key /dev/stdin 71 pub2=$(jexec wgtest2 wg show $wg2 public-key) [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mount/ |
H A D | umount_unlinked_drain.ksh | 1 #!/bin/ksh -p 22 # Test async unlinked drain to ensure mounting is not held up when there are 23 # entries in the unlinked set. We also try to test that the list is able to be 24 # filled up and drained at the same time. 27 # 1. Use zfs_unlink_suspend_progress tunable to disable freeing to build up 28 # the unlinked set 29 # 2. Make sure mount happens even when there are entries in the unlinked set 30 # 3. Drain and build up the unlinked list at the same time to test for races 38 rm -f $TESTDIR.$fs/file-* [all...] |
/freebsd/lib/libsys/ |
H A D | _umtx_op.2 | 49 .St -p1003.1-2001 57 All objects require ABI-mandated alignment, but this is not currently 61 .Bl -tag -width indent 63 Allow selection of the process-shared sleep queue for the thread sleep 66 The process-shared or process-private sleep queue is selected based on 70 Otherwise, if the flag is not specified, the process-private sleep queue 77 .Bl -hang -offset indent 79 .Bd -literal 93 The highest bit set indicates that there is contention on the lock. 95 .Bl -tag -width indent [all …]
|
/freebsd/share/man/man4/ |
H A D | screen.4 | 13 - 43 then enter a decimal number from 0-255 via the numerical keypad, then 50 pressing the scroll-lock key. 52 arrows for scrolling up and down through the last scrolled out lines. 58 .Bd -literal 62 -- E7 Save cursor position sc 64 -- E8 Restore saved cursor position rc 66 -- Ec Reset rs 68 -- EM move cursor up 1 line, -- 71 CUU E[nA move cursor up n lines up/UP (ku) [all …]
|
H A D | lagg.4 | 27 .Bd -ragged -offset indent 34 .Bd -literal -offset indent 42 interface for the purpose of providing fault-tolerance and high-speed links. 66 .Ic laggport Ar child-iface 68 .Ic -laggport Ar child-iface 84 .Bl -ta [all...] |
/freebsd/share/examples/ppp/ |
H A D | ppp.conf.span-isp.working | 2 # This is a working example of ppp.conf.span-isp that uses ppp connections 3 # to the same machine through 3 null-modem serial cables. 5 # cuaD03 <-> cuaD04 6 # cuaD01 <-> cuaD06 7 # cuaD00 <-> cuaD07 15 # exec /usr/sbin/pppin -direct isp-in-${tty#${tty%?}} 17 # The whole thing is brought up with these commands: 19 # ppp -b isp1 20 # ppp -b isp2 21 # ppp -b isp3 [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_wwvb.c | 2 * refclock_wwvb - clock driver for Spectracom WWVB and GPS receivers 36 * The WWVB and GPS clocks should be configured for 24-hour display, 53 * on-time = first <cr> 65 * on-time = <cr> 78 * character in the set 'A'...'D' when the time error is less than 10, 80 * but is set to 'L' early in the month of an upcoming UTC leap second 82 * set to 'S' for standard time 'I' on the day preceding a switch to 87 * This driver does not need to be told which format is in use - it 95 * been set by this or another driver and the PPS signal offset is 106 * configuration command is set t 183 register struct wwvbunit *up; wwvb_start() local 233 struct wwvbunit * up; wwvb_shutdown() local 252 struct wwvbunit *up; wwvb_receive() local 455 register struct wwvbunit *up; wwvb_timer() local 502 register struct wwvbunit *up; wwvb_poll() local 565 register struct wwvbunit *up; wwvb_control() local [all...] |
/freebsd/contrib/tcsh/ |
H A D | FAQ | 10 Why is the meta key broken in tcsh-5.20 and up? 12 On some machines the tty is not set up to pass 8 bit characters by 13 default. Tcsh 5.19 used to try to determine if pass8 should be set by 17 parity and your terminal has a meta key. Then tcsh 5.19 would set 18 wrongly set pass8. 29 stty -parity -evenp -oddp cs8 -istrip (rs6000) 30 stty -parenb -istrip cs8 36 I ran dbxtool & and shelltool & from tcsh, and they end up in cbreak and no 41 tty setups, but tcsh sets up the tty in cbreak and -echo modes, so that 58 You don't need csh sources to compile tcsh-6.0x. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | sprd,pinctrl.txt | 16 of them, so we can not make every Spreadtrum-special configuration 19 set these various global control configuration, and we need use 35 - input-enable 36 - input-disable 37 - output-high 38 - output-lo [all...] |
H A D | mediatek,mt8186-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/mediatek,mt8186-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sean Wang <sean.wang@mediatek.com> 17 const: mediatek,mt8186-pinctrl 19 gpio-controller: true 21 '#gpio-cells': 28 gpio-ranges: 31 gpio-line-names: true [all …]
|
H A D | pinctrl-mt8186.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/pinctrl-mt8186.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sean Wang <sean.wang@mediatek.com> 17 const: mediatek,mt8186-pinctrl 19 gpio-controller: true 21 '#gpio-cells': 28 gpio-ranges: 31 gpio-line-names: true [all …]
|
H A D | mediatek,mt8195-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/mediatek,mt8195-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sean Wang <sean.wang@mediatek.com> 17 const: mediatek,mt8195-pinctrl 19 gpio-controller: true 21 '#gpio-cells': 28 gpio-ranges: 32 gpio-line-names: true [all …]
|
H A D | pinctrl-mt8195.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/pinctrl-mt8195.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sean Wang <sean.wang@mediatek.com> 17 const: mediatek,mt8195-pinctrl 19 gpio-controller: true 21 '#gpio-cells': 28 gpio-ranges: 32 gpio-line-names: true [all …]
|
/freebsd/contrib/bmake/ |
H A D | ChangeLog | 1 2025-01-25 Simon J Gerraty <sjg@beast.crufty.net> 4 Merge with NetBSD make, sync up below change. 6 * unit-tests/Makefile: remove $TMPDIR via .END 7 to avoid failure in test on NFS - since the temp file for the 11 2025-01-20 Simon J Gerraty <sjg@beast.crufty.net> 14 Merge with NetBSD make, pick up 18 2025-01-16 Simon J Gerraty <sjg@beast.crufty.net> 21 Merge with NetBSD make, pick up 25 2025-01-11 Simon J Gerraty <sjg@beast.crufty.net> 28 Merge with NetBSD make, pick up [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | apm-xgene-phy.txt | 1 * APM X-Gene 15Gbps Multi-purpose PHY nodes 3 PHY nodes are defined to describe on-chip 15Gbps Multi-purpose PHY. Each 7 - compatible : Shall be "apm,xgene-phy". 8 - reg : PHY memory resource is the SDS PHY access resource. 9 - #phy-cells : Shall be 1 as it expects one argument for setting 14 - status : Shall be "ok" if enabled or "disabled" if disabled. 16 - clocks : Reference to the clock entry. 17 - apm,tx-eye-tuning : Manual control to fine tune the capture of the serial 19 Two set of 3-tuple setting for each (up to 3) 22 - apm,tx-eye-direction : Eye tuning manual control direction. 0 means sample [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | deptgt-posix.mk | 1 # $NetBSD: deptgt-posix.mk,v 1.4 2022/05/07 21:24:52 rillig Exp $ 5 # As of 2022-04-18, when parsing the dependency line '.POSIX', the variable 7 # that, POSIX support is still incomplete, the exact set of supported features 8 # needs to be cross-checked with the POSIX specification. 11 # option '-r' was given. This means that an implementation of <posix.mk> must 15 # directory to prevent unit-tests/posix.mk from interfering with the posix.mk 24 TESTTMP= ${TMPDIR:U/tmp}/make.test.deptgt-posix 32 set-up-sysdir: .USEBEFORE 33 mkdir -p ${SYSDIR} 35 'CC=sys-cc' \ [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LLJIT.h | 1 //===----- LLJIT.h -- An ORC-based JIT for compiling LLVM IR ----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // An ORC-based JIT for compiling LLVM IR. 11 //===----------------------------------------------------------------------===// 35 /// A pre-fabricated ORC JIT stack that can serve as an alternative to MCJIT. 58 /// Destruct this instance. If a multi-threaded instance, waits for all 74 /// Returns the ProcessSymbols JITDylib, which by default reflects non-JIT'd 91 return ES->getJITDylibByName(Name); in getJITDylibByName() 155 /// Look up a symbol in JITDylib JD by the symbol's linker-mangled name (to [all …]
|
/freebsd/share/termcap/ |
H A D | termcap.5 | 31 .\" * ncurses is copyright (C) 1992-1995 * 32 .\" * Zeyd M. Ben-Halim * 69 by giving a set of capabilities that they have and by describing 77 consist of a number of `:'-separated fields. 89 The particular piece of hardware making up the terminal 98 in 132-column mode would be 99 .Dq vt100-w . 101 .Bl -column indent "With automatic margins (usually default)xx" -offset indent 103 -w Wide mode (more than 80 columns) vt100-w 104 -am With automatic margins (usually default) vt100-am [all …]
|