/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | qcom-rpm.txt | 8 - compatible: 12 "qcom,rpm-apq8064" 13 "qcom,rpm-msm8660" 14 "qcom,rpm-msm8960" 15 "qcom,rpm-ipq8064" 16 "qcom,rpm-mdm9615" 18 - reg: 20 Value type: <prop-encoded-array> 23 - interrupts: 25 Value type: <prop-encoded-array> [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | qcom,rpm-regulator.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/regulator/qcom,rpm-regulator.yaml# 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd/usr.bin/proccontrol/ |
H A D | proccontrol.c | 1 /*- 38 enum mode { enum 58 enum mode mode; member 86 warnx("non-numeric pid"); in str2pid() 87 return (-1); in str2pid() 96 fprintf(stderr, " proccontrol -m mode -s (enable|disable) " in usage() 97 "(-p pid | command)\n"); in usage() 98 fprintf(stderr, " proccontrol -m mode -q [-p pid]\n"); in usage() 109 int arg, ch, error, mode; in main() local 113 mode = MODE_INVALID; in main() [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_power.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 28 * Notify Power Mgt is enabled in self-generated frames. 29 * If requested, force chip awake. 45 * Do a Power-On-Reset if OWL is shutdown in ar5416SetPowerModeAwake() 46 * the NetBSD driver power-cycles the Cardbus slot in ar5416SetPowerModeAwake() 53 AH5416(ah)->ah_initPLL(ah, AH_NULL); in ar5416SetPowerModeAwake() 65 for (i = POWER_UP_TIME / 50; i != 0; i--) { in ar5416SetPowerModeAwake() [all …]
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | invoke-ntpdc.texi | 4 @cindex vendor-specific NTPD control program 7 # EDIT THIS FILE WITH CAUTION (invoke-ntpdc.texi) 9 # It has been AutoGen-ed May 25, 2024 at 12:04:17 AM by AutoGen 5.18.16 10 # From the definitions ntpdc-opts.def 11 # and the template file agtexi-cmd.tpl 19 @code{ntpq(1ntpqmdoc)} instead - it can do everything 28 It uses NTP mode 7 control message formats described in the source code. 30 be run either in interactive mode or controlled using command line 42 using the @code{agtexi-cmd} template and the option descriptions for the @code{ntpdc} program. 46 * ntpdc usage:: ntpdc help/usage (@option{- [all...] |
/freebsd/sys/dev/drm2/ |
H A D | drm_modes.c | 2 * Copyright © 1997-2003 by The XFree86 Project, Inc. 4 * Copyright © 2007-2008 Intel Corporation 6 * Copyright 2005-2006 Luc Verhaegen 38 * drm_mode_debug_printmodeline - debug print a mode 40 * @mode: mode to print 45 * Describe @mode using DRM_DEBUG. 47 void drm_mode_debug_printmodeline(const struct drm_display_mode *mode) in drm_mode_debug_printmodeline() argument 51 mode->base.id, mode->name, mode->vrefresh, mode->clock, in drm_mode_debug_printmodeline() 52 mode->hdisplay, mode->hsync_start, in drm_mode_debug_printmodeline() 53 mode->hsync_end, mode->htotal, in drm_mode_debug_printmodeline() [all …]
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | terminal.c | 95 * -1: No useful work done, data waiting to go out. 98 * n: All data - n was written out. 126 n1 = n0 - n; in ttyflush() 135 return -1; in ttyflush() 138 return -1; in ttyflush() 141 return n0 - n + 1; in ttyflush() 146 * These routines decides on what the mode should be (based on the values 154 int mode = 0; in getconnmode() local 157 mode |= MODE_ECHO; in getconnmode() 160 mode |= MODE_FLOW; in getconnmode() [all …]
|
/freebsd/sys/dev/mii/ |
H A D | nsphyterreg.h | 3 /*- 4 * SPDX-License-Identifier: BSD-2-Clause 65 #define PHYSTS_MP_DESCRLK 0x0200 /* de-scrambler lock */ 85 #define MIPGSR_MSK_ANC 0x0800 /* mask auto-neg complete event */ 96 #define PCSR_SINGLE_SD 0x8000 /* single-ended SD mode */ 97 #define PCSR_FEFI_EN 0x4000 /* far end fault indication mode */ 99 #define PCSR_DESCR_TO_SEL 0x1000 /* descrambler timer mode */ 102 #define PCSR_TX_QUIET 0x0200 /* 100Mb/s transmit true quiet mode */ 104 #define PCSR_F_LINK_100 0x0040 /* force good link in 100Mb/s */ 114 #define PCSR_MP_TQ_EN 0x0400 /* enable True Quiet mode */ [all …]
|
H A D | bmtphyreg.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 48 #define AUX_CTL_FEF_EN 0x0020 /* far-end fault enable */ 51 #define AUX_STS_FX_MODE 0x0400 /* 100base-FX mode (strap pin) */ 63 #define MII_BMTPHY_RXERROR_CTR 0x12 /* 100base-X Rx error counter */ 66 #define MII_BMTPHY_FCS_CTR 0x13 /* 100base-X false carrier counter */ 69 #define MII_BMTPHY_DIS_CTR 0x14 /* 100base-X disconnect counter */ 76 #define AUX_CSR_FLINK 0x4000 /* force 10baseT link pass */ 81 #define AUX_CSR_ANEG 0x0008 /* auto-negotiation activated */ 82 #define AUX_CSR_F100 0x0004 /* force 100base */ [all …]
|
/freebsd/libexec/bootpd/ |
H A D | bootpd.8 | 12 .Op Fl c Ar chdir-path 59 This mode of operation is referred to as "inetd mode" and causes 75 in "standalone mode" (without 78 Standalone mode is particularly useful when 82 (Automatic start up in standalone mode can be done by invoking 87 Standalone mode is less useful for 94 or from a shell and automatically selects the appropriate mode. 99 option may be used to force standalone or inetd mode respectively 103 .Bl -tag -width indent 118 In standalone mode, this option is forced to zero. [all …]
|
/freebsd/usr.sbin/wpa/wpa_cli/ |
H A D | wpa_cli.8 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-2-Clause 48 is a text-based frontend program for interacting with 62 mode, dot11 and dot1x MIBs, etc. 77 one-time passwords or generic token card 79 challenge-response that uses an external device for generating the 87 is in interactive mode providing access to unsolicited messages 90 Interactive mode is started when 97 In command line mode, the same commands are 103 non-root user access by using the [all …]
|
/freebsd/contrib/ntp/scripts/update-leap/ |
H A D | update-leap.1update-leapmdoc | 2 .Dt UPDATE_LEAP 1update-leapmdoc User Commands 4 .\" EDIT THIS FILE WITH CAUTION (update-leap-opts.mdoc) 6 .\" It has been AutoGen-ed May 25, 2024 at 12:05:51 AM by AutoGen 5.18.16 7 .\" From the definitions update-leap-opts.def 8 .\" and the template file agmdoc-cmd.tpl 10 .Nm update-leap 11 .Nd leap-seconds file manager/updater 17 .Op Fl \-optio [all...] |
H A D | update-leap.mdoc.in | 2 .Dt UPDATE_LEAP 1update-leapmdoc User Commands 4 .\" EDIT THIS FILE WITH CAUTION (update-leap-opts.mdoc) 6 .\" It has been AutoGen-ed May 25, 2024 at 12:05:51 AM by AutoGen 5.18.16 7 .\" From the definitions update-leap-opts.def 8 .\" and the template file agmdoc-cmd.tpl 10 .Nm update-leap 11 .Nd leap-seconds file manager/updater 17 .Op Fl \-optio [all...] |
H A D | update-leap.1update-leapman | 2 . it 1 an-trap 6 .ds B-Font [CB] 7 .ds I-Font [CI] 8 .ds R-Font [CR] 10 .ds B-Font B 11 .ds I-Font I 12 .ds R-Font R 13 .TH update-leap 1update-leapman "25 May 2024" "ntp (4.2.8p18)" "User Commands" 15 .\" EDIT THIS FILE WITH CAUTION (in-me [all...] |
H A D | update-leap.man.in | 2 . it 1 an-trap 6 .ds B-Font [CB] 7 .ds I-Font [CI] 8 .ds R-Font [CR] 10 .ds B-Font B 11 .ds I-Font I 12 .ds R-Font R 13 .TH update-leap 1update-leapman "25 May 2024" "ntp (4.2.8p18)" "User Commands" 15 .\" EDIT THIS FILE WITH CAUTION (in-me [all...] |
/freebsd/crypto/libecc/ |
H A D | common.mk | 1 # Detect mingw, since some versions throw a warning with the -fPIC option 2 # (which would be caught as an error in our case with -Werror) 4 MINGW := $(shell $(CROSS_COMPILE)$(CC) -dumpmachine 2>&1 | grep -v mingw) 6 APPLE := $(shell $(CROSS_COMPILE)$(CC) -dumpmachine 2>&1 | grep -v apple) 9 FPIC_CFLAG=-fPIC 11 FPIE_CFLAG=-fPIE 12 FPIE_LDFLAGS=-pie -Wl,-z,relro,-z,now 17 SYS_ROOT_PATH := $(shell xcode-select --print-path) 20 SYS_ROOT := --sysroot=$(SYS_ROOT_PATH) 26 # in conjuction with stack-protector as check functions [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | common-properties.txt | 5 ---------- 13 - big-endian: Boolean; force big endian register accesses 15 know the peripheral always needs to be accessed in big endian (BE) mode. 16 - little-endian: Boolean; force little endian register accesses 18 peripheral always needs to be accessed in little endian (LE) mode. 19 - native-endian: Boolean; always use register accesses matched to the 20 endianness of the kernel binary (e.g. LE vmlinux -> readl/writel, 21 BE vmlinux -> ioread32be/iowrite32be). In this case no byte swaps 22 will ever be performed. Use this if the hardware "self-adjusts" 27 In such cases, little-endian is the preferred default, but it is not [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5312/ |
H A D | ar5312_power.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 31 * Notify Power Mgt is enabled in self-generated frames. 32 * If requested, force chip awake. 47 * Notify Power Mgt is disabled in self-generated frames. 48 * If requested, force chip to sleep. 57 * Notify Power Management is enabled in self-generating 58 * fames. If request, set power mode of chip to [all …]
|
/freebsd/share/misc/ |
H A D | usb_hid_usages | 4 # - lines that do not start with a white space give the number and name of 6 # - lines that start with a white space give the number and name of 20 0x08 Multi-axis Controller 62 0x90 D-pad Up 63 0x91 D-pad Down 64 0x92 D-pad Right 65 0x93 D-pad Left 107 0xB2 Anti-Torque Control 278 0x2D Keyboard - and (underscore) 283 0x32 Keyboard Non-US # and ~ [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | mediatek,tphy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: MediaTek T-PHY Controller 11 - Chunfeng Yun <chunfeng.yun@mediatek.com> 14 The T-PHY controller supports physical layer functionality for a number of 17 Layout differences of banks between T-PHY V1 (mt8173/mt2701) and 18 T-PHY V2 (mt2712) / V3 (mt8195) when works on USB mode: 19 ----------------------------------- 67 pattern: "^t-phy(@[0-9a-f]+)?$" [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | nvidia,tegra124-dfll.txt | 4 Documentation/devicetree/bindings/clock/clock-bindings.txt 7 the fast CPU cluster. It consists of a free-running voltage controlled 10 communicating with an off-chip PMIC either via an I2C bus or via PWM signals. 13 - compatible : should be one of: 14 - "nvidia,tegra124-dfll": for Tegra124 15 - "nvidia,tegra210-dfll": for Tegra210 16 - reg : Defines the following set of registers, in the order listed: 17 - registers for the DFLL control logic. 18 - registers for the I2C output logic. 19 - registers for the integrated I2C master controller. [all …]
|
/freebsd/usr.sbin/pw/ |
H A D | pw.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 104 static int mode = -1; 105 static int which = -1; 108 static void cmdhelp(int mode, int which); in main() 123 conf.fd = - in main() 110 int mode = -1, which = -1, tmp; main() local 218 cmdhelp(int mode,int which) cmdhelp() argument [all...] |
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zinject.8 | 1 .\" SPDX-License-Identifier: CDDL-1.0 10 .\" or https://opensource.org/licenses/CDDL-1.0. 25 .\" lint-ok: WARNING: sections out of conventional order: Sh SYNOPSIS 41 .Bl -tag -width Ds 54 Force an error into the pool at a bookmark. 68 Force a vdev into the DEGRADED or FAULTED state. 129 Force a vdev error. 165 Force an error into the contents of a file. 177 Force an error into the metadnode for a file or directory. 190 Force an error into the MOS of a pool. [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_power.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2004 Atheros Communications, Inc. 28 * Notify Power Mgt is disabled in self-generated frames. 29 * If requested, set Power Mode of chip to auto/normal. 40 * Notify Power Mgt is enabled in self-generated frames. 41 * If requested, force chip awake. 59 for (i = POWER_UP_TIME / 200; i != 0; i--) { in ar5210SetPowerModeAwake() 82 * Notify Power Mgt is disabled in self-generated frames. [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_power.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2006 Atheros Communications, Inc. 29 * Notify Power Mgt is enabled in self-generated frames. 30 * If requested, force chip awake. 48 for (i = POWER_UP_TIME / 200; i != 0; i--) { in ar5211SetPowerModeAwake() 71 * Notify Power Mgt is disabled in self-generated frames. 72 * If requested, force chip to sleep. 83 * Notify Power Management is enabled in self-generating [all …]
|