/freebsd/sbin/devd/ |
H A D | apple.conf | 8 action "shutdown -p now"; 17 action "shutdown -p now"; 24 match "subsystem" "keys"; 28 $(expr `sysctl -n dev.backlight.0.level` - 10)"; 33 match "subsystem" "keys"; 37 $(expr `sysctl -n dev.backlight.0.level` + 10)"; 41 # The next blocks enable volume hotkeys that can be found on Apple laptops 44 match "subsystem" "keys"; 51 match "subsystem" "keys"; 52 match "type" "volume"; [all …]
|
H A D | asus.conf | 4 # The next blocks enable volume hotkeys that can be found on the Asus laptops 9 action "mixer vol.volume=0"; 16 action "mixer vol.volume=-10%"; 23 action "mixer vol.volume=+10%"; 26 # The next blocks enable volume hotkeys that can be found on the Asus EeePC 29 match "subsystem" "ASUS-Eee"; 31 action "mixer vol.volume=0"; 36 match "subsystem" "ASUS-Eee"; 38 action "mixer vol.volume=-10%"; 43 match "subsystem" "ASUS-Eee"; [all …]
|
/freebsd/sys/dev/adb/ |
H A D | adb_buttons.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 91 device_set_desc(dev, "ADB Brightness/Volume/Eject Buttons"); in abtn_probe() 101 sc->sc_dev = dev; in abtn_attach() 103 sc->handler_id = adb_get_device_handler(dev); in abtn_attach() 118 devctl_notify("PMU", "keys", "brightness", in abtn_receive_packet() 123 devctl_notify("PMU", "keys", "brightness", "notify=up"); in abtn_receive_packet() 128 devctl_notify("PMU", "keys", "mute", NULL); in abtn_receive_packet() 130 case 0x07: /* decrease volume */ in abtn_receive_packet() 131 case 0x02: /* decrease volume, AV hardware */ in abtn_receive_packet() [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 …]
|
H A D | msm8916-asus-z00l.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 /dts-v1/; 5 #include "msm8916-pm8916.dtsi" 6 #include "msm8916-modem-qdsp6.dtsi" 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-binding [all...] |
H A D | msm8916-lg-m216.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 /dts-v1/; 5 #include "msm8916-pm8916.dtsi" 6 #include "msm8916-modem-qdsp6.dtsi" 8 #include <dt-bindings/gpio/gpio.h> 13 chassis-type = "handset"; 22 stdout-path = "serial0"; 26 compatible = "simple-battery"; 27 voltage-min-design-microvolt = <3300000>; 28 voltage-max-design-microvolt = <4350000>; [all …]
|
H A D | msm8916-samsung-j5-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 #include "msm8916-pm8916.dtsi" 4 #include "msm8916-modem-qdsp6.dtsi" 6 #include <dt-bindings/gpio/gpio.h> 7 #include <dt-bindings/input/input.h> 8 #include <dt-binding [all...] |
H A D | msm8916-motorola-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 #include "msm8916-pm8916.dtsi" 4 #include "msm8916-modem-qdsp6.dtsi" 6 #include <dt-bindings/gpio/gpio.h> 7 #include <dt-bindings/input/input.h> 8 #include <dt-bindings/interrupt-controller/irq.h> 18 stdout-path = "serial0"; 21 gpio-keys { 22 compatible = "gpio-keys"; 24 pinctrl-0 = <&gpio_keys_default>; [all …]
|
H A D | msm8916-samsung-gt5-common.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 /dts-v1/; 5 #include "msm8916-pm8916.dtsi" 6 #include "msm8916-modem-qdsp6.dtsi" 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-binding [all...] |
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/ |
H A D | allow.py | 62 for whokey in raw.keys(): 63 perms = raw[whokey].keys() 105 self.local[nwho] -= self.ld[nwho] 106 self.descend[nwho] -= self.ld[nwho] 135 """Return a dict of raw perms {"whostr" -> {"perm" -> None}} 136 based on the command-line input.""" 152 assert inheritchr in "ld-" 172 storeperm("s", "-", who) 174 storeperm("c", "-", "") 239 for whokey in raw.keys(): [all …]
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zfs-create.8 | 9 .\" or https://opensource.org/licenses/CDDL-1.0. 37 .Nm zfs-create 50 .Fl V Ar size Ar volume 53 .Bl -tag -width "" 67 .Bl -tag -width "-o" 80 Creates all the non-existing parent datasets. 89 Do a dry-run 90 .Pq Qq No-op 103 Print machine-parsable verbose information about the created dataset. 109 keys have [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | adc-keys.txt | 2 ------------------------------------ 5 - compatible: "adc-keys" 6 - io-channels: Phandle to an ADC channel 7 - io-channel-names = "buttons"; 8 - keyup-threshold-microvolt: Voltage above or equal to which all the keys are 12 - poll-interval: Poll interval time in milliseconds 13 - autorepeat: Boolean, Enable auto repeat feature of Linux input 16 Each button (key) is represented as a sub-node of "adc-keys": 18 Required subnode-properties: 19 - label: Descriptive name of the key. [all …]
|
H A D | allwinner,sun4i-a10-lradc-keys.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/input/allwinner,sun4i-a10-lradc-keys.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Chen-Yu Tsai <wens@csie.org> 11 - Maxime Ripard <mripard@kernel.org> 16 - const: allwinner,sun4i-a10-lradc-keys 17 - const: allwinner,sun8i-a83t-r-lradc 18 - items: 19 - enum: [all …]
|
H A D | adc-keys.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/input/adc-keys.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandre Belloni <alexandre.belloni@bootlin.com> 13 - $ref: input.yaml# 17 const: adc-keys 19 io-channels: 22 io-channel-names: 25 keyup-threshold-microvolt: [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx53-ard.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 /dts-v1/; 8 #include <dt-bindings/input/input.h> 13 compatible = "fsl,imx53-ard", "fsl,imx53"; 20 eim-cs1@f4000000 { 21 #address-cell [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-msm8960-samsung-expressatt.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/input/input.h> 3 #include <dt-bindings/reset/qcom,gcc-msm8960.h> 5 #include "qcom-msm8960.dtsi" 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 9 #include <dt-bindings/input/gpio-keys.h> 12 model = "Samsung Galaxy Express SGH-I437"; 14 chassis-type = "handset"; 23 stdout-path = "serial0:115200n8"; [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 …]
|
/freebsd/share/man/man4/ |
H A D | acpi_ibm.4 | 36 .Bd -ragged -offset indent 43 .Bd -literal -offset indent 63 certain keys. 67 Specifying which keys should generate events is done by setting a bitmask, 80 .Bl -tag -width "subsystem" -offset indent -compact 95 .Bl -tag -width "subsystem" -offset indent -compact 137 Volume Up 139 Volume Down 158 .Bl -tag -width indent 160 (read-only) [all …]
|
/freebsd/crypto/openssh/ |
H A D | pathnames.h | 26 * System-wide file containing host keys of known hosts. This file should be 27 * world-readable. 35 * should be world-readable. 52 #define _PATH_SSHD_SESSION "/usr/libexec/sshd-session" 63 * directory should be world-readable (though not all files are). 68 * Per-user file containing host keys of known hosts. This file need not be 77 * Name of the default file containing client-side authentication key. This 92 * volume where root is mapped to nobody, this may need to be world-readable. 97 * File containing a list of those rsa keys that permit logging in as this 100 * directory resides on an NFS volume where root is mapped to nobody, this [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/exynos/ |
H A D | exynos850-e850-96.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * WinLink E850-96 board device tree source 8 * Device tree source file for WinLink's E850-96 board which is based on 12 /dts-v1/; 15 #include <dt-bindings/gpio/gpio.h> 16 #include <dt-bindings/input/input.h> 17 #include <dt-bindings/leds/common.h> 20 model = "WinLink E850-9 [all...] |
H A D | exynos7885-jackpotlte.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Samsung Galaxy A8 2018 (jackpotlte/SM-A530F) device tree source 9 /dts-v1/; 11 #include <dt-bindings/gpio/gpio.h> 12 #include <dt-bindings/input/input.h> 13 #include <dt-bindings/interrupt-controller/irq.h> 18 chassis-type = "handset"; 28 stdout-path = &serial_2; 38 gpio-keys { 39 compatible = "gpio-keys"; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/sprd/ |
H A D | sp9860g-1h10.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 8 /dts-v1/; 16 compatible = "sprd,sp9860g-1h10", "sprd,sc9860"; 33 stdout-path = "serial1:115200n8"; 36 gpio-keys { 37 compatible = "gpio-keys"; 39 key-volumedown { 40 label = "Volume Down Key"; 43 debounce-interval = <2>; 44 wakeup-source; [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | tar.5 | 1 .\" Copyright (c) 2003-2009 Tim Kientzle 39 tape drives that operate with fixed-size blocks, but is widely used as 44 archive consists of a series of 512-byte records. 61 commonly used with modern high-speed tape drives. 69 .Ss Old-Style Archive Format 76 which seems to be the earliest widely-used version of the tar program. 78 The header record for an old-style 81 .Bd -literal -offset indent 96 .Bl -ta [all...] |
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3308-evb.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 /dts-v1/; 8 #include <dt-bindings/input/input.h> 13 compatible = "rockchip,rk3308-evb", "rockchip,rk3308"; 16 stdout-path = "serial4:1500000n8"; 19 adc-keys0 { 20 compatible = "adc-keys"; 21 io-channels = <&saradc 0>; 22 io-channel-names = "buttons"; 23 poll-interval = <100>; [all …]
|