/freebsd/sys/dev/ice/ |
H A D | ice_iflib_recovery_txrx.c | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 34 * @brief iflib Tx/Rx ops for recovery mode 37 * that the firmware is in recovery mode. These ops essentially do nothing and 39 * receive when the device is in firmware recovery mode [all...] |
H A D | if_ice_iflib.c | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 252 * scctx->isc_tx_tso_size_max + the VLAN header is a valid size. 256 * DMA tag. However, scctx->isc_tx_tso_segsize_max is used to set the 285 * IFLIB_SKIP_MSIX allows the driver to handle allocating MSI-X 308 /* Static driver-wide sysctls */ 312 * ice_pci_mapping - Map PCI BAR memory 323 rc = ice_map_bar(sc->dev, &sc->bar0, 0); in ice_pci_mapping() 331 * ice_free_pci_mapping - Release PCI BAR memory 340 ice_free_bar(sc->dev, &sc->bar0); in ice_free_pci_mapping() 348 * ice_register - register device method callback [all …]
|
/freebsd/usr.sbin/fdread/ |
H A D | fdread.1 | 48 size is performed, and floppy-specific error recovery of otherwise 71 .Bl -tag -width indent 73 Turn on quiet mode. 79 In quiet mode, none of these messages 82 Enable error recovery. 88 In recovery mode, however, one of two recovery actions will be 90 .Bl -bullet 95 .Bf -emphasis 99 Still, this is the best recovery action that can be taken at all. 106 Unless operating in quiet mode, the action taken and the location of [all …]
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zpool-import.8 | 9 .\" or https://opensource.org/licenses/CDDL-1.0. 27 .\" Copyright (c) 2017 Open-E, Inc. All Rights Reserved. 34 .Nm zpool-import 46 .Op Fl -rewind-to-checkpoint 55 .Op Fl -rewind-to-checkpoint 65 .Bl -tag -width Ds 94 .Bl -tag -width Ds 135 .Bl -tag -width Ds 166 Recovery mode for a non-importable pool. 188 recovery option. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/reset/ |
H A D | reboot-mode.txt | 1 Generic reboot mode core map driver 3 This driver get reboot mode arguments and call the write 8 All mode properties are vendor specific, it is a indication to tell 10 as mode-xxx = <magic> (xxx is mode name, magic should be a none-zero value). 13 - mode-normal: Normal reboot mode, system reboot with command "reboot". 14 - mode-recovery: Android Recovery mode, it is a mode to format the device or update a new image. 15 - mode-bootloader: Android fastboot mode, it's a mode to re-flash partitions on the Android based d… 16 - mode-loader: A bootloader mode, it's a mode used to download image on Rockchip platform, 20 reboot-mode { 21 mode-normal = <BOOT_NORMAL>; [all …]
|
H A D | reboot-mode.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/power/reset/reboot-mode.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Generic reboot mode core map 10 - Andy Yan <andy.yan@rock-chips.com> 13 This driver get reboot mode arguments and call the write 18 All mode properties are vendor specific, it is a indication to tell 20 as mode-xxx = <magic> (xxx is mode name, magic should be a non-zero value). 23 - normal: Normal reboot mode, system reboot with command "reboot". [all …]
|
H A D | nvmem-reboot-mode.txt | 1 NVMEM reboot mode driver 3 This driver gets reboot mode magic value from reboot-mode driver 4 and stores it in a NVMEM cell named "reboot-mode". Then the bootloader 9 - compatible: should be "nvmem-reboot-mode". 10 - nvmem-cells: A phandle to the reboot mode provided by a nvmem device. 11 - nvmem-cell-names: Should be "reboot-mode". 13 The rest of the properties should follow the generic reboot-mode description 14 found in reboot-mode.txt 17 reboot-mode { 18 compatible = "nvmem-reboot-mode"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | st,sta32x.txt | 7 - compatible: "st,sta32x" 8 - reg: the I2C address of the device for I2C 9 - reset-gpios: a GPIO spec for the reset pin. If specified, it will be 12 - power-down-gpios: a GPIO spec for the power down pin. If specified, 16 - Vdda-supply: regulator spec, providing 3.3V 17 - Vdd3-supply: regulator spec, providing 3.3V 18 - Vcc-supply: regulator spec, providing 5V - 26V 22 - clocks, clock-names: Clock specifier for XTI input clock. 24 and disabled when it is removed. The 'clock-names' must be set to 'xti'. 26 - st,output-conf: number, Selects the output configuration: [all …]
|
H A D | st,sta350.txt | 7 - compatible: "st,sta350" 8 - reg: the I2C address of the device for I2C 9 - reset-gpios: a GPIO spec for the reset pin. If specified, it will be 12 - power-down-gpios: a GPIO spec for the power down pin. If specified, 16 - vdd-dig-supply: regulator spec, providing 3.3V 17 - vdd-pll-supply: regulator spec, providing 3.3V 18 - vcc-supply: regulator spec, providing 5V - 26V 22 - st,output-conf: number, Selects the output configuration: 23 0: 2-channel (full-bridge) power, 2-channel data-out 24 1: 2 (half-bridge). 1 (full-bridge) on-board power [all …]
|
H A D | cs35l32.txt | 5 - compatible : "cirrus,cs35l32" 7 - reg : the I2C address of the device for I2C. Address is determined by the level 10 - VA-supply, VP-supply : power supplies for the device, 15 - reset-gpios : a GPIO spec for the reset pin. If specified, it will be 18 - cirrus,boost-manager : Boost voltage control. 19 0 = Automatically managed. Boost-converter output voltage is the higher 21 1 = Automatically managed irrespective of audio, adapting for low-power 22 dissipation when LEDs are ON, and operating in Fixed-Boost Bypass Mode 24 2 = (Default) Boost voltage fixed in Bypass Mode (VBST = VP). 27 - cirrus,sdout-datacfg : Data configuration for dual CS35L32 applications only. [all …]
|
/freebsd/contrib/ntp/include/ |
H A D | mx4200.h | 3 #define PMVXG_S_INITMODEA 0 /* initialization/mode part A */ 4 #define PMVXG_S_INITMODEB 1 /* initialization/mode part B*/ 10 #define PMVXG_S_PASSTHRU 17 /* equipment port pass-thru config */ 14 #define PMVXG_S_TRECOVCONF 23 /* time recovery configuration */ 23 #define PMVXG_D_MODEDATA 4 /* mode data */ 27 #define PMVXG_D_SIGSTRLOC 8 /* sig strength & location (sats 1-4) */ 29 #define PMVXG_D_OSELFTEST 12 /* (old) self-test results */ 30 #define PMVXG_D_SIGSTRLOC2 18 /* sig strength & location (sats 5-8) */ 37 #define PMVXG_D_TRECOVUSEAGE 523 /* time recovery usage */ 39 #define PMVXG_D_TRECOVRESULT 828 /* time recovery results */ [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_mx4200.c | 3 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66. 41 * copied from the Oncore driver (Thanks, Poul-Henning Kamp). 42 * This code runs on SunOS 4.1.3 with ppsclock-1.6a1 and Solaris 7. 90 * gadget box and 1-PPS level converter, such as described in the 91 * Pulse-per-second (PPS) Signal Interfacing page. 111 #define PRECISION (-18) /* precision assumed (about 4 us) */ 123 #define NOT_INITIALIZED -9999. /* initial pivot longitude */ 203 * mx4200_start - open the devices and initialize data for processing 220 fd = refclock_open(&peer->srcad in mx4200_start() 286 int mode; mx4200_config() local 1235 int sentence_type, mode; mx4200_parse_p() local [all...] |
/freebsd/share/doc/usd/13.viref/ |
H A D | vi.ref | 94 George Neville-Neil added the Tcl interpreter, 102 IEEE Std 1003.2-1992, IEEE Standard Portable Operating 110 .sy echo -n >index 111 .oh 'Vi/Ex Reference''USD:13-%' 112 .eh 'USD:13-%''Vi/Ex Reference' 119 is a line-oriented text editor. 127 .b \-R 128 (read-only) option of 137 are intended as bug-for-bug compatible replacements for the original 141 This reference manual is accompanied by a traditional-style manual page. [all …]
|
/freebsd/share/man/man4/ |
H A D | da.4 | 43 The direct access class includes disk, magneto-optical, 44 and solid-state devices. 55 Parameters affecting the device's cache are stored in mode page 8, 57 Mode pages can be examined and modified via the 61 The read cache is used to store data from device-initiated read ahead 69 (Read Cache Disable) bit in the caching control mode page. 79 a file system is non-deterministic and can cause corruption. 82 recently reported as complete, but it is none-the-less recommended that 93 (Write Cache Enable) bit in the caching control mode page. 100 concurrently, often re-ordering them to reduce the number and length of [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/marvell/ |
H A D | armada-3720-uDPU.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 3 /dts-v1/; 5 #include "armada-3720-uDPU.dtsi" 11 sfp_eth0: sfp-eth0 { 13 i2c-bus = <&i2c0>; 14 los-gpios = <&gpiosb 2 GPIO_ACTIVE_HIGH>; 15 mod-def0-gpios = <&gpiosb 3 GPIO_ACTIVE_LOW>; 16 tx-disable-gpios = <&gpiosb 4 GPIO_ACTIVE_HIGH>; 17 tx-fault-gpios = <&gpiosb 5 GPIO_ACTIVE_HIGH>; 18 maximum-power-milliwatt = <3000>; [all …]
|
/freebsd/sys/netinet/ |
H A D | tcp.h | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 85 return (((uint16_t)th->th_x2 << 8) | th->th_flags); in __tcp_get_flags() 91 th->th_x2 = (flags >> 8) & 0x0f; in __tcp_set_flags() 92 th->th_flags = flags & 0xff; in __tcp_set_flags() 140 * For IPv4 the MSS is 576 - sizeof(struct tcpiphdr) 141 * For IPv6 the MSS is IPV6_MMTU - sizeof(struct ip6_hdr) - sizeof(struct tcphdr) 170 #define TCP_MAXOLEN (TCP_MAXHLEN - sizeof(struct tcphdr)) 179 * User-settable options (used with setsockopt). These are discrete 198 #define TCP_TXTLS_MODE 40 /* Transmit TLS mode */ [all …]
|
/freebsd/share/misc/ |
H A D | scsi_modes | 1 # SCSI mode page data base. 35 # 'i' is a byte-sized integral types, followed by a field width of 38 # 'b' is a bit-sized integral type 39 # 't' is a bitfield type- followed by a bit field width 42 # 'z' values are null-padded strings 78 {Autoload Mode} t3 81 {Extended Self-Test Completion Time} i2 95 0x02 "Disconnect-Reconnect" { 111 0x16 "Extended Device-Type Specific"; 154 0x18 "Protocol-Specific Logical Unit"; [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Liam Girdwood <lgirdwood@gmail.com> 11 - Mark Brown <broonie@kernel.org> 14 regulator-nam [all...] |
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/ |
H A D | tegra234-p3768-0000.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 4 compatible = "nvidia,p3768-0000"; 11 stdout-path = "serial0:115200n8"; 23 vcc-supply = <&vdd_1v8_sys>; 24 address-width = <8>; 27 read-only; 32 current-speed = <115200>; 37 assigned-clock [all...] |
/freebsd/contrib/ntp/html/drivers/ |
H A D | mx4200data.html | 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 12 <!-- #BeginDate format:En2m -->21-Oct-2010 23:44<!-- #EndDate --> 20 <li><a href="#input_000">$PMVXG,000</a> Initialization/Mode Control - Part A 21 <li><a href="#input_001">$PMVXG,001</a> Initialization/Mode Control - Part B 23 <li><a href="#input_023">$PMVXG,023</a> Time Recovery Configuration 33 <li><a href="#output_523">$PMVXG,523</a> Time Recovery Configuration 34 <li><a href="#output_830">$PMVXG,830</a> Time Recovery Results 39 …e>NMEA-0183</cite> Standard for Interfacing Marine Electronics Navigation Devices (version 1.5). F… 111 …<p>The data, delimited by commas, follows the sentence type. Note that the receiver uses a free-fo… 112 …the optional checksum in the examples. The checksum is computed by exclusive-ORing all of the byte… [all …]
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | debugfs.c | 1 // SPDX-License-Identifier: ISC 31 dev->ibf = !!val; in mt7996_implicit_txbf_set() 41 *val = dev->ibf; in mt7996_implicit_txbf_get() 49 /* test knob of system error recovery */ 54 struct mt7996_phy *phy = file->private_data; in mt7996_sys_recovery_set() 55 struct mt7996_dev *dev = phy->dev; in mt7996_sys_recovery_set() 56 bool band = phy->mt76->band_idx; in mt7996_sys_recovery_set() 62 return -EINVAL; in mt7996_sys_recovery_set() 65 return -EFAULT; in mt7996_sys_recovery_set() 67 if (count && buf[count - 1] == '\n') in mt7996_sys_recovery_set() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3568-fastrhino-r68s.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT 3 #include "rk3568-fastrhino-r66s.dtsi" 7 compatible = "lunzn,fastrhino-r68s", "rockchip,rk3568"; 15 adc-keys { 16 compatible = "adc-keys"; 17 io-channels = <&saradc 0>; 18 io-channel-names = "buttons"; 19 keyup-threshold-microvolt = <1800000>; 21 button-recovery { 22 label = "Recovery"; [all …]
|
/freebsd/contrib/byacc/ |
H A D | README.BTYACC | 1 -- $Id: README.BTYACC,v 1.2 2014/04/22 08:18:57 Tom.Shields Exp $ 12 "YYREDUCEPOSNFUNCARG" & "YYCALLREDUCEPOSN") is replaced by a bison-compatible 16 replaced by a bison-compatible "%destructor" implementation. 19 & "yyerror_detailed()") is subsumed by the bison-compatible "yyerror()" 20 implementation, as modified by the %parse-param and %locations directives. 25 ------------------------------------------------------------------------------- 26 BTYACC -- backtracking yacc 52 ------------------- 59 - text position computation and propagation, 60 - industrial-strength error processing and recovery. [all …]
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | core.c | 1 // SPDX-License-Identifier: BSD-3-Clause-Clear 3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved. 4 * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved. 33 if (!ab->hw_params->supports_suspend) in ath12k_core_suspend() 34 return -EOPNOTSUPP; in ath12k_core_suspend() 75 if (!ab->hw_params->supports_suspend) in ath12k_core_resume() 76 return -EOPNOTSUPP; in ath12k_core_resume() 100 /* strlen(',variant=') + strlen(ab->qmi.target.bdf_ext) */ in ath12k_core_create_board_name() 103 if (ab->qmi.target.bdf_ext[0] != '\0') in ath12k_core_create_board_name() 105 ab->qmi.target.bdf_ext); in ath12k_core_create_board_name() [all …]
|
/freebsd/contrib/nvi/common/ |
H A D | recover.c | 1 /*- 42 * Recovery code. 45 * paths of a b+tree file and a mail recovery file. The former is the file 48 * simple states of recovery are: 51 * the b+tree file exists and is mode 700, the mail recovery 54 * the b+tree file exists and is mode 600, the mail recovery 58 * file descriptor for the mail recovery file. 60 * To find out if a recovery file/backing file pair are in use, try to get 61 * a lock on the recovery file. 72 * haven't yet failed at setting up or doing recovery. [all …]
|