/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | mtk,scp.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/remoteproc/mtk,scp.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Mediatek SCP 10 - Tinghan Shen <tinghan.shen@mediatek.com> 13 This binding provides support for ARM Cortex M4 Co-processor found on some 19 - mediatek,mt8183-scp 20 - mediatek,mt8186-scp 21 - mediatek,mt8188-scp [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | mediatek,vcodec-subdev-decoder.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/media/mediatek,vcodec-subde [all...] |
H A D | mediatek,vcodec-encoder.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/media/mediatek,vcodec-encoder.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Yunfei Dong <yunfei.dong@mediatek.com> 20 - items: 21 - enum: 22 - mediatek,mt8173-vcodec-enc-vp8 23 - mediatek,mt8173-vcodec-enc 24 - mediatek,mt8183-vcodec-enc [all …]
|
H A D | mediatek,vcodec-decoder.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/media/mediatek,vcodec-decode [all...] |
H A D | mediatek,mdp3-rdma.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/media/mediatek,mdp3-rdma.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Matthias Brugger <matthias.bgg@gmail.com> 11 - Moudy Ho <moudy.ho@mediatek.com> 24 - enum: 25 - mediatek,mt8183-mdp3-rdma 26 - mediatek,mt8188-mdp3-rdma 27 - mediatek,mt8195-mdp3-rdma [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sram/ |
H A D | sram.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Generic on-chip SRAM 10 - Rob Herring <robh@kernel.org> 19 Following the generic-names recommended practice, node names should 30 - mmio-sram 31 - amlogic,meson-gxbb-sram 32 - arm,juno-sram-ns 33 - atmel,sama5d2-securam [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/rtc/ |
H A D | amlogic,meson-vrtc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/rtc/amlogic,meson-vrtc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Neil Armstrong <neil.armstrong@linaro.org> 17 application processors (AP) and the secure co-processor (SCP.) When 18 the AP suspends, the SCP will use the value of this register to 19 program an always-on timer before going sleep. When the timer expires, 20 the SCP will wake up and will then wake the AP. 23 - $ref: rtc.yaml# [all …]
|
/freebsd/lib/libc/compat-43/ |
H A D | sigvec.2 | 38 .Bd -literal 48 .Bf -symbolic 67 This may be changed, on a per-handler basis, 125 is non-zero, it 138 is non-zero, the previous handling information for the signal 144 .Bl -column SIGVTALARMXX "create core imagexxx" 148 .It Dv SIGQUIT No " create core image" " quit program" 149 .It Dv SIGILL No " create core image" " illegal instruction" 150 .It Dv SIGTRAP No " create core image" " trace trap" 151 .It Dv SIGABRT No " create core image" Ta Xr abort 3 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/firmware/ |
H A D | arm,scpi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Sudeep Holla <sudeep.holla@arm.com> 15 0922B ("ARM Compute Subsystem SCP: Message Interface Protocols")[0] can be 33 - const: arm,scpi # SCPI v1.0 and above 34 - const: arm,scpi-pre-1.0 # Unversioned SCPI before v1.0 35 - items: 36 - enum: 37 - amlogic,meson-gxbb-scpi [all …]
|
H A D | arm,scmi.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Sudeep Holla <sudeep.holla@arm.com> 26 - $ref: /schemas/firmware/nxp,imx95-scmi.yaml 34 - description: SCMI compliant firmware with mailbox transport 36 - const: arm,scmi 37 - description: SCMI compliant firmware with ARM SMC/HVC transport 39 - const: arm,scmi-smc 40 - description: SCMI compliant firmware with ARM SMC/HVC transport [all …]
|
/freebsd/sys/dev/sound/pci/ |
H A D | csa.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 9 * Copyright (c) 1996-1998 Crystal Semiconductor Corp. 93 static int csa_initialize(sc_p scp); 192 subcard = card->cards; in csa_findsubcard() 211 device_set_desc(dev, card->name); in csa_probe() 220 sc_p scp; in csa_attach() local 225 scp = device_get_softc(dev); in csa_attach() 228 bzero(scp, sizeof(*scp)); in csa_attach() 229 scp->dev = dev; in csa_attach() [all …]
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | 1.3.t | 45 may be accompanied by creation of a \fIcore\fP image file, containing 46 the current memory image of the process for use in post-mortem debugging. 72 Other, more cpu-specific hardware signals exist, 73 such as those for the various customer-reserved instructions on 78 powerful \fIquit\fP signal, that normally causes a core image 90 on a descriptor, or when a \fInon-blocking\fP operation completes. 143 whether the handler should operate on the normal run-time 145 is non-zero, the previous signal vector is returned. 171 (*sv_handler)(signo, code, scp); 172 int signo; long code; struct sigcontext *scp; [all …]
|
/freebsd/crypto/openssh/regress/ |
H A D | Makefile | 3 tests: prep file-tests t-exec unit 8 file-tests: $(REGRESS_TARGETS) 11 interop interop-tests: t-exec-interop 13 extra extra-tests: t-extra 16 test "x${USE_VALGRIND}" = "x" || mkdir -p $(OBJ)/valgrind-out 19 for F in $(CLEANFILES); do rm -f $(OBJ)$$F; done 20 rm -rf $(OBJ).putty 21 rm -rf $(OBJ).dropbear 26 proxy-connect \ 27 sshfp-connect \ [all …]
|
/freebsd/lib/libsys/ |
H A D | sigaction.2 | 38 .Bd -literal 73 This may be changed, on a per-handler basis, 144 is non-NULL, it specifies an action 150 is non-NULL, the previous handling information for the signal 173 A signal-specific default action may be reset by 178 The defaults are process termination, possibly with core dump; 198 .Bl -tag -offset indent -width SA_RESETHANDXX 218 processes terminate, and then returns a value of \-1 with 309 .Bl -column SIGVTALARMXX "create core imagexxx" 313 .It Dv SIGQUIT Ta create core image Ta quit program [all …]
|
/freebsd/crypto/openssh/ |
H A D | Makefile.in | 24 ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass 25 SFTP_SERVER=$(libexecdir)/sftp-server 26 SSH_KEYSIGN=$(libexecdir)/ssh-keysign 27 SSHD_SESSION=$(libexecdir)/sshd-session 28 SSH_PKCS11_HELPER=$(libexecdir)/ssh-pkcs11-helper 29 SSH_SK_HELPER=$(libexecdir)/ssh-sk-helper 36 PATHS= -DSSHDIR=\"$(sysconfdir)\" \ 37 -D_PATH_SSH_PROGRAM=\"$(SSH_PROGRAM)\" \ 38 -D_PATH_SSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\" \ 39 -D_PATH_SFTP_SERVER=\"$(SFTP_SERVER)\" \ [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos4412-itop-elite.dts | 1 // SPDX-License-Identifier: GPL-2.0 9 * Device tree source file for TOPEET iTop Exynos 4412 core board 13 /dts-v1/; 14 #include <dt-bindings/leds/common.h> 15 #include <dt-bindings/pwm/pwm.h> 16 #include <dt-bindings/sound/samsung-i2s.h> 17 #include "exynos4412-itop-scp-core.dtsi" 21 compatible = "topeet,itop4412-elite", "samsung,exynos4412", "samsung,exynos4"; 29 stdout-path = "serial2:115200n8"; 33 compatible = "gpio-leds"; [all …]
|
H A D | exynos4412-itop-scp-core.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 9 * Device tree source file for TOPEET iTop Exynos 4412 SCP package core 13 #include <dt-bindings/clock/samsung,s2mps11.h> 14 #include <dt-bindings/gpio/gpio.h> 15 #include <dt-bindings/input/input.h> 17 #include "exynos4412-ppmu-common.dtsi" 18 #include "exynos-mfc-reserved-memory.dtsi" 31 compatible = "samsung,secure-firmware"; 35 fixed-rate-clocks { 37 compatible = "samsung,clock-xxti"; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-axg.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 6 #include <dt-bindings/clock/axg-aoclkc.h> 7 #include <dt-bindings/clock/axg-audio-clkc.h> 8 #include <dt-bindings/clock/axg-clkc.h> 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/gpio/meson-axg-gpio.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 12 #include <dt-bindings/interrupt-controller/arm-gic.h> 13 #include <dt-bindings/reset/amlogic,meson-axg-audio-arb.h> 14 #include <dt-bindings/reset/amlogic,meson-axg-reset.h> [all …]
|
/freebsd/sys/dev/isp/ |
H A D | isp.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 4 * Copyright (c) 2009-2020 Alexander Motin <mav@FreeBSD.org> 5 * Copyright (c) 1997-2009 by Matthew Jacob 34 * code for the Qlogic ISP SCSI and FC-SCSI adapters. 151 if (fcp->isp_fwstate == state) in isp_change_fw_state() 154 "Chan %d Firmware state <%s-> in isp_change_fw_state() 2097 uint8_t *scp = fcp->isp_scratch; isp_gid_pt() local 2135 uint8_t *scp = fcp->isp_scratch; isp_gff_id() local 2192 uint8_t *scp = fcp->isp_scratch; isp_gft_id() local 2562 uint8_t *scp = fcp->isp_scratch; isp_register_fc4_type() local 2607 uint8_t *scp = fcp->isp_scratch; isp_register_fc4_features_24xx() local 2665 uint8_t *scp = fcp->isp_scratch; isp_register_port_name_24xx() local 2729 uint8_t *scp = fcp->isp_scratch; isp_register_node_name_24xx() local 3291 ispstatus_cont_t *scp = (ispstatus_cont_t *)qe; isp_intr_respq() local [all...] |
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | google,cros-ec.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mfd/google,cros-ec.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Benson Leung <bleung@chromium.org> 11 - Guenter Roeck <groeck@chromium.org> 22 - description: 24 const: google,cros-ec-i2c 25 - description: 27 const: google,cros-ec-spi [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8195-cherry.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 6 #include <dt-bindings/gpio/gpio.h> 7 #include <dt-bindings/spmi/spmi.h> 25 backlight_lcd0: backlight-lcd0 { 26 compatible = "pwm-backlight"; 27 brightness-levels = <0 1023>; 28 default-brightness-level = <576>; 29 enable-gpios = <&pio 82 GPIO_ACTIVE_HIGH>; 30 num-interpolated-steps = <1023>; 32 power-supply = <&ppvar_sys>; [all …]
|
H A D | mt8192-asurada.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 6 /dts-v1/; 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/spmi/spmi.h> 25 stdout-path = "serial0:115200n8"; 33 backlight_lcd0: backlight-lcd0 { 34 compatible = "pwm-backlight"; 36 power-supply = <&ppvar_sys>; 37 enable-gpios = <&pio 152 0>; 38 brightness-levels = <0 1023>; [all …]
|
H A D | mt8192.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 7 /dts-v1/; 8 #include <dt-bindings/clock/mt8192-clk.h> 9 #include <dt-bindings/gce/mt8192-gce.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 12 #include <dt-bindings/memory/mt8192-larb-port.h> 13 #include <dt-bindings/pinctrl/mt8192-pinfunc.h> 14 #include <dt-bindings/phy/phy.h> 15 #include <dt-bindings/power/mt8192-power.h> [all …]
|
/freebsd/share/man/man7/ |
H A D | security.7 | 47 multi-user systems have some inherent security, the job of building and 60 As yesterday's mini-computers and mainframes 74 .Bl -enum -offset indent 89 Typically, DoS attacks are brute-force mechanisms that attempt 99 Brute-force network attacks are harder to deal with. 100 A spoofed-packet attack, for example, is 114 The result is that if you have any moderate-sized user base, 137 may find a bug in a root-run server and be able to break root over a network 138 connection to that server, or the attacker may know of a bug in an SUID-root 152 Security remedies should always be implemented with a multi-layered [all …]
|
/freebsd/crypto/openssh/contrib/redhat/ |
H A D | openssh.spec | 8 # Version of ssh-askpass 11 # Do we want to disable building of x11-askpass? (1=yes 0=no) 14 # Do we want to disable building of gnome-askpass? (1=yes 0=no) 23 # Use GTK2 instead of GNOME in gnome-ssh-askpass 47 # rpm -ba|--rebuild --define 'skip_xxx 1' 53 # rpm -ba|--rebuild --define 'no_gtk2 1' 65 # rpm -ba|--rebuild --define "static_openssl 1" 68 # Options for Smartcard support: (needs libsectok and openssl-engine) 69 # rpm -ba|--rebuild --define "smartcard 1" 90 Source0: https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz [all …]
|