| /freebsd/crypto/krb5/src/doc/ |
| H A D | Makefile.in | 4 SPHINX_ARGS=@MAINT@-W 5 SPHINX_BUILD=sphinx-build $(SPHINX_ARGS) 17 conf.py \ 18 index.rst \ 26 about.rst \ 27 build_this.rst \ 28 copyright.rst \ 29 mitK5defaults.rst \ 30 mitK5features.rst \ 31 mitK5license.rst \ [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt7986a-bananapi-bpi-r3-mini.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 4 * Authors: Frank Wunderlich <frank-w@public-files.de> 9 /dts-v1/; 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/input/input.h> 13 #include <dt-bindings/leds/common.h> 14 #include <dt-bindings/pinctrl/mt65xx.h> 19 model = "Bananapi BPI-R3 Mini"; 20 chassis-type = "embedded"; 21 compatible = "bananapi,bpi-r3mini", "mediatek,mt7986a"; [all …]
|
| H A D | mt7986a-rfb.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 7 /dts-v1/; 8 #include <dt-bindings/pinctrl/mt65xx.h> 14 chassis-type = "embedded"; 15 compatible = "mediatek,mt7986a-rfb", "mediatek,mt7986a"; 22 stdout-path = "serial0:115200n8"; 30 reg_1p8v: regulator-1p8v { 31 compatible = "regulator-fixed"; 32 regulator-name = "fixed-1.8V"; 33 regulator-min-microvolt = <1800000>; [all …]
|
| H A D | mt7986a-bananapi-bpi-r3.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 5 * Frank Wunderlich <frank-w@public-files.de> 9 /dts-v1/; 10 #include <dt-bindings/gpio/gpio.h> 11 #include <dt-bindings/input/input.h> 12 #include <dt-bindings/leds/common.h> 13 #include <dt-bindings/pinctrl/mt65xx.h> 18 model = "Bananapi BPI-R3"; 19 chassis-type = "embedded"; 20 compatible = "bananapi,bpi-r3", "mediatek,mt7986a"; [all …]
|
| /freebsd/sys/arm/allwinner/ |
| H A D | aw_thermal.c | 1 /*- 175 return ((A83T_TEMP_BASE - (val * A83T_TEMP_MUL)) / A83T_TEMP_DIV); in a83t_to_temp() 207 return ((A64_TEMP_BASE - (val * A64_TEMP_MUL)) / A64_TEMP_DIV); in a64_to_temp() 239 return (H3_TEMP_BASE - ((val * H3_TEMP_MUL) / H3_TEMP_DIV)); in h3_to_temp() 245 return ((H3_TEMP_MINUS - (val * H3_TEMP_DIV)) / H3_TEMP_MUL); in h3_to_reg() 275 tmp = H5_TEMP_BASE - (val * H5_TEMP_MUL); in h5_to_temp() 281 tmp = H5_TEMP_BASE_CPU - (val * H5_TEMP_MUL_CPU); in h5_to_temp() 283 tmp = H5_TEMP_BASE_GPU - (val * H5_TEMP_MUL_GPU); in h5_to_temp() 299 tmp = H5_TEMP_BASE - (val << H5_TEMP_DIV); in h5_to_reg() 303 tmp = H5_TEMP_BASE_CPU - (val << H5_TEMP_DIV); in h5_to_reg() [all …]
|
| H A D | aw_gpio.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 277 {"allwinner,sun4i-a10-pinctrl", (uintptr_t)&a10_gpio_conf}, 280 {"allwinner,sun5i-a13-pinctrl", (uintptr_t)&a13_gpio_conf}, 283 {"allwinner,sun7i-a20-pinctrl", (uintptr_t)&a20_gpio_conf}, 286 {"allwinner,sun6i-a31-pinctrl", (uintptr_t)&a31_gpio_conf}, 289 {"allwinner,sun6i-a31s-pinctrl", (uintptr_t)&a31s_gpio_conf}, 292 {"allwinner,sun6i-a31-r-pinctrl", (uintptr_t)&a31_r_gpio_conf}, 295 {"allwinner,sun6i-a33-pinctrl", (uintptr_t)&a33_gpio_conf}, 298 {"allwinner,sun8i-a83t-pinctrl", (uintptr_t)&a83t_gpio_conf}, [all …]
|
| H A D | a31_dmac.c | 1 /*- 123 { "allwinner,sun6i-a31-dma", (uintptr_t)&a31_config }, 124 { "allwinner,sun8i-a83t-dma", (uintptr_t)&a83t_config }, 125 { "allwinner,sun8i-h3-dma", (uintptr_t)&h3_config }, 126 { "allwinner,sun50i-a64-dma", (uintptr_t)&a64_config }, 157 { -1, 0 } 160 #define DMA_READ(sc, reg) bus_read_4((sc)->res[0], (reg)) 161 #define DMA_WRITE(sc, reg, val) bus_write_4((sc)->res[0], (reg), (val)) 172 if (!ofw_bus_search_compatible(dev, compat_data)->ocd_data) in a31dmac_probe() 183 struct a31dmac_config *conf; in a31dmac_attach() local [all …]
|
| H A D | a10_codec.c | 1 /*- 2 * Copyright (c) 2014-2016 Jared D. McNeill <jmcneill@invisible.ca> 84 #define AC_DAC_DPC(_sc) ((_sc)->cfg->DPC) 86 #define AC_DAC_FIFOC(_sc) ((_sc)->cfg->DAC_FIFOC) 110 #define AC_DAC_FIFOS(_sc) ((_sc)->cfg->DAC_FIFOS) 111 #define AC_DAC_TXDATA(_sc) ((_sc)->cfg->DAC_TXDATA) 112 #define AC_ADC_FIFOC(_sc) ((_sc)->cfg->ADC_FIFOC) 124 #define AC_ADC_FIFOS(_sc) ((_sc)->cfg->ADC_FIFOS) 125 #define AC_ADC_RXDATA(_sc) ((_sc)->cfg->ADC_RXDATA) 126 #define AC_DAC_CNT(_sc) ((_sc)->cfg->DAC_CNT) [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/airoha/ |
| H A D | en7581-evb.dts | 1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 /dts-v1/; 11 compatible = "airoha,en7581-evb", "airoha,en7581"; 18 stdout-path = "serial0:115200n8"; 19 linux,usable-memory-range = <0x0 0x80200000 0x0 0x1fe00000>; 30 compatible = "fixed-partitions"; 31 #address-cells = <1>; 32 #size-cells = <1>; 37 read-only; 63 read-only; [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/xilinx/ |
| H A D | zynqmp-zc1751-xm019-dc5.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * dts file for Xilinx ZynqMP zc1751-xm019-dc5 5 * (C) Copyright 2015 - 2021, Xilinx, Inc. 11 /dts-v1/; 14 #include "zynqmp-clk-ccf.dtsi" 15 #include <dt-bindings/gpio/gpio.h> 16 #include <dt-bindings/pinctrl/pinctrl-zynqmp.h> 19 model = "ZynqMP zc1751-xm019-dc5 RevA"; 20 compatible = "xlnx,zynqmp-zc1751", "xlnx,zynqmp"; 33 stdout-path = "serial0:115200n8"; [all …]
|
| /freebsd/contrib/blocklist/etc/ |
| H A D | ipf.conf | 7 # This section should be included early in the main /etc/ipf.conf file, right 12 # "quick" flag, and are thus part of a last-match group. They simply set up a 18 # at runtime after all other rules have been added -- they will still belong to 32 # echo 'block return-rst in log quick proto tcp from 118.136.0.0/15 to any flags S/SAFR group attac… 35 # Note the choice in this example is to return RST packets for blocked SYN
|
| /freebsd/share/man/man4/ |
| H A D | nvme.4 | 2 .\" Copyright (c) 2012-2016 Intel Corporation 43 .Bd -ragged -offset indent 48 .Xr loader.conf 5 : 49 .Bd -literal -offset indent 65 .Bl -bullet 69 Per-CPU IO queue pairs 93 will create an I/O queue pair for each CPU, provided enough MSI-X vectors 101 .Xr loader.conf 5 : 102 .Bd -literal -offset indent 107 of MSI-X vectors consumed by the device, set the following tunable value in [all …]
|
| H A D | ahci.4 | 1 .\" Copyright (c) 2009-2013 Alexander Motin <mav@FreeBSD.org> 35 .Bd -ragged -offset indent 43 .Xr loader.conf 5 : 44 .Bd -literal -offset indent 50 .Bl -ohang 54 .Bl -tag -width 4n -offset indent -compact 64 Non-zero value enables CCC and defines maximum time (in ms), request can wait 84 .Bl -tag -width 4n -offset indent -compact 104 A manual bus reset/rescan may be needed after device hot-plug, unless hardware 110 setting to nonzero value forces driver attach to some known AHCI-capable [all …]
|
| H A D | tcp_bbr.4 | 30 .Nd TCP Bottleneck Bandwidth and Round-Trip Time Algorithm 33 .Xr loader.conf 5 : 34 .Bd -literal -offset indent 39 .Xr sysctl.conf 5 : 40 .Bd -literal -offset indent 44 Bottleneck bandwidth and round-trip time (BBR) is a congestion control algorithm which 46 It is a round-up redesign of congestion control, which is not loss-based, delay-based, 47 ECN-based or AIMD-based. 57 .Bl -tag -width ".Va exp_backoff_scale" 80 .Bl -tag -width ".Va exp_backoff_scale" [all …]
|
| /freebsd/usr.sbin/nscd/ |
| H A D | nscd.8 | 45 The cache is actually per-user. 52 .Bl -tag -width ".Sy Type" 61 (first in - first out), 81 .Va perform-actual-lookups 83 .Xr nscd.conf 5 . 88 .Bl -tag -width indent 96 Single-threaded mode. 101 .Xr nscd.conf 5 131 .Va perform-actual-lookups 151 .Bl -tag -width ".Pa /etc/nscd.conf" -compact [all …]
|
| H A D | nscd.conf.5 | 29 .Nm nscd.conf 39 .Pa nscd.conf 62 (for example, if some third-party 64 .Bl -tag -width indent 69 .It Va enable-cache Oo Ar cachename Oc Op Cm yes | no 72 .It Va positive-time-to-live Oo Ar cachename Oc Op Ar value 73 Sets the TTL (time-to-live) for the specified cache in seconds. 77 .It Va positive-policy Oo Ar cachename Oc Op Cm fifo | lru | lfu 84 (first-in-first-out), 86 (least-recently-used), and [all …]
|
| /freebsd/sbin/ipf/ipf/ |
| H A D | ipf.5 | 3 ipf, ipf.conf \- IPFilter firewall rules file format 5 The ipf.conf file is used to specify rules for the firewall, packet 7 specified in the ipf.conf file, the ipf(8) program is used. 14 The simplest rules that can be used in ipf.conf are expressed like this: 46 Comments in the ipf.conf file are indicated by the use of the '#' character. 61 are placed in the ipf.conf file. 117 For non-UDP packets, there are builtin checks that are applied in addition 140 behaviour with the simplest of keyboard mistakes - for example, 215 a reset (RST) packet. This packet indicates to the remote system that the 219 with the return-rst keyword like this: [all …]
|
| /freebsd/sys/dev/liquidio/base/ |
| H A D | cn23xx_pf_device.c | 54 /* Initiate chip-wide soft reset */ in lio_cn23xx_pf_soft_reset() 89 lio_dev_err(oct, "PCI-E Fatal error detected;\n" in lio_cn23xx_pf_enable_error_reporting() 99 lio_dev_dbg(oct, "Enabling PCI-E error reporting..\n"); in lio_cn23xx_pf_enable_error_reporting() 111 /* TBD: get the info in Hand-shake */ in lio_cn23xx_pf_coprocessor_clock() 121 oct->pfvf_hsword.coproc_tics_per_us = oqticks_per_us; in lio_cn23xx_pf_get_oq_ticks() 143 uint16_t mac_no = oct->pcie_port; in lio_cn23xx_pf_setup_global_mac_regs() 144 uint16_t pf_num = oct->pf_num; in lio_cn23xx_pf_setup_global_mac_regs() 158 (oct->sriov_info.trs << LIO_CN23XX_PKT_MAC_CTL_RINFO_TRS_BIT_POS); in lio_cn23xx_pf_setup_global_mac_regs() 179 srn = oct->sriov_info.pf_srn; in lio_cn23xx_pf_reset_io_queues() 180 ern = srn + oct->sriov_info.num_pf_rings; in lio_cn23xx_pf_reset_io_queues() [all …]
|
| /freebsd/share/man/man5/ |
| H A D | pf.conf.5 | 1 .\" $OpenBSD: pf.conf.5,v 1.406 2009/01/31 19:37:12 sobrado Exp $ 10 .\" - Redistributions of source code must retain the above copyright 12 .\" - Redistributions in binary form must reproduce the above 34 .Nm pf.conf 41 .Nm pf.conf . 44 .Nm pf.conf : 45 .Bl -tag -width xxxx 47 User-defined variables may be defined and used later, simplifying 50 .Nm pf.conf . 57 Ethernet filtering provides rule-based blocking or passing of Ethernet packets. [all …]
|
| /freebsd/crypto/krb5/src/man/ |
| H A D | Makefile.in | 4 SPHINX_BUILD=sphinx-build 6 GROFF_MAN=$(GROFF) -mtty-char -Tascii -mandoc -c 14 kadmind.sub kdb5_ldap_util.sub kdb5_util.sub kdc.conf.sub \ 16 kproplog.sub krb5.conf.sub krb5-config.sub krb5kdc.sub ksu.sub \ 21 # Update checked-in man pages from RST sources in the top-level doc 23 # make -f Makefile.in top_srcdir=.. srcdir=. man 24 # make -f Makefile.in clean 28 rm -rf rst_man 29 $(SPHINX_BUILD) -q -t mansubs -b man $(docsrc) rst_man 30 for f in rst_man/*.[0-9]; do \ [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | airoha,en7581-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/airoha,en7581-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Lorenzo Bianconi <lorenzo@kernel.org> 17 const: airoha,en7581-pinctrl 22 gpio-controller: true 24 '#gpio-cells': 27 gpio-ranges: 30 interrupt-controller: true [all …]
|
| H A D | mediatek,mt7986-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/mediatek,mt7986-pinctr [all...] |
| /freebsd/contrib/blocklist/libexec/ |
| H A D | blocklistd-helper | 3 #set -x 13 if [ -f "/etc/ipfw-blocklist.rc" ]; then 15 . /etc/ipfw-blocklist.rc 16 ipfw_offset=${ipfw_offset:-2000} 19 if [ -z "$pf" ]; then 21 if [ -x /etc/rc.d/$f ]; then 26 elif [ -f "/etc/$f.conf" ]; then 27 # xxx assume a config file means it can be enabled -- 35 if [ -z "$pf" -a -x "/sbin/iptables" ]; then 39 if [ -z "$pf" ]; then [all …]
|
| /freebsd/libexec/blocklistd-helper/ |
| H A D | blacklistd-helper | 3 #set -x 13 if [ -f "/etc/ipfw-blacklist.rc" ]; then 15 echo "@ WARNING: rename /etc/ipfw-blacklist.rc to @" >&2 16 echo "@ /etc/ipfw-blocklist.rc @" >&2 20 . /etc/ipfw-blacklist.rc 21 ipfw_offset=${ipfw_offset:-2000} 24 if [ -z "$pf" ]; then 26 if [ -x /etc/rc.d/$f ]; then 31 elif [ -f "/etc/$f.conf" ]; then 32 # xxx assume a config file means it can be enabled -- [all …]
|
| /freebsd/usr.bin/env/ |
| H A D | env.1 | 70 .Bl -tag -width indent 83 .\" -C 89 .\" -L | -U 92 .Xr login.conf 5 103 is used, only the system-wide 104 .Pa /etc/login.conf.db 116 .\" -P 125 .\" -S 136 also supports environment-variable substitution, as described 138 .\" -u [all …]
|