/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | qcom_smbb.txt | 1 Qualcomm Switch-Mode Battery Charger and Boost 4 - compatible: 8 - "qcom,pm8941-charger" 10 - reg: 12 Value type: <prop-encoded-array> 15 - interrupts: 17 Value type: <prop-encoded-array> 21 - charge done 22 - charge fast mode 23 - charge trickle mode [all …]
|
H A D | qcom,pm8941-charger.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/power/supply/qcom,pm8941-charger.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Switch-Mode Battery Charger and Boost 10 - Sebastian Reichel <sre@kernel.org> 15 - qcom,pm8226-charger 16 - qcom,pm8941-charger 23 - description: charge done 24 - description: charge fast mode [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-pm8226.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 2 #include <dt-bindings/iio/qcom,spmi-vadc.h> 3 #include <dt-bindings/input/linux-event-codes.h> 4 #include <dt-binding [all...] |
H A D | qcom-pm8941.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/iio/qcom,spmi-vadc.h> 3 #include <dt-bindings/interrupt-controller/irq.h> 4 #include <dt-bindings/spmi/spmi.h> 8 thermal-zones { 9 pm8941-therma [all...] |
/freebsd/contrib/libpcap/msdos/ |
H A D | readme.dos | 2 --------------- 4 This file contains some notes on building and using libpcap for MS-DOS. 8 - Borland C 4.0+ small or large model. 9 - Metaware HighC 3.1+ with PharLap DOS-extender 10 - GNU C 2.7+ with djgpp 2.01+ DOS extender 11 - Watcom C 11.x with DOS4GW extender 19 Files specific to DOS are pcap-dos.[ch] and the assembly and C files in 20 the MSDOS sub-directory. Remember to built the libpcap library from the top 21 install directory. And not from the MSDOS sub-directory. 25 distribution does NOT contain any sources for building 32-bit drivers. [all …]
|
/freebsd/sys/arm/ti/am335x/ |
H A D | am335x_pmic.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 96 rv = am335x_pmic_read(sc->sc_dev, TPS65217_INT_REG, (uint8_t *)&int_reg, 1); in am335x_pmic_intr() 98 device_printf(sc->sc_dev, "Cannot read interrupt register\n"); in am335x_pmic_intr() 102 rv = am335x_pmic_read(sc->sc_dev, TPS65217_STATUS_REG, (uint8_t *)&status_reg, 1); in am335x_pmic_intr() 104 device_printf(sc->sc_dev, "Cannot read status register\n"); in am335x_pmic_intr() 128 sc->sc_dev = dev; in am335x_pmic_probe() 129 /* Convert to 8-bit addressing */ in am335x_pmic_probe() 130 sc->sc_addr = iicbus_get_addr(dev); in am335x_pmic_probe() 151 const char *trange_c[] = {"0-45 C", "0-60 C"}; in am335x_pmic_dump_chgconfig() [all …]
|
/freebsd/contrib/tcsh/ |
H A D | sh.exec.c | 4 /*- 55 * As we search for the command we note the first non-trivial error 76 * (possibly) present in the i'th component of the variable path, look 92 (1UL << (i & (widthof(t) - 1)))) 94 (1UL << (i & (widthof(t) - 1)))) 116 * whether ``name'' is (possibly) present in the i'th component 123 # define HSHMASK (HSHSIZ - 1) 159 blk[0] = t->t_dcom[0]; in doexec() 192 av = &t->t_dcom[1]; in doexec() 205 blkfree(t->t_dcom); in doexec() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/WindowsDriver/ |
H A D | MSVCPaths.cpp | 1 //===-- MSVCPaths.cpp - MSVC path-parsing helpers -------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 48 #pragma clang diagnostic ignored "-Wnon-virtual-dtor" 72 auto Status = VFS.status(DirIt->path()); in getHighestNumericTupleInDirectory() 73 if (!Status || !Status->isDirectory()) in getHighestNumericTupleInDirectory() 75 llvm::StringRef CandidateName = llvm::sys::path::filename(DirIt->path()); in getHighestNumericTupleInDirectory() 119 Path = WinSdkDir->str(); in getWindowsSDKDirViaCommandLine() 168 /// This also supports a means to look for high-versioned keys by use 187 // If we have a $VERSION placeholder, do the highest-version search. in getSystemRegistryString() [all …]
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 4 # - lines that do not start with a white space give the number and name of 6 # - lines that start with a white space give the number and name of 20 0x08 Multi-axis Controller 62 0x90 D-pad Up 63 0x91 D-pad Down 64 0x92 D-pad Right 65 0x93 D-pad Left 107 0xB2 Anti-Torque Control 156 0x01 Baseball Bat 278 0x2D Keyboard - and (underscore) [all …]
|
/freebsd/sys/powerpc/powerpc/ |
H A D | machdep.c | 1 /*- 31 /*- 109 #include <machine/bat.h> 139 int hw_direct_map = -1; 173 /* Default MSR values set in the AIM/Book-E early startup code */ 188 * Initialise the decrementer-based clock. in cpu_startup() 206 virtual_end - virtual_avail, in cpu_startup() 207 (virtual_end - virtual_avail) / 1048576); in cpu_startup() 218 phys_avail[indx + 1] - phys_avail[indx]; in cpu_startup() 221 printf("0x%016jx - 0x%016jx, %ju bytes (%ju pages)\n", in cpu_startup() [all …]
|
/freebsd/sys/arm/allwinner/ |
H A D | axp81x.c | 1 /*- 28 * X-Powers AXP803/813/818 PMU for Allwinner SoCs 193 #define AXP_BAP_CAP_WARN_LV1BASE 5 /* 5-20%, 1% per step */ 215 { "x-powers,axp803", AXP803 }, 216 { "x-powers,axp813", AXP813 }, 217 { "x-powers,axp818", AXP813 }, 223 { -1, 0 } 527 .name = "ldo-io0", 540 .name = "ldo-io1", 588 .desc = "ACIN Present", [all …]
|
/freebsd/share/dict/ |
H A D | web2a | 12 A-b-c book 13 A-b-c method 14 abdomino-uterotomy 15 Abdul-baha 16 a-be 20 able-bodied 21 able-bodiedness 22 able-minded 23 able-mindedness 27 Abor-miri [all …]
|
/freebsd/sys/contrib/zlib/ |
H A D | ChangeLog | 5 - Reject overflows of zip header fields in minizip 6 - Fix bug in inflateSync() for data held in bit buffer 7 - Add LIT_MEM define to use more memory for a small deflate speedup 8 - Fix decision on the emission of Zip64 end records in minizip 9 - Add bounds checking to ERR_MSG() macro, used by zError() 10 - Neutralize zip file traversal attacks in miniunz 11 - Fix a bug in ZLIB_DEBUG compiles in check_match() 12 - Various portability and appearance improvements 15 - Remove K&R function definitions and zlib2ansi 16 - Fix bug in deflateBound() for level 0 and memLevel 9 [all …]
|
/freebsd/sys/powerpc/aim/ |
H A D | mmu_oea64.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2008-2015 Nathan Whitehorn 94 #include <machine/bat.h> 128 * Cheap NUMA-izing of the pv locks, to reduce contention across domains. 155 pa_end = pa + (HPT_SP_SIZE - PV_LOCK_SIZE); in moea64_sp_pv_lock() 171 pa += HPT_SP_SIZE - PV_LOCK_SIZE; in moea64_sp_pv_unlock() 176 pa -= PV_LOCK_SIZE; in moea64_sp_pv_unlock() 311 #define PVO_IS_SP(pvo) (((pvo)->pvo_vaddr & PVO_LARGE) && \ 312 (pvo)->pvo_pmap != kernel_pmap) [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | windows | 2 #------------------------------------------------------------------------------ 23 # v1.0.4/libdbx_1.0.4.tar.gz/FILE-FORMAT 25 # and partly verified by `undbx --verbosity 4 Posteingang.dbx` 27 # skip DROID fmt-838-signature-id-1193.dbx fmt-839-signature-id-1194.dbx by check for valid file si… 29 #!:mime application/octet-stream 30 #!:mime application/vnd.ms-outlook 31 !:mime application/x-ms-dbx 43 # CLSID: 6F74FDC5-E366-11d1-9A4E-00C04FA309D4~Message 6F74FDC6-E366-11D1-9A4E-00C04FA309D4~Folder 44 # 26FE9D30-1A8F-11D2-AABF-006097D474C4~offline 68 #!:mime application/octet-stream [all …]
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 4 This is a high-level summary of the most important changes. 11 ---------------- 13 - [OpenSSL 3.0](#openssl-30) 14 - [OpenSSL 1.1.1](#openssl-111) 15 - [OpenSSL 1.1.0](#openssl-110) 16 - [OpenSSL 1.0.2](#openssl-102) 17 - [OpenSSL 1.0.1](#openssl-101) 18 - [OpenSSL 1.0.0](#openssl-100) 19 - [OpenSSL 0.9.x](#openssl-09x) 22 ----------- [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttrDocs.td | 1 //==--- AttrDocs.td - Attribute documentation ----------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===---------------------------------------------------------------------===// 9 // To test that the documentation builds cleanly, you must run clang-tblgen to 15 // To run clang-tblgen to generate the .rst file: 16 // clang-tblgen -gen-attr-docs -I <root>/llvm/tools/clang/include 17 // <root>/llvm/tools/clang/include/clang/Basic/Attr.td -o 20 // To run sphinx to generate the .html files (note that sphinx-build must be 23 // make.bat html 24 // Non-Windows (from within the clang\docs directory): [all …]
|
/freebsd/contrib/ntp/ |
H A D | CommitLog-4.1.0 | 1 2001-08-01 Harlan Stenn <stenn@whimsy.udel.edu> 5 2001-07-27 Harlan Stenn <stenn@whimsy.udel.edu> 19 2001-07-10 Harlan Stenn <stenn@whimsy.udel.edu> 21 * configure.in: 4.0.99m-rc3 23 2001-07-06 Harlan Stenn <stenn@whimsy.udel.edu> 28 2001-07-04 Harlan Stenn <stenn@whimsy.udel.edu> 33 * configure.in (rt library check): Don't look for -lrt under 34 Linux. Under glibc-2.1.2 and -2.2.2 (at least), the POSIX- 35 compatibility real-time library does strange things with threads 39 2001-06-30 Harlan Stenn <stenn@whimsy.udel.edu> [all …]
|
H A D | CommitLog | 1 ChangeSet@1.4062, 2024-05-25 00:06:49-07:00, ntpreleng@ntp-build.tal1.ntfo.org 5 ChangeLog@1.2103 +1 -0 8 ntpd/invoke-ntp.conf.texi@1.231 +1 -1 11 ntpd/invoke-ntp.keys.texi@1.214 +1 -1 14 ntpd/invoke-ntp [all...] |
/freebsd/contrib/libcbor/ |
H A D | Doxyfile | 20 # doxygen -x [configFile] 24 # doxygen -x_noenv [configFile] 26 #-------- [all...] |
/freebsd/contrib/ldns/ |
H A D | libdns.doxygen.in | 16 #--------------------------------------------------------------------------- 18 #--------------------------------------------------------------------------- 21 # file that follow. The default is UTF-8 which is also the encoding used for all 25 # The default value is: UTF-8. 27 DOXYFILE_ENCODING = UTF-8 30 # double-quotes, unless you are using Doxywizard) that should identify the 54 PROJECT_LOGO = doc/images/LogoInGradientBar2-y100.png 63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- 73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII 74 # characters to appear in the names of generated files. If set to NO, non-ASCII [all …]
|
/freebsd/contrib/unbound/doc/ |
H A D | unbound.doxygen | 20 # doxygen -x [configFile] 24 # doxygen -x_noenv [configFile] 26 #--------------------------------------------------------------------------- 28 #--------------------------------------------------------------------------- 31 # file that follow. The default is UTF-8 which is also the encoding used for all 35 # The default value is: UTF-8. 37 DOXYFILE_ENCODING = UTF-8 40 # double-quotes, unless you are using Doxywizard) that should identify the 74 # sub-directories (in 2 levels) under the output directory of each output format 79 # control the number of sub-directories. [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog | 1 Changes in version 2.1.12-stable (05 Jul 2020) 18 o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper) 23 o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin) 24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh… 28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin) 32 …po in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleksandr-Melnikov) 33 o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin) 41 o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin) 56 o https-client: load certificates from the system cert store on Windows (e9478640 yuangongji) 71 o Merge branch 'http-connect' (e2424229 Azat Khuzhin) [all …]
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog | 1 Changes in version 2.1.12-stable (05 Jul 2020) 18 o Merge branch 'event_rpcgen.py-cleanup' (f0ded5f3, 48e04887 Enji Cooper) 23 o Merge branch 'osx-clock' (e85afbe3 Azat Khuzhin) 24 …o test-ratelim: calculate timers bias (for slow CPUs) to avoid false-positive (8ad26d0b Azat Khuzh… 28 o http: fix undefined-shift in EVUTIL_IS*_ helpers (6b8d02a7 Azat Khuzhin) 32 …po in GetAdaptersAddresses windows library. It should be iphlpapi.dll (891adda9 Aleksandr-Melnikov) 33 o Merge branch 'EV_CLOSED-and-EV_ET-fixes' (db2efdf5 Azat Khuzhin) 41 o Merge branch 'fix-signal-leak' (poll/select now needs reinit) (1c9cc07b Azat Khuzhin) 56 o https-client: load certificates from the system cert store on Windows (e9478640 yuangongji) 71 o Merge branch 'http-connect' (e2424229 Azat Khuzhin) [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | bib | 942 And he lodged there that same night; and took of that which came to his hand a present for Esau his… 947 Then thou shalt say, They be thy servant Jacob's; it is a present sent unto my lord Esau: and, beho… 949 …thy servant Jacob is behind us. For he said, I will appease him with the present that goeth before… 950 So went the present over before him: and himself lodged that night in the company. 971 And Jacob said, Nay, I pray thee, if now I have found grace in thy sight, then receive my present a… 1302 …of the best fruits in the land in your vessels, and carry down the man a present, a little balm, a… 1306 And the men took that present, and they took double money in their hand and Benjamin; and rose up, … 1316 And they made ready the present against Joseph came at noon: for they heard that they should eat br… 1317 And when Joseph came home, they brought him the present which was in their hand into the house, and… 2019 …give thee counsel, and God shall be with thee: Be thou for the people to God-ward, that thou mayes… [all …]
|