/freebsd/usr.bin/renice/ |
H A D | renice.8 | 60 .Bl -tag -width indent 79 Users other than the super-user may only alter the priority of 82 within the range 0 to 86 The super-user 90 (\-20) 96 0 (the ``base'' scheduling priority), 99 .Bl -tag -width /etc/passwd -compact 104 Change the priority of process ID's 987 and 32, and 107 .Dl "renice +1 987 -u daemon root -p 32" 117 .St -p1003.1-2001 . [all …]
|
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_commands.csv | 1 expected,description, -section,val, -cmd,val,val2, -cacertsout,val,val2, -infotype,val,, -oldcert,v… 4 1,minimum options, -section,, -cmd,ir,,BLANK,,,BLANK,,,BLANK,,BLANK, 6 0,no cmd, -section,,BLANK,,,BLANK,,,BLANK,,,BLANK,,BLANK, 7 0,cmd missing arg, -section,, -cmd,,,BLANK,,,BLANK,,,BLANK,,BLANK, 8 0,cmd undefined , -section,, -cmd,abc,,BLANK,,,BLANK,,,BLANK,,BLANK, 9 0,cmd incomplete, -section,, -cmd,i,,BLANK,,,BLANK,,,BLANK,,BLANK, 11 1,no cacertsout, -section,, -cmd,ir,,BLANK,,,BLANK,,,BLANK,,BLANK, 12 1,cacertsout given, -section,, -cmd,ir,, -cacertsout,_RESULT_DIR/test.cacerts.pem,,BLANK,,,BLANK,,B… 13 0,cacertsout missing arg, -section,, -cmd,ir,, -cacertsout,,,BLANK,,,BLANK,,BLANK, 15 1, --- get certificate for revocation ----, -section,, -cmd,cr,,BLANK,,,BLANK,,,BLANK,,BLANK, [all …]
|
/freebsd/contrib/bc/tests/dc/ |
H A D | misc1_results.txt | 1 0 4 987 11 0 13 0 16 0 17 -380 21 0
|
H A D | stdin.txt | 1 0si[lid:rli1+sili10>x]dsxxli1-si[li;rpRli1-sili0!>x]dsxxli1+si[li;rpRli1+sili10>x]dsxx0sx0si 4 0 991 987+p
|
/freebsd/contrib/kyua/utils/sqlite/ |
H A D | statement_test.cpp | 38 #include <atf-c++.hpp> 65 for (int i = 0; i < 5; i++) in ATF_TEST_CASE_BODY() 127 ATF_REQUIRE_EQ("first", stmt.column_name(0)); in ATF_TEST_CASE_BODY() 141 ATF_REQUIRE_EQ("first", stmt.column_name(0)); in ATF_TEST_CASE_BODY() 160 ATF_REQUIRE(sqlite::type_blob == stmt.column_type(0)); in ATF_TEST_CASE_BODY() 166 for (int i = 0; i < stmt.column_count(); i++) in ATF_TEST_CASE_BODY() 180 ATF_REQUIRE(sqlite::type_integer == stmt.column_type(0)); in ATF_TEST_CASE_BODY() 196 ATF_REQUIRE_EQ(0, stmt.column_id("bar")); in ATF_TEST_CASE_BODY() 198 ATF_REQUIRE_EQ(0, stmt.column_id("bar")); in ATF_TEST_CASE_BODY() 213 ATF_REQUIRE_EQ(0, stmt.column_id("bar")); in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun5i-a13-olinuxino.dts | 4 * Maxime Ripard <maxime.ripard@free-electrons.com> 6 * This file is dual-licensed: you can use it either under the terms 45 /dts-v1/; 46 #include "sun5i-a13.dtsi" 47 #include "sunxi-common-regulators.dtsi" 49 #include <dt-bindings/gpio/gpio.h> 50 #include <dt-bindings/input/input.h> 53 model = "Olimex A13-Olinuxino"; 54 compatible = "olimex,a13-olinuxino", "allwinner,sun5i-a13"; 61 stdout-path = "serial0:115200n8"; [all …]
|
H A D | sun5i-a10s-olinuxino-micro.dts | 4 * Maxime Ripard <maxime.ripard@free-electrons.com> 6 * This file is dual-licensed: you can use it either under the terms 45 /dts-v1/; 46 #include "sun5i-a10s.dtsi" 47 #include "sunxi-common-regulators.dtsi" 49 #include <dt-bindings/gpio/gpio.h> 50 #include <dt-bindings/input/input.h> 53 model = "Olimex A10s-Olinuxino Micro"; 54 compatible = "olimex,a10s-olinuxino-micro", "allwinner,sun5i-a10s"; 63 stdout-path = "serial0:115200n8"; [all …]
|
H A D | sun7i-a20-olinuxino-micro.dts | 4 * Maxime Ripard <maxime.ripard@free-electrons.com> 6 * This file is dual-licensed: you can use it either under the terms 45 /dts-v1/; 46 #include "sun7i-a20.dtsi" 47 #include "sunxi-common-regulators.dtsi" 49 #include <dt-bindings/gpio/gpio.h> 50 #include <dt-bindings/input/input.h> 51 #include <dt-bindings/interrupt-controller/irq.h> 54 model = "Olimex A20-Olinuxino Micro"; 55 compatible = "olimex,a20-olinuxino-micro", "allwinner,sun7i-a20"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | arm,gic.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/arm,gic.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Marc Zyngier <marc.zyngier@arm.com> 22 - $ref: /schemas/interrupt-controller.yaml# 27 - items: 28 - enum: 29 - arm,arm11mp-gic 30 - arm,cortex-a15-gic [all …]
|
H A D | arm,gic-v3.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/arm,gic-v3.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Marc Zyngier <maz@kernel.org> 15 Software Generated Interrupts (SGI), and Locality-specific Peripheral 19 - $ref: /schemas/interrupt-controller.yaml# 24 - items: 25 - enum: 26 - qcom,msm8996-gic-v3 [all …]
|
/freebsd/contrib/kyua/store/ |
H A D | read_transaction_test.cpp | 34 #include <atf-c++.hpp> 111 fs::path("test-bad-name.db")); in ATF_TEST_CASE_BODY() 124 fs::path("test-bad-name.db")); in ATF_TEST_CASE_BODY() 132 fs::path("test-bad-value.db")); in ATF_TEST_CASE_BODY() 145 fs::path("test-bad-value.db")); in ATF_TEST_CASE_BODY() 188 2012, 01, 30, 22, 10, 00, 0); in ATF_TEST_CASE_BODY() 192 2012, 01, 30, 22, 15, 40, 987); in ATF_TEST_CASE_BODY() 194 2012, 01, 30, 22, 16, 0, 0); in ATF_TEST_CASE_BODY()
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-tyan-s8036.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 2 /dts-v1/; 4 #include "aspeed-g5.dtsi" 5 #include <dt-bindings/gpio/aspeed-gpio.h> 6 #include <dt-bindings/interrupt-controller/irq.h> 10 compatible = "tyan,s8036-bmc", "aspeed,ast2500"; 13 stdout-path = &uart5; 19 reg = <0x80000000 0x20000000>; 22 reserved-memory { 23 #address-cells = <1>; [all …]
|
H A D | aspeed-bmc-tyan-s7106.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 2 /dts-v1/; 4 #include "aspeed-g5.dtsi" 5 #include <dt-bindings/gpio/aspeed-gpio.h> 6 #include <dt-bindings/interrupt-controller/irq.h> 10 compatible = "tyan,s7106-bmc", "aspeed,ast2500"; 13 stdout-path = &uart5; 19 reg = <0x80000000 0x20000000>; 22 reserved-memory { 23 #address-cells = <1>; [all …]
|
/freebsd/lib/msun/tests/ |
H A D | csqrt_test.c | 1 /*- 38 #include "test-utils.h" 64 * Compare d1 and d2 using special rules: NaN == NaN and +0 != -0. 81 0, 8, 2, 2, in test_finite() 82 0, -8, 2, -2, in test_finite() 83 4, 0, 2, 0, in test_finite() 84 -4, 0, 0, 2, in test_finite() 86 3, -4, 2, -1, in test_finite() 87 -3, 4, 1, 2, in test_finite() 88 -3, -4, 1, -2, in test_finite() [all …]
|
/freebsd/contrib/lutok/ |
H A D | state_test.cpp | 36 #include <atf-c++.hpp> 72 const bool ok = (lua_pcall(raw(state), 0, 1, 0) == 0 && in is_available() 73 !lua_isnil(raw(state), -1)); in is_available() 102 /// \post stack(-2) contains the first upvalue. 103 /// \post stack(-1) contains the second upvalue. 122 /// \pre stack(-1) contains the second factor. 123 /// \post stack(-1) contains the product of the two input factors. 132 const int f2 = lua_tointeger(raw(state), -1); in cxx_multiply_closure() 140 /// \pre stack(-2) contains the dividend. 141 /// \pre stack(-1) contains the divisor. [all …]
|
/freebsd/contrib/kyua/cli/ |
H A D | main_test.cpp | 37 #include <atf-c++.hpp> 74 cli::cli_command("mock_error", "", 0, 0, "Mock command that crashes") in cmd_mock_crash() 107 cli::cli_command("mock_error", "", 0, 0, in cmd_mock_error() 139 "mock_write", "", 0, 0, "Mock command that prints output") in cmd_mock_write() 153 ui->out("stdout message from subcommand"); in run() 154 ui->err("stderr message from subcommand"); in run() 166 datetime::set_mock_now(2011, 2, 21, 21, 10, 30, 0); in ATF_TEST_CASE_BODY() 172 fs::path("/home/fake/.kyua/logs/progname1.20110221-211030.log"), in ATF_TEST_CASE_BODY() 180 datetime::set_mock_now(2011, 2, 21, 21, 10, 50, 987); in ATF_TEST_CASE_BODY() 185 ATF_REQUIRE_EQ(fs::path("/a/b/c/progname2.20110221-211050.log"), in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | generichash.c | 310 …"0aa007c4dd9d5832393040a1583c930bca7dc5e77ea53add7e2b3f7c8e231368043520d4a3ef53c969b6bbfd025946f63… 350 …"987fd6e0d6857c553eaebb3d34970a2c2f6e89a3548f492521722b80a1c21a153892346d2cba6444212d56da9a26e324d… 440 …"0e6fd97a85e904f87bfe85bbeb34f69e1f18105cf4ed4f87aec36c6e8b5f68bd2a6f3dc8a9ecb2b61db4eedb6b2ea10bf… 560 …"0f746a48749287ada77a82961f05a4da4abdb7d77b1220f836d09ec814359c0ec0239b8c7b9ff9e02f569d1b301ef67c4… 805 …"0a386e7cd5dd9b77a035e09fe6fee2c8ce61b5383c87ea43205059c5e4cd4f4408319bb0a82360f6a58e6c9ce3f487c44… 1045 …"0e79968226650667a8d862ea8da4891af56a4e3a8b6d1750e394f0dea76d640d85077bcec2cc86886e506751b4f6a5838… 1230 …"0cf8545488d56a86817cd7ecb10f7116b7ea530a45b6ea497b6c72c997e09e3d0da8698f46bb006fc977c2cd3d1177463… 1301 size_t i = 0U; in tv() 1323 if (memcmp(out, expected_out, crypto_generichash_BYTES_MAX) != 0) { in tv() 1327 } while (++i < (sizeof tests) / (sizeof tests[0])); in tv() [all …]
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/mailbox/ |
H A D | mediatek,mt8188-gce.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause */ 9 #define CMDQ_THR_PRIO_LOWEST 0 18 #define SUBSYS_1400XXXX 0 46 #define CMDQ_EVENT_IMG_SOF 0 819 #define CMDQ_EVENT_TPR_25 987
|
/freebsd/usr.bin/mt/ |
H A D | mt.1 | 66 .Bl -tag -width ".Cm erase" 70 end-of-file (EOF) marks at the current position. 75 end-of-file (EOF) marks at the current position. 109 of 0, it will erase the tape using a quick method. 116 .Bl -tag -width ".Cm geteotmodel" 128 by the number of end-of-file marks. 138 Re-tension the tape. 183 .Bl -tag -width ".Cm seteotmodel" 201 except 0 commands the drive to use variable-length blocks. 226 will be numbers other than -1, and there may be Flags reported as well. [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/ |
H A D | tst.steps.d.out | 4 value ------------- Distribution ------------- count 5 < 1 | 0 34 150 | 0 39 value ------------- Distribution ------------- count 40 9 | 0 42 11 | 0 43 12 | 0 44 13 | 0 45 14 | 0 46 15 | 0 [all …]
|
/freebsd/share/examples/ipfilter/ |
H A D | ipf-howto.txt | 44 make this document a waste of your time. For greater under- 45 standing of firewalls, the authors recommend reading Build- 46 ing Internet Firewalls, Chapman & Zwicky, O'Reilly and Asso- 47 ciates; and TCP/IP Illustrated, Volume 1, Stevens, Addison- 57 any damages incurred due to actions taken based on this doc- 59 a firewall based on IP-Filter. If you do not feel 69 -2- 73 should stop reading this document and hire a qualified secu- 79 Unless otherwise stated, HOWTO documents are copy- 104 <http://coombs.anu.edu.au/~avalon/ip-filter.html> [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/ |
H A D | hip06.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 compatible = "hisilicon,hip06-d03"; 12 interrupt-parent = <&gic>; 13 #address-cells = <2>; 14 #size-cells = <2>; 17 compatible = "arm,psci-0.2"; 22 #address-cells = <1>; 23 #size-cells = <0>; 25 cpu-map { [all …]
|
/freebsd/sys/arm/arm/ |
H A D | gic.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 91 #define GICC_CTLR 0x0000 /* v1 ICCICR */ 92 #define GICC_PMR 0x0004 /* v1 ICCPMR */ 93 #define GICC_BPR 0x0008 /* v1 ICCBPR */ 94 #define GICC_IAR 0x000C /* v1 ICCIAR */ 95 #define GICC_EOIR 0x0010 /* v1 ICCEOIR */ 96 #define GICC_RPR 0x0014 /* v1 ICCRPR */ 97 #define GICC_HPPIR 0x0018 /* v1 ICCHPIR */ 98 #define GICC_ABPR 0x001C /* v1 ICCABPR */ [all …]
|
/freebsd/sys/kern/ |
H A D | subr_blist.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 30 * BLIST.C - Bitmap allocator/deallocator, using a radix tree with hinting 61 * The non-blocking nature of allocations and frees is required by swap 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. 82 * This code can be compiled stand-alone for debugging. 151 #define BLIST_MASK (BLIST_RADIX - 1) 158 * or, equivalently, (m**(h+1)-1)/(m-1). This quantity is called 'skip' 161 * skip = (m * m**h) / (m - 1) [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_keyword.h | 4 * NOTE: edit this file with caution, it is generated by keyword-gen.c 5 * Generated 2023-09-25 05:34:02 UTC diff_ignore_line 14 /* 0 258 T_Abbrev */ "abbrev", 86 /* 72 330 T_Ipv4_flag */ "-4", 88 /* 74 332 T_Ipv6_flag */ "-6", 232 /*SS_T( ch, f-by, match, other ), */ 233 0, /* 0 */ 234 S_ST( '-', [all...] |