/freebsd/sys/contrib/device-tree/Bindings/pps/ |
H A D | pps-gpio.txt | 1 Device-Tree Bindings for a PPS Signal on GPIO 3 These properties describe a PPS (pulse-per-second) signal connected to 7 - compatible: should be "pps-gpio" 8 - gpios: one PPS GPIO in the format described by ../gpio/gpio.txt 10 Additional required properties for the PPS ECHO functionality: 11 - echo-gpios: one PPS ECHO GPIO in the format described by ../gpio/gpio.txt 12 - echo-active-ms: duration in ms of the active portion of the echo pulse 15 - assert-falling-edge: when present, assert is indicated by a falling edge 20 pinctrl-names = "default"; 21 pinctrl-0 = <&pinctrl_pps>; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-trigger-pattern.txt | 3 The pattern is given by a series of tuples, of brightness and duration (ms). 6 new value, and writing malformed pattern deactivates any active one. 9 the tuple with duration less than dimming interval (50ms) is treated as a step 17 echo 0 1000 255 2000 > pattern 19 It will make the LED go gradually from zero-intensity to max (255) intensity in 24 255-| / \ / \ / 28 0-| / \/ \/ 29 +---0----1----2----3----4----5----6------------> time (s) 32 use zero-time lengths (the brightness must be same as the previous tuple's). So 37 echo 0 1000 0 0 255 2000 255 0 > pattern [all …]
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services | 10 # https://www.iana.org/assignments/service-names-port-numbers/ 16 # Note that it is presently the policy of IANA to assign a single well-known 29 echo 7/tcp 30 echo 7/udp 31 echo 7/sctp 35 systat 11/tcp users #Active Users 36 systat 11/udp users #Active Users 47 ftp-data 20/tcp #File Transfer [Default Data] 48 ftp-data 20/udp #File Transfer [Default Data] 49 ftp-data 20/sctp #File Transfer [Default Data] [all …]
|
/freebsd/contrib/ntp/sntp/libevent/m4/ |
H A D | ax_prog_doxygen.m4 | 2 # https://www.gnu.org/software/autoconf-archive/ax_prog_doxygen.html 7 # DX_INIT_DOXYGEN(PROJECT-NAME, [DOXYFILE-PATH], [OUTPUT-DIR], ...) 24 # help (for MS users), 'CHI' for generating a separate .chi file by the 33 # are specific for MS (note that you can't generate both HTML and CHM at 35 # post-processing to it. 38 # override the default by specifying --enable or --disable. The macros 40 # --enable-doxygen-html and --enable-doxygen-chm, 41 # --enable-doxygen-anything with --disable-doxygen, etc.) Finally, each 46 # with the following parameters: a one-word name for the project for use 49 # optional output directory name (the default is 'doxygen-doc'). To run [all …]
|
H A D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 3 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. 38 # ------------------ 41 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, 49 # ------------------ 60 # ------------------ 70 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl 80 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) 101 dnl aclocal-1.4 backwards compatibility: 107 # ----------------------- [all …]
|
/freebsd/contrib/libevent/m4/ |
H A D | ax_prog_doxygen.m4 | 2 # https://www.gnu.org/software/autoconf-archive/ax_prog_doxygen.html 7 # DX_INIT_DOXYGEN(PROJECT-NAME, [DOXYFILE-PATH], [OUTPUT-DIR], ...) 24 # help (for MS users), 'CHI' for generating a separate .chi file by the 33 # are specific for MS (note that you can't generate both HTML and CHM at 35 # post-processing to it. 38 # override the default by specifying --enable or --disable. The macros 40 # --enable-doxygen-html and --enable-doxygen-chm, 41 # --enable-doxygen-anything with --disable-doxygen, etc.) Finally, each 46 # with the following parameters: a one-word name for the project for use 49 # optional output directory name (the default is 'doxygen-doc'). To run [all …]
|
H A D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 3 # Copyright (C) 1996-2001, 2003-2018 Free Software Foundation, Inc. 38 # ------------------ 41 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, 49 # ------------------ 60 # ------------------ 70 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl 80 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) 101 dnl aclocal-1.4 backwards compatibility: 107 # ----------------------- [all …]
|
/freebsd/sys/net80211/ |
H A D | ieee80211_ioctl.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 78 /* MIB-related state */ 88 /* Hardware A-MSDU decode */ 89 uint32_t ns_rx_amsdu_more; /* RX decap A-MSDU, more coming from A-MSDU */ 90 uint32_t ns_rx_amsdu_more_end; /* RX decap A-MSDU (or any other frame), no more coming */ 103 uint32_t is_rx_mcastecho; /* rx discard 'cuz mcast echo */ 156 uint32_t is_scan_active; /* active scans started */ 161 uint32_t is_crypto_tkipenmic; /* tkip en-MIC done in s/w */ [all …]
|
/freebsd/usr.sbin/ppp/ |
H A D | ppp.8 | 31 .Nd Point to Point Protocol (a.k.a. user-ppp) 99 .Bl -tag -width XXX -offset XXX 141 exits with a non-zero result. 161 .Dq force-scripts 176 As pipes are not bi-directional, ppp will redirect all writes to descriptor 186 .Dq force-scripts 195 This is a no-op, and gives the same behaviour as if none of the above 213 .Bl -diag 231 .It Supports on-demand dialup capability. 243 mode (direct-dial mode) also automatically dials and establishes the [all …]
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | device.subr | 3 # Copyright (c) 2012-2016 Devin Teske 124 # $var_to_set is non-NULL, upon success holds the name of the struct created. 126 # `DEVICE' structure-type to be assigned (defined above). 144 if f_device_find -1 "$__name" "$__type" __device; then 174 while [ $n -le $NDEVICES ]; do 178 # XXX This potentially leaks $dev->private if it's being 197 while [ $n -le $NDEVICES ]; do 216 while [ $i -lt $NDEVICES ]; do 222 NDEVICES=$(( $NDEVICES - 1 )) 261 for devname in $( ifconfig -l ); do [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_refclock.c | 2 * ntp_refclock - processing support for reference clocks 53 * In addition, there may be a driver-specific unit structure used for 57 * which is used for all peer-specific processing and contains a 82 #if MAXSTAGE & (MAXSTAGE - 1) 89 pp->coderecv = (pp->coderecv + 1) % MAXSTAGE; in clk_add_sample() 90 if (pp->coderecv == pp->codeproc) in clk_add_sample() 91 pp->codeproc = (pp->codepro in clk_add_sample() [all...] |
/freebsd/sys/netpfil/pf/ |
H A D | pf_norm.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright 2011-2018 Alexander Bluhm <bluhm@openbsd.org> 175 key->fn_src.v4 = ip->ip_src; in pf_ip2key() 176 key->fn_dst.v4 = ip->ip_dst; in pf_ip2key() 177 key->fn_af = AF_INET; in pf_ip2key() 178 key->fn_proto = ip->ip_p; in pf_ip2key() 224 if ((diff = a->fn_proto - b->fn_proto) != 0) in pf_frnode_compare() 226 if ((diff = a->fn_af - b->fn_af) != 0) in pf_frnode_compare() 228 if ((diff = pf_addr_cmp(&a->fn_src, &b->fn_src, a->fn_af)) != 0) in pf_frnode_compare() [all …]
|
/freebsd/sbin/ipfw/ |
H A D | ipfw.8 | 8 in-kernel NAT.\& 19 .Op Ar rule | first-last ... 49 .Oo Cm set Ar N Oc Cm table Ar name Cm create Ar create-options 55 .Oo Cm set Ar N Oc Cm table Ar name Cm modify Ar modify-options 59 .Oo Cm set Ar N Oc Cm table Ar name Cm add Ar table-key Op Ar value 61 .Oo Cm set Ar N Oc Cm table Ar name Cm add Op Ar table-key Ar value ... 63 .Oo Cm set Ar N Oc Cm table Ar name Cm atomic add Op Ar table-key Ar value ... 65 .Oo Cm set Ar N Oc Cm table Ar name Cm delete Op Ar table-key ... 93 .Ar config-options 99 .Ss IN-KERNEL NAT [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | msdos | 2 #------------------------------------------------------------------------------ 4 # msdos: file(1) magic for MS-DOS files 10 >1 string/cW \ echo\ off DOS batch file text 11 !:mime text/x-msdos-batch 13 >1 string/cW echo\ off DOS batch file text 14 !:mime text/x-msdos-batch 17 !:mime text/x-msdos-batch 20 !:mime text/x-msdos-batch 40 # FMX64:FileMaker Pro 64-bit plug-in https://en.wikipedia.org/wiki/FileMaker 41 # FMX: FileMaker Pro 32-bit plug-in https://en.wikipedia.org/wiki/FileMaker [all …]
|
/freebsd/contrib/less/ |
H A D | less.nro | 4 less \- display the contents of a file in a terminal 6 .B "less \-?" 8 .B "less \-\-help" 10 .B "less \-V" 12 .B "less \-\-version" 14 .B "less [\-[+]aABcCdeEfFgGiIJKLmMnNqQrRsSuUVwWX\(ti]" 16 .B " [\-b \fIspace\/\fP] [\-h \fIlines\/\fP] [\-j \fIline\/\fP] [\-k \fIkeyfile\/\fP]" 18 .B " [\-{oO} \fIlogfile\/\fP] [\-p \fIpattern\/\fP] [\-P \fIprompt\/\fP] [\-t \fItag\/\fP]" 20 .B " [\-T \fItagsfile\/\fP] [\-x \fItab\/\fP,...] [\-y \fIlines\/\fP] [\-[z] \fIlines\/\fP]" 22 .B " [\-# \fIshift\/\fP] [+[+]\fIcmd\/\fP] [\-\-] [\fIfilename\/\fP]..." [all …]
|
/freebsd/contrib/ldns/m4/ |
H A D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 3 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. 38 # ------------------ 41 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, 49 # ------------------ 60 # ------------------ 70 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl 80 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) 101 dnl aclocal-1.4 backwards compatibility: 107 # ----------------------- [all …]
|
/freebsd/contrib/openpam/m4/ |
H A D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 3 # Copyright (C) 1996-2001, 2003-2019, 2021-2024 Free Software 39 # ------------------ 42 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, 50 # ------------------ 61 # ------------------ 71 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl 81 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) 102 dnl aclocal-1.4 backwards compatibility: 108 # ----------------------- [all …]
|
/freebsd/contrib/file/m4/ |
H A D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 3 # Copyright (C) 1996-2001, 2003-2019, 2021-2022 Free Software 39 # ------------------ 42 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, 50 # ------------------ 61 # ------------------ 71 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl 81 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) 102 dnl aclocal-1.4 backwards compatibility: 108 # ----------------------- [all …]
|
/freebsd/contrib/openbsm/m4/ |
H A D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 3 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. 38 # ------------------ 41 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, 49 # ------------------ 60 # ------------------ 70 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl 80 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) 101 dnl aclocal-1.4 backwards compatibility: 107 # ----------------------- [all …]
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | libtool.m4 | 1 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 3 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. 38 # ------------------ 41 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, 49 # ------------------ 60 # ------------------ 70 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl 80 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) 101 dnl aclocal-1.4 backwards compatibility: 107 # ----------------------- [all …]
|
/freebsd/contrib/file/ |
H A D | ltmain.sh | 2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in 3 ## by inline-source v2019-02-19.15 6 # Provide generalized library-building support services. 9 # Copyright (C) 1996-2019, 2021-2022 Free Software Foundation, Inc. 38 ## ------ ## 40 ## ------ ## 42 # Run './libtool --help' for help with using this script from the 46 ## ------------------------------- ## 48 ## ------------------------------- ## 52 # with bootstrap, so set those here where they can still be over- [all …]
|
/freebsd/contrib/libevent/build-aux/ |
H A D | ltmain.sh | 2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in 3 ## by inline-source v2018-07-24.06 5 # libtool (GNU libtool) 2.4.6.42-b88ce-dirty 6 # Provide generalized library-building support services. 9 # Copyright (C) 1996-2018 Free Software Foundation, Inc. 34 VERSION=2.4.6.42-b88ce-dirty 38 ## ------ ## 40 ## ------ ## 42 # Run './libtool --help' for help with using this script from the 46 ## ------------------------------- ## [all …]
|
/freebsd/contrib/openpam/ |
H A D | ltmain.sh | 2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in 3 ## by inline-source v2019-02-19.15 6 # Provide generalized library-building support services. 9 # Copyright (C) 1996-2019, 2021-2024 Free Software Foundation, Inc. 38 ## ------ ## 40 ## ------ ## 42 # Run './libtool --help' for help with using this script from the 46 ## ------------------------------- ## 48 ## ------------------------------- ## 52 # with bootstrap, so set those here where they can still be over- [all …]
|
/freebsd/contrib/sqlite3/ |
H A D | aclocal.m4 | 1 # generated automatically by aclocal 1.16.5 -*- Autoconf -*- 3 # Copyright (C) 1996-2021 Free Software Foundation, Inc. 23 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- 25 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. 60 # ------------------ 63 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, 71 # ------------------ 82 # ------------------ 92 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl 102 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) [all …]
|
/freebsd/crypto/heimdal/ |
H A D | ltmain.sh | 29 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 31 # Usage: $progname [OPTION]... [MODE-ARG]... 33 # Provide generalized library-building support services. 35 # --config show all configuration variables 36 # --debug enable verbose shell tracing 37 # -n, --dry-run display commands without modifying any files 38 # --features display basic configuration information and exit 39 # --mode=MODE use operation mode MODE 40 # --preserve-dup-deps don't remove duplicate dependency libraries 41 # --quiet, --silent don't print informational messages [all …]
|