/freebsd-src/sys/contrib/device-tree/Bindings/input/ |
H A D | iqs626a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Azoteq IQS626A Capacitive Touch Controller 10 - Jeff LaBundy <jeff@labundy.com> 13 The Azoteq IQS626A is a 14-channel capacitive touch controller that features 14 additional Hall-effect and inductive sensing capabilities. 19 - $ref: touchscreen/touchscreen.yaml# 31 "#address-cells": 34 "#size-cells": [all …]
|
H A D | iqs269a.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Azoteq IQS269A Capacitive Touch Controller 10 - Jeff LaBundy <jeff@labundy.com> 13 - $ref: input.yaml# 16 The Azoteq IQS269A is an 8-channel capacitive touch controller that features 17 additional Hall-effect and inductive sensing capabilities. 24 - azoteq,iqs269a 25 - azoteq,iqs269a-00 [all …]
|
H A D | iqs62x-keys.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/input/iqs62x-keys.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jeff LaBundy <jeff@labundy.com> 13 - $ref: input.yaml# 16 The Azoteq IQS620A, IQS621, IQS622, IQS624 and IQS625 multi-function sensors 17 feature a variety of self-capacitive, mutual-inductive and Hall-effect sens- 23 further details and examples. Sensor hardware configuration (self-capacitive 24 vs. mutual-inductive, etc.) is selected based on the device's firmware. [all …]
|
H A D | atmel,maxtouch.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Nick Dyer <nick@shmanahar.org> 11 - Linus Walleij <linus.walleij@linaro.org> 18 - $ref: input.yaml# 30 vdda-supply: 34 vdd-supply: 38 reset-gpios: 45 wake-gpios: [all …]
|
/freebsd-src/usr.sbin/makefs/tests/ |
H A D | makefs_cd9660_tests.sh | 28 # - A copy of the ISO-9660 spec can be found here: 29 # https://www.ecma-international.org/publications/files/ECMA-ST/Ecma-119.pdf 30 # - Any references to `rockridge` are referring to the `Rock Ridge` extensions 31 # of the ISO-9660 spec. A copy of the draft `IEEE-P1282` spec can be found 35 MAKEFS="makefs -t cd9660" 47 umount - [all...] |
/freebsd-src/contrib/libarchive/libarchive/test/ |
H A D | test_read_format_isorr_rr_moved.c | 1 /*- 2 * Copyright (c) 2003-2007 Tim Kientzle 30 tail -n +32 test_read_format_isorr_rr_moved.c | /bin/sh 33 rm -rf $dirname 34 mkdir -p $dirname/dir1/dir2/dir3/dir4/dir5/dir6/dir7/dir8/dir9/dir10 37 deepfile=$dirname/dir1/dir2/dir3/dir4/dir5/dir6/dir7/dir8/dir9/dir10/deep 41 TZ=utc touch -afhm -t $time $deepfile 42 TZ=utc touch -afhm -t $time $dirname/dir1/dir2/dir3/dir4/dir5/dir6/dir7/dir8/dir9/dir10 43 TZ=utc touch -afhm -t $time $dirname/dir1/dir2/dir3/dir4/dir5/dir6/dir7/dir8/dir9 44 TZ=utc touch -afhm -t $time $dirname/dir1/dir2/dir3/dir4/dir5/dir6/dir7/dir8 [all …]
|
/freebsd-src/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-src/sys/netipsec/ |
H A D | ipsec_pcb.c | 1 /*- 54 MALLOC_DEFINE(M_IPSEC_INPCB, "inpcbpolicy", "inpcb-resident ipsec policy"); 62 if (inp->inp_vflag & INP_IPV6) { in ipsec_setsockaddrs_inpcb() 65 bzero(&src->sin6, sizeof(src->sin6)); in ipsec_setsockaddrs_inpcb() 66 bzero(&dst->sin6, sizeof(dst->sin6)); in ipsec_setsockaddrs_inpcb() 67 src->sin6.sin6_family = AF_INET6; in ipsec_setsockaddrs_inpcb() 68 src->sin6.sin6_len = sizeof(struct sockaddr_in6); in ipsec_setsockaddrs_inpcb() 69 dst->sin in ipsec_setsockaddrs_inpcb() [all...] |
/freebsd-src/contrib/bmake/mk/ |
H A D | meta.autodep.mk | 1 # SPDX-License-Identifier: BSD-2-Clause 15 # Please send copies of changes and bug-fixes to: 23 .-include <local.autodep.mk> 35 # explicit dependencies help short-circuit .SUFFIX searches 52 # NO means don't update .depend - or Makefile.depend* 55 .elif ${.MAKEFLAGS:M-k} != "" 128 # if we have any non-libs in DPADD, 151 # circular dependencies if you dig too deep 177 DEPEND_SUFFIXES += ${.SUFFIXES:N.sh:N*[0-9aFfglopmnrSsty]} 183 …@${EGREP:Uegrep} -i '^R .*\.(${DEPEND_SUFFIXES:tl:O:u:S,^.,,:ts|})$$' /dev/null ${.MAKE.META.FILES… [all …]
|
/freebsd-src/share/mk/ |
H A D | meta.autodep.mk | 1 # SPDX-License-Identifier: BSD-2-Clause 15 # Please send copies of changes and bug-fixes to: 23 .-include <local.autodep.mk> 35 # explicit dependencies help short-circuit .SUFFIX searches 52 # NO means don't update .depend - or Makefile.depend* 55 .elif ${.MAKEFLAGS:M-k} != "" 128 # if we have any non-libs in DPADD, 151 # circular dependencies if you dig too deep 177 DEPEND_SUFFIXES += ${.SUFFIXES:N.sh:N*[0-9aFfglopmnrSsty]} 183 …@${EGREP:Uegrep} -i '^R .*\.(${DEPEND_SUFFIXES:tl:O:u:S,^.,,:ts|})$$' /dev/null ${.MAKE.META.FILES… [all …]
|
/freebsd-src/sys/netinet/ |
H A D | ip_fastfwd.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 38 * network card. The only part of the packet we touch with the CPU is the 118 * - Redirects are not disabled (must be checked by caller), in ip_redir_alloc() 119 * - We have not applied NAT (must be checked by caller as possible), in ip_redir_alloc() 120 * - Neither a MCAST or BCAST packet (must be checked by caller) in ip_redir_alloc() 122 * - The packet does not do IP source routing or having any other in ip_redir_alloc() 125 * - The packet is being forwarded out the same physical interface in ip_redir_alloc() 130 * - The forwarding route was not created by a redirect in ip_redir_alloc() 133 * - The next-hop is reachable by us [RFC1009 Appendix A.2]. in ip_redir_alloc() [all …]
|
/freebsd-src/lib/libbe/ |
H A D | be.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 96 zfs = zfs_path_to_zhandle(lbh->lzh, "/", ZFS_TYPE_FILESYSTEM); in be_locate_rootfs() 100 strlcpy(lbh->rootfs, zfs_get_name(zfs), sizeof(lbh->rootfs)); in be_locate_rootfs() 125 * kind of side-effect (module loading) in the general case. in libbe_init() 133 if ((lbh->lzh = libzfs_init()) == NULL) in libbe_init() 143 *lbh->rootfs = '\0'; in libbe_init() 147 strlcpy(lbh->root, lbh->rootfs, sizeof(lbh->root)); in libbe_init() 148 pos = strrchr(lbh->root, '/'); in libbe_init() 153 strlcpy(lbh->root, root, sizeof(lbh->root)); in libbe_init() [all …]
|
/freebsd-src/sys/net80211/ |
H A D | ieee80211_input.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 68 if ((rx->r_flags & (IEEE80211_R_C_CHAIN | IEEE80211_R_C_NF | IEEE80211_R_C_RSSI)) != in ieee80211_process_mimo() 73 for (i = 0; i < MIN(rx->c_chain, IEEE80211_MAX_CHAINS); i++) { in ieee80211_process_mimo() 74 IEEE80211_RSSI_LPF(ni->ni_mimo_rssi_ctl[i], rx->c_rssi_ctl[i]); in ieee80211_process_mimo() 75 IEEE80211_RSSI_LPF(ni->ni_mimo_rssi_ext[i], rx->c_rssi_ext[i]); in ieee80211_process_mimo() 79 for(i = 0; i < MIN(rx->c_chain, IEEE80211_MAX_CHAINS); i++) { in ieee80211_process_mimo() 80 ni->ni_mimo_noise_ctl[i] = rx->c_nf_ctl[i]; in ieee80211_process_mimo() 81 ni->ni_mimo_noise_ext[i] = rx->c_nf_ext[i]; in ieee80211_process_mimo() [all …]
|
/freebsd-src/contrib/pam_modules/pam_passwdqc/ |
H A D | wordset_4k.c | 6 * I've replaced two 7-character words to save space. 1107 "deep", 3747 "touch",
|
/freebsd-src/contrib/libarchive/libarchive/ |
H A D | archive_write_disk_posix.c | 1 /*- 2 * Copyright (c) 2003-2010 Tim Kientzle 157 /* Ignore non-int O_NOFOLLOW constant. */ 168 #define AT_FDCWD -100 195 * side-effect of another. For example, mkdir() can specify the mode 196 * for the newly-created object but symlink() cannot. This means we 260 /* Tasks deferred until end-of-archive. */ 272 /* Maximum size of file, -1 if unknown. */ 274 /* Dir we were in before this restore; only for deep path [all...] |
/freebsd-src/sys/dev/ath/ |
H A D | if_ath.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 44 * by the driver - eg, calls to ath_hal_gettsf32(). 132 * Only enable this if you're working on PS-POLL support. 240 static int ath_anicalinterval = 100; /* ANI calibration - 100 msec */ 269 switch (sc->sc_txqsetu in ath_legacy_attach_comp_func() [all...] |
H A D | if_ath_tx.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 5 * Copyright (c) 2010-2012 Adrian Chadd, Xenion Pty Ltd 116 * What queue to throw the non-QoS TID traffic into 148 if (bf->bf_nseg == 0) in ath_tx_alq_post() 150 n = ((bf->bf_nse in ath_tx_alq_post() [all...] |
/freebsd-src/sys/netinet6/ |
H A D | ip6_output.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 34 /*- 164 ((eh)->ip6e_len + 1) << 3); \ 167 (_ol) += (*(mp))->m_len; \ 187 (m)->m_next = (mp)->m_nex [all...] |
/freebsd-src/contrib/one-true-awk/testdir/ |
H A D | bib | 2 And the earth was without form, and void; and darkness was upon the face of the deep. And the Spiri… 52 And the LORD God caused a deep sleep to fall upon Adam, and he slept: and he took one of his ribs, … 59 …midst of the garden, God hath said, Ye shall not eat of it, neither shall ye touch it, lest ye die. 171 …teenth day of the month, the same day were all the fountains of the great deep broken up, and the … 186 The fountains also of the deep and the windows of heaven were stopped, and the rain from heaven was… 373 And when the sun was going down, a deep sleep fell upon Abram; and, lo, an horror of great darkness… 502 …eart; for I also withheld thee from sinning against me: therefore suffered I thee not to touch her. 1499 …ty, who shall bless thee with blessings of heaven above, blessings of the deep that lieth under, b… 2019 …give thee counsel, and God shall be with thee: Be thou for the people to God-ward, that thou mayes… 2039 …ut, saying, Take heed to yourselves, that ye go not up into the mount, or touch the border of it: … [all …]
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 1 //===- BasicAliasAnalysis.cpp - Stateless Alias Analysis Impl -------- [all...] |
/freebsd-src/contrib/unbound/validator/ |
H A D | validator.c | 2 * validator/validator.c - secure validator DNS query response module 86 && rep->reason_bogus != LDNS_EDE_NONE in update_reason_bogus() 87 && rep->reason_bogus != LDNS_EDE_DNSSEC_BOGUS) return; in update_reason_bogus() 88 rep->reason_bogus = reason_bogus; in update_reason_bogus() 98 free(ve->nsec3_keysize); in fill_nsec3_iter() 99 free(ve->nsec3_maxiter); in fill_nsec3_iter() 100 ve->nsec3_keysize = (size_t*)calloc((size_t)c, sizeof(size_t)); in fill_nsec3_iter() 101 ve->nsec3_maxiter = (size_t*)calloc((size_t)c, sizeof(size_t)); in fill_nsec3_iter() 102 if(!ve->nsec3_keysize || !ve->nsec3_maxite in fill_nsec3_iter() [all...] |
/freebsd-src/sys/vm/ |
H A D | uma_core.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2002-2019 Jeffrey Roberson <jeff@FreeBSD.org> 6 * Copyright (c) 2004-2006 Robert N. M. Watson 48 * - Improve memory usage for large allocations 49 * - Investigate cache size adjustments 152 /* The boot-tim [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 1 //===- CodeGenPrepare.cpp - Prepare a function for code generation -------- [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 1 //===--- CGStmt.cpp - Emit LLVM Code from Statements ------ [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | TokenAnnotator.cpp | 1 //===--- TokenAnnotator.cpp - Format C++ code ------ [all...] |