/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8183-kukui-jacuzzi.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 6 #include "mt8183-kukui.dtsi" 7 /* Must come after mt8183-kukui.dtsi to modify cros_ec */ 8 #include <arm/cros-ec-keyboard.dtsi> 11 pp1200_mipibrdg: pp1200-mipibrdg { 12 compatible = "regulator-fixed"; 13 regulator-name = "pp1200_mipibrdg"; 14 pinctrl-names = "default"; 15 pinctrl-0 = <&pp1200_mipibrdg_en>; 17 enable-active-high; [all …]
|
/freebsd/usr.sbin/mptutil/ |
H A D | mpt_volume.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 16 * 3. Neither the name of the author nor the names of any co-contributors 44 MPT_TABLE(top, volume); 74 warnx("name: volume and name required"); in volume_name() 78 if (strlen(av[2]) >= sizeof(vnames->Name)) { in volume_name() 92 warnc(error, "Invalid volume: %s", av[1]); in volume_name() 99 warn("Failed to fetch volume names"); in volume_name() 104 if (vnames->Header.PageType != MPI_CONFIG_PAGEATTR_CHANGEABLE) { in volume_name() 105 warnx("Volume name is read only"); in volume_name() [all …]
|
/freebsd/share/man/man4/ |
H A D | pcm.4 | 2 .\" Copyright (c) 2009-2011 Joel Dahl <joel@FreeBSD.org> 39 .Bd -ragged -offset indent 60 driver are: multichannel audio, per-application 61 volume control, dynamic mixing through virtual sound channels, true full 74 .Bl -bullet -compact 118 .Xr snd_uaudio 4 (auto-loaded on device plug) 145 .Bl -tag -widt [all...] |
H A D | mfi.4 | 35 .Bd -ragged -offset indent 43 .Bd -literal -offset indent 51 A simple management interface is also provided on a per-controller basis via 67 driver's behavior when a request is made to remove a mounted volume. 68 By default the driver will disallow any requests to remove a mounted volume. 77 By default the driver will attach to all known cards with high probe priority. 96 .Bl -bullet -compact 120 IBM ServeRAID-MR10i 127 .Bl -tag -width ".Pa /dev/mfid?" -compact 134 .Bl -diag [all …]
|
/freebsd/sys/dev/mps/ |
H A D | mps_mapping.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2011-2015 LSI Corp. 5 * Copyright (c) 2013-2015 Avago Technologies 29 * Avago Technologies (LSI) MPT-Fusion Host Adapter FreeBSD 63 * _mapping_clear_map_entry - Clear a particular mapping entry. 71 map_entry->physical_id = 0; in _mapping_clear_map_entry() 72 map_entry->device_info = 0; in _mapping_clear_map_entry() 73 map_entry->phy_bits = 0; in _mapping_clear_map_entry() 74 map_entry->dpm_entry_num = MPS_DPM_BAD_IDX; in _mapping_clear_map_entry() [all …]
|
H A D | mps_sas_lsi.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2011-2015 LSI Corp. 5 * Copyright (c) 2013-2015 Avago Technologies 29 * Avago Technologies (LSI) MPT-Fusion Host Adapter FreeBSD 98 u32 high; member 107 u16 reserved1[10]; /* 0-9 */ 108 u16 serial_number[10]; /* 10-19 */ 109 u16 reserved2[7]; /* 20-26 */ 110 u16 model_number[20]; /* 27-46*/ [all …]
|
/freebsd/sys/dev/mpr/ |
H A D | mpr_mapping.c | 1 /*- 2 * Copyright (c) 2011-2015 LSI Corp. 3 * Copyright (c) 2013-2016 Avago Technologies 4 * Copyright 2000-2020 Broadcom Inc. 28 * Broadcom Inc. (LSI) MPT-Fusion Host Adapter FreeBSD 62 * _mapping_clear_map_entry - Clear a particular mapping entry. 70 map_entry->physical_id = 0; in _mapping_clear_map_entry() 71 map_entry->device_info = 0; in _mapping_clear_map_entry() 72 map_entry->phy_bits = 0; in _mapping_clear_map_entry() 73 map_entry->dpm_entry_num = MPR_DPM_BAD_IDX; in _mapping_clear_map_entry() [all …]
|
H A D | mpr_sas_lsi.c | 1 /*- 2 * Copyright (c) 2011-2015 LSI Corp. 3 * Copyright (c) 2013-2016 Avago Technologies 4 * Copyright 2000-2020 Broadcom Inc. 28 * Broadcom Inc. (LSI) MPT-Fusion Host Adapter FreeBSD 98 u32 high; member 107 u16 reserved1[10]; /* 0-9 */ 108 u16 serial_number[10]; /* 10-19 */ 109 u16 reserved2[7]; /* 20-26 */ 110 u16 model_number[20]; /* 27-46*/ [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/nopwrite/ |
H A D | nopwrite.shlib | 28 typeset high=99 38 # If we are dealing with a volume, deduct the refreserv from the used 43 if [[ "$(get_prop type $origin)" = "volume" ]]; then 45 ((origin_used -= rr )) 47 high=98 56 within_percent $origin_used $clone_refer $high || return 1 57 within_percent $origin_used $snap_refer $high || return 1 63 typeset deadlist=$(zdb -Pddd $clone | awk '/Deadlist:/ {print $2}')
|
/freebsd/contrib/sendmail/src/ |
H A D | TUNING | 1 # Copyright (c) 2001-2003, 2014 Proofpoint, Inc. and its suppliers. 8 # $Id: TUNING,v 1.22 2013-11-22 20:51:54 ca Exp $ 34 * Mailing Lists and Large Aliases (1-n Mailing) 35 * 1-1 Mass Mailing 36 * High Volume Mail 42 is non-trivial to combine low latency (fast delivery of incoming 43 mail) with high overall throughput. 50 ----------------------------------------------- 58 disk is exceeded, which is true for almost every high-volume 70 ----------------------------------------------- [all …]
|
/freebsd/sbin/restore/ |
H A D | restore.8 | 103 .Bl -tag -width Ds 113 .Bl -tag -width Fl 143 utility will ask which volume the user wishes to mount. 145 start with the last volume, and work towards the first volume. 180 Request a particular tape of a multi volume set on which to restart 205 .Bd -literal -offset indent 266 .Bl -tag -width Ds 310 as the input for every volume in the backup. 318 is set to the current volume number being read. 321 script is started each time a volume is loaded, as if it were a tape drive. [all …]
|
/freebsd/sys/dev/sound/pci/ |
H A D | envy24.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 29 /* -------------------------------------------------------------------- */ 40 #define PCIR_MT 0x1c /* Professional Multi-Track I/O Base Address */ 48 #define PCIM_LAC_MPU401 0x0008 /* MPU-401 I/O enable */ 60 #define PCIM_LCC_MPUBASE 0x0006 /* MPU-401 base 300h-330h */ 68 #define PCIM_SCFG_MPU 0x20 /* 1(0)/2(1) MPU-401 UART(s) */ 71 #define PCIM_SCFG_ADC 0x0c /* 1-4 stereo ADC connected */ 72 #define PCIM_SCFG_DAC 0x03 /* 1-4 stereo DAC connected */ 74 #define PCIR_ACL 0x61 /* AC-Link Configuration Register */ [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6qdl-nitrogen6x.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 OR X11 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/input/input.h> 12 stdout-path = &uart2; 20 reg_2p5v: regulator-2p5v { 21 compatible = "regulator-fixed"; 22 regulator-name = "2P5V"; 23 regulator-min-microvolt = <2500000>; 24 regulator-max-microvolt = <2500000>; 25 regulator-always-on; [all …]
|
H A D | imx6qdl-nitrogen6_som2.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 OR X11 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/input/input.h> 10 stdout-path = &uart2; 18 backlight_lcd: backlight-lcd { 19 compatible = "pwm-backlight"; 21 brightness-levels = <0 4 8 16 32 64 128 255>; 22 default-brightness-level = <7>; 23 power-supply = <®_3p3v>; 27 backlight_lvds0: backlight-lvds0 { [all …]
|
H A D | imx6sx-sdb.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 5 /dts-v1/; 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/input/input.h> 13 compatible = "fsl,imx6sx-sdb", "fsl,imx6sx"; 16 stdout-path = &uart1; 24 backlight_display: backlight-display { 25 compatible = "pwm-backlight"; 27 brightness-levels = <0 4 8 16 32 64 128 255>; 28 default-brightness-level = <6>; [all …]
|
H A D | imx6qdl-nitrogen6_max.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 OR X11 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/input/input.h> 10 stdout-path = &uart2; 18 reg_1p8v: regulator-1p8v { 19 compatible = "regulator-fixed"; 20 regulator-name = "1P8V"; 21 regulator-min-microvolt = <1800000>; 22 regulator-max-microvolt = <1800000>; 23 regulator-always-on; [all …]
|
H A D | imx6qdl-sabrelite.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 OR X11 8 #include <dt-bindings/clock/imx6qdl-clock.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/input/input.h> 14 stdout-path = &uart2; 27 reg_2p5v: regulator-2p5v { 28 compatible = "regulator-fixed"; 29 regulator-name = "2P5V"; 30 regulator-min-microvolt = <2500000>; 31 regulator-max-microvolt = <2500000>; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8916-lg-c50.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 /dts-v1/; 5 #include "msm8916-pm8916.dtsi" 7 #include <dt-bindings/gpio/gpio.h> 12 chassis-type = "handset"; 21 stdout-path = "serial0"; 24 gpio-keys { 25 compatible = "gpio-keys"; 27 pinctrl-0 = <&gpio_keys_default>; 28 pinctrl-names = "default"; [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 2 %%% BibTeX-file{ 23 %%% (incompletely) 1970 -- 1979. 50 %%% covering 1958--1996 became too large (about 65 %%% Algorithms 1--492. For Algorithms 493--686, 72 %%% cross-referenced in both directions, so 75 %%% Corrigenda. Cross-referenced entries are 77 %%% that each is completely self-contained. 83 %%% ftp://netlib.bell-labs.com/netlib/toms. 88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1. 90 %%% The initial draft of entries for 1981 -- [all …]
|
/freebsd/crypto/heimdal/ |
H A D | README | 9 the manual on how we prefer them: <heimdal-bugs@h5l.org>. 11 For more information see the web-page at 14 heimdal-announce@sics.se low-volume announcement 15 heimdal-discuss@sics.se high-volume discussion 17 send a mail to heimdal-announce-request@sics.se and 18 heimdal-discuss-request@sics.se respectively to subscribe.
|
/freebsd/sys/contrib/device-tree/src/arm/nvidia/ |
H A D | tegra30-cardhu.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/input/input.h> 3 #include <dt-bindings/thermal/thermal.h> 5 #include "tegra30-cpu-opp.dtsi" 6 #include "tegra30-cpu-opp-microvol [all...] |
H A D | tegra114-tn7.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include <dt-bindings/input/input.h> 15 linux,initrd-start = <0x82000000>; 16 linux,initrd-end = <0x82800000>; 24 trusted-foundations { 25 compatible = "tlm,trusted-foundations"; 26 tlm,version-majo [all...] |
/freebsd/lib/geom/raid/ |
H A D | graid.8 | 84 GEOM RAID class uses on-disk metadata to provide access to software-RAID 88 To allow booting from RAID volume, the metadata format should match the 97 .Bl -tag -width ".Cm destroy" 99 Create an array with single volume. 102 argument specifies the on-disk metadata format to use for this array, 106 argument specifies the label of the created volume. 109 argument specifies the RAID level of the created volume, such as: 117 .Bl -tag -width ".Fl s Ar strip" 126 bytes on each component for this volume. 135 Create another volume on the existing array. [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-msm8226-samsung-ms013g.dts | 1 // SPDX-License-Identifier: BSD-3-Clause 3 /dts-v1/; 5 #include "qcom-msm8226.dtsi" 8 /delete-node/ &smem_region; 13 chassis-type = "handset"; 22 stdout-path = "serial0:115200n8"; 25 gpio-hall-sensor { 26 compatible = "gpio-keys"; 28 pinctrl-0 = <&gpio_hall_sensor_default>; 29 pinctrl-names = "default"; [all …]
|
H A D | qcom-msm8974-samsung-hlte.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 #include "qcom-msm8974.dtsi" 5 #include <dt-bindings/input/input.h> 6 #include <dt-bindings/leds/common.h> 7 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 12 chassis-type = "handset"; 21 stdout-path = "serial0:115200n8"; 24 gpio-keys { 25 compatible = "gpio-keys"; 27 pinctrl-0 = <&gpio_keys_pin_a>; [all …]
|