/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | ti,pcm6240.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 # Copyright (C) 2022 - 2024 Texas Instruments Incorporated 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Shenghao Ding <shenghao-ding@ti.com> 24 https://www.ti.com/lit/gpn/pcm3120-q1 25 https://www.ti.com/lit/gpn/pcm3140-q1 26 https://www.ti.com/lit/gpn/pcm5120-q1 27 https://www.ti.com/lit/gpn/pcm6120-q1 28 https://www.ti.com/lit/gpn/pcm6260-q1 [all …]
|
/freebsd/contrib/kyua/store/ |
H A D | dbtypes_test.cpp | 31 #include <atf-c++.hpp> 62 sqlite::database db = sqlite::database::in_memory(); in do_ok_test() local 63 db.exec("CREATE TABLE test (column DONTCARE)"); in do_ok_test() 65 sqlite::statement insert = db.create_statement("INSERT INTO test " in do_ok_test() 70 sqlite::statement query = db.create_statement("SELECT * FROM test"); in do_ok_test() 88 sqlite::database db = sqlite::database::in_memory(); in do_invalid_test() local 89 db.exec("CREATE TABLE test (column DONTCARE)"); in do_invalid_test() 91 sqlite::statement insert = db.create_statement("INSERT INTO test " in do_invalid_test() 96 sqlite::statement query = db.create_statement("SELECT * FROM test"); in do_invalid_test() 118 do_invalid_test(123, store::column_bool, "not a string"); in ATF_TEST_CASE_BODY() [all …]
|
H A D | write_transaction_test.cpp | 35 #include <atf-c++.hpp> 76 fs::path("test.db")); in do_put_result_ok_test() 113 fs::path("test.db")); in ATF_TEST_CASE_BODY() 131 fs::path("test.db")); in ATF_TEST_CASE_BODY() 143 // If the code attempts to maintain any state regarding the already-put in ATF_TEST_CASE_BODY() 161 fs::path("test.db")); in ATF_TEST_CASE_BODY() 185 "the-suite", md, model::test_cases_map()); in ATF_TEST_CASE_BODY() 188 fs::path("test.db")); in ATF_TEST_CASE_BODY() 205 ATF_REQUIRE_EQ("the-suite", stmt.safe_column_text("test_suite_name")); in ATF_TEST_CASE_BODY() 220 "plain", fs::path("the/binary"), fs::path("/some/root"), "the-suite") in ATF_TEST_CASE_BODY() [all …]
|
H A D | write_backend_test.cpp | 31 #include <atf-c++.hpp> 57 sqlite::database db = sqlite::database::in_memory(); in ATF_TEST_CASE_BODY() local 59 const store::metadata md = store::detail::initialize(db); in ATF_TEST_CASE_BODY() 67 db.exec("SELECT * FROM metadata"); in ATF_TEST_CASE_BODY() 70 sqlite::statement stmt = db.create_statement( in ATF_TEST_CASE_BODY() 81 utils::setenv("KYUA_STOREDIR", "/non-existent"); in ATF_TEST_CASE_BODY() 84 sqlite::database db = sqlite::database::in_memory(); in ATF_TEST_CASE_BODY() local 86 "Cannot read.*'/non-existent/schema_v712.sql'", in ATF_TEST_CASE_BODY() 87 store::detail::initialize(db)); in ATF_TEST_CASE_BODY() 99 sqlite::database db = sqlite::database::in_memory(); in ATF_TEST_CASE_BODY() local [all …]
|
/freebsd/contrib/kyua/utils/sqlite/ |
H A D | statement_test.cpp | 38 #include <atf-c++.hpp> 49 sqlite::database db = sqlite::database::in_memory(); in ATF_TEST_CASE_BODY() local 50 sqlite::statement stmt = db.create_statement( in ATF_TEST_CASE_BODY() 52 ATF_REQUIRE_THROW(sqlite::error, db.exec("SELECT * FROM foo")); in ATF_TEST_CASE_BODY() 54 db.exec("SELECT * FROM foo"); in ATF_TEST_CASE_BODY() 61 sqlite::database db = sqlite::database::in_memory(); in ATF_TEST_CASE_BODY() local 62 create_test_table(raw(db)); in ATF_TEST_CASE_BODY() 63 sqlite::statement stmt = db.create_statement( in ATF_TEST_CASE_BODY() 74 sqlite::database db = sqlite::database::in_memory(); in ATF_TEST_CASE_BODY() local 75 sqlite::statement stmt = db.create_statement( in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/contrib/nvi/ex/ |
H A D | ex_display.c | 1 /*- 27 static void db(SCR *, CB *, const char *); 30 * ex_display -- :display b[uffers] | c[onnections] | s[creens] | t[ags] 41 arg = cmdp->argv[0]; in ex_display() 43 switch (arg->bp[0]) { in ex_display() 61 ex_emsg(sp, cmdp->cmd->usage, EXM_USAGE); in ex_display() 66 * is_prefix -- 73 return arg->len <= STRLEN(str) && !MEMCMP(arg->bp, str, arg->len); in is_prefix() 77 * bdisplay -- 86 if (SLIST_EMPTY(sp->gp->cutq) && sp->gp->dcbp == NULL) { in bdisplay() [all …]
|
/freebsd/etc/ |
H A D | master.passwd | 2 toor:*:0:0::0:0:Bourne-again Superuser:/root: 8 games:*:7:13::0:0:Games pseudo-user:/:/usr/sbin/nologin 16 proxy:*:62:62::0:0:Packet Filter pseudo-user:/nonexistent:/usr/sbin/nologin 19 uucp:*:66:66::0:0:UUCP pseudo-user:/var/spool/uucppublic:/usr/local/libexec/uucp/uucico 23 ntpd:*:123:123::0:0:NTP Daemon:/var/db/ntp:/usr/sbin/nologin
|
/freebsd/sys/contrib/device-tree/Bindings/pci/ |
H A D | fsl,imx6q-pcie.txt | 4 and thus inherits all the common properties defined in designware-pcie.txt. 7 - compatible: 8 - "fsl,imx6q-pcie" 9 - "fsl,imx6sx-pcie", 10 - "fsl,imx6qp-pcie" 11 - "fsl,imx7d-pcie" 12 - "fsl,imx8mq-pcie" 13 - reg: base address and length of the PCIe controller 14 - interrupts: A list of interrupt outputs of the controller. Must contain an 15 entry for each entry in the interrupt-names property. [all …]
|
/freebsd/contrib/kyua/drivers/ |
H A D | report_junit_test.cpp | 34 #include <atf-c++.hpp> 152 atf::utils::create_file("fake-out", F("stdout file %s") % j); in add_tests() 153 tx.put_test_case_file("__STDOUT__", fs::path("fake-out"), tc_id); in add_tests() 154 atf::utils::create_file("fake-err", F("stderr file %s") % j); in add_tests() 155 tx.put_test_case_file("__STDERR__", fs::path("fake-err"), tc_id); in add_tests() 213 .set_required_memory(units::bytes(123)) in ATF_TEST_CASE_BODY() 231 + "required_memory = 123\n" in ATF_TEST_CASE_BODY() 245 "Start time: 2015-06-12T01:02:35.123456Z\n" in ATF_TEST_CASE_BODY() 246 "End time: 2016-07-13T18:47:10.000001Z\n" in ATF_TEST_CASE_BODY() 262 fs::path("test.db")); in ATF_TEST_CASE_BODY() [all …]
|
/freebsd/usr.bin/finger/ |
H A D | util.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 39 #include <db.h> 63 if (!strcasecmp(pw->pw_name, user)) in match() 70 (void)strncpy(p = tbuf, pw->pw_gecos, sizeof(tbuf)); in match() 71 tbuf[sizeof(tbuf) - 1] = '\0'; in match() 79 for (t = name; t < &name[sizeof(name) - 1] && (*t = *p) != '\0'; ++p) { in match() 81 (void)strncpy(t, pw->pw_name, in match() 82 sizeof(name) - (t - name)); in match() 83 name[sizeof(name) - 1] = '\0'; in match() [all …]
|
/freebsd/contrib/ntp/sntp/ |
H A D | sntp-opts.def | 1 /* -*- Mode: Text -*- */ 5 #include autogen-version.def 8 prog-name = "sntp"; 9 prog-title = "reference Simple Network Time Protocol client"; 10 argument = '[ hostname-or-IP ...]'; 14 long-opts; 16 config-header = "config.h"; 25 flags-cant = ipv6; 27 doc = <<- _EndOfDoc_ 36 flags-cant = ipv4; [all …]
|
H A D | sntp.1sntpmdoc | 4 .\" EDIT THIS FILE WITH CAUTION (sntp-opts.mdoc) 6 .\" It has been AutoGen-ed May 25, 2024 at 12:02:26 AM by AutoGen 5.18.16 7 .\" From the definitions sntp-opts.def 8 .\" and the template file agmdoc-cmd.tpl 17 .Op Fl \-option\-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc 18 [ hostname\-or\-IP ...] 32 .Ic "'1996\-10\-1 [all...] |
H A D | sntp.mdoc.in | 4 .\" EDIT THIS FILE WITH CAUTION (sntp-opts.mdoc) 6 .\" It has been AutoGen-ed May 25, 2024 at 12:02:26 AM by AutoGen 5.18.16 7 .\" From the definitions sntp-opts.def 8 .\" and the template file agmdoc-cmd.tpl 17 .Op Fl \-option\-name Ns Oo Oo Ns "=| " Oc Ns Ar value Oc 18 [ hostname\-or\-IP ...] 32 .Ic "'1996\-10\-1 [all...] |
H A D | sntp.1sntpman | 2 . it 1 an-trap 6 .ds B-Font [CB] 7 .ds I-Font [CI] 8 .ds R-Font [CR] 10 .ds B-Font B 11 .ds I-Font I 12 .ds R-Font R 15 .\" EDIT THIS FILE WITH CAUTION (in-mem file) 17 .\" It has been AutoGen-ed May 25, 2024 at 12:02:30 AM by AutoGen 5.18.16 18 .\" From the definitions sntp-opt [all...] |
H A D | sntp.man.in | 2 . it 1 an-trap 6 .ds B-Font [CB] 7 .ds I-Font [CI] 8 .ds R-Font [CR] 10 .ds B-Font B 11 .ds I-Font I 12 .ds R-Font R 15 .\" EDIT THIS FILE WITH CAUTION (in-mem file) 17 .\" It has been AutoGen-ed May 25, 2024 at 12:02:30 AM by AutoGen 5.18.16 18 .\" From the definitions sntp-opt [all...] |
/freebsd/contrib/ntp/html/ |
H A D | sntp.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 5 <title>sntp - Simple Network Time Protocol (SNTP) Client</title> 6 <!-- Changed by: Harlan &, 07-Dec-2014 --> 10 <h3><tt>sntp</tt> - Simple Network Time Protocol (SNTP) Client</h3> 14 <!-- #BeginDate format:En2m -->1-Apr-2015 11:05<!-- #EndDate --> 19 …--help -?}][{-4 -6}][-a <i>keynum</i>][-b <i>bcaddress</i>][-B <i>bctimeout</i>][-c][-d][-D <i>deb… 21 …plements the SNTP client protocol defined in RFC 5905, including the full on-wire protocol but doe… 23 <p><tt>2011-08-04 00:40:36.642222 (+0000) +0.006611 +/- 0.041061 psp-os1 149.20.68.26 s3 no-leap</… 24 <p>where the <tt>+0.006611 +/- 0.041061</tt> indicates the time offset and error bound of the syste… [all …]
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | debugfs_htt_stats.h | 1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */ 3 * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved. 114 HTT_STATS_PHY_RESET_COUNTERS_TAG = 123, 253 * The histogram bins are 0-29, 30-59, 60-89 and so on. The are 465 /* element 0,1, ...7 -> NSS 1,2, ...8 */ 473 * (400us, 800us, 1600us & 3200us) in each mcs (0-11) 497 u32 rssi_mgmt; /* units = dB above noise floor */ 498 u32 rssi_data; /* units = dB above noise floor */ 499 u32 rssi_comb; /* units = dB above noise floor */ 501 /* element 0,1, ...7 -> NSS 1,2, ...8 */ [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 1 //===- X86RecognizableInstr.h - Disassembler instruction spec ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 //===----------------------------------------------------------------------===// 57 MAP(DB, 91) \ 89 MAP(FB, 123) \ 239 /// RecognizableInstr - Encapsulates all information required to decode a single 254 /// They are not one-to-one with operands listed in the MCInst; for example, 264 /// insnContext - Returns the primary context in which the instruction is 267 /// @return - The context in which the instruction is valid. [all …]
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 20 ** The content in this amalgamation comes from Fossil check-in 51 ** NO_TEST - The branches on this line are not 56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false 60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true 64 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 69 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 144 ** 2015-03-02 182 ** large file support, or if the OS is windows, these should be no-ops. 188 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch [all …]
|
H A D | shell.c | 5 ** "shell.c" file used to implement the SQLite command-line shell. 13 ** source file to help make the command-line program easier to compile. 41 ** Optionally #include a user-defined header, whereby compilation options 64 ** the browser-mode build has much different user input requirements 98 ** Enable large-file support for fopen() and friends on unix. 233 /* Windows CE (arm-wince-mingw32ce-gcc) does not provide isatty() 235 * overridden with the -batch command line option. 281 ** by the SQLite project command-line tools. These interfaces are used 284 ** "single-source" forms or separate compilation then linking. 324 ** Returns the bit-wise OR of SAC_{In,Out,Err}Console values, [all …]
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | z_Windows_NT-586_asm.asm | 1 ; z_Windows_NT-586_asm.asm: - microtasking routines specifically 2 ; written for IA-32 architecture and Intel(R) 64 running Windows* OS 5 ;//===----------------------------------------------------------------------===// 9 ;// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 11 ;//===----------------------------------------------------------------------===// 14 TITLE z_Windows_NT-586_asm.asm 16 ; ============================= IA-32 architecture ========================== 43 ;------------------------------------------------------------------------ 55 db 0f3H 56 db 090H ;; pause [all …]
|
/freebsd/contrib/tcsh/ |
H A D | sh.char.c | 4 /*- 70 /* 44 , 45 - 46 . 47 / */ 127 /* 120 x 121 y 122 z 123 { */ 135 /* 128 - 255 The below is supposedly ISO 8859/1 */ 271 /* 44 , 45 - 46 . 47 / */ 328 /* 120 x 121 y 122 z 123 { */ 335 /* 128 - 255 The below is supposedly ISO 8859/1 */ 434 /* multi-byte table */ 470 /* 44 , 45 - 46 . 47 / */ 527 /* 120 x 121 y 122 z 123 { */ [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-sdx55.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 9 #include <dt-bindings/clock/qcom,gcc-sdx55.h> 10 #include <dt-bindings/clock/qcom,rpmh.h> 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/interconnect/qcom,sdx55.h> 13 #include <dt-bindings/interrupt-controller/arm-gic.h> 14 #include <dt-bindings/power/qcom-rpmpd.h> 15 #include <dt-bindings/soc/qcom,rpmh-rsc.h> 18 #address-cells = <1>; 19 #size-cells = <1>; [all …]
|
H A D | qcom-apq8084.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/clock/qcom,gcc-apq8084.h> 6 #include <dt-bindings/gpio/gpio.h> 9 #address-cells = <1>; 10 #size-cells = <1>; 13 interrupt-parent = <&intc>; 15 reserved-memory { 16 #address-cells = <1>; [all …]
|
/freebsd/usr.sbin/freebsd-update/ |
H A D | freebsd-update.sh | 3 #- 4 # SPDX-License-Identifier: BSD-2-Clause 6 # Copyright 2004-2007 Colin Percival 30 #### Usage function -- called from command-line handling code. 33 # --debug -- don't filter output from utilities 34 # --no-stats -- don't show progress statistics while fetching files 40 -b basedir -- Operate on a system mounted at basedir 42 -d workdir -- Store working files in workdir 43 (default: /var/db/freebsd-update/) 44 -f conffile -- Read configuration options from conffile [all …]
|