Home
last modified time | relevance | path

Searched +full:scp +full:- +full:core (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dmtk,scp.yaml1 # 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-schema
[all...]
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dmediatek,vcodec-subdev-decoder.yaml1 # 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 Dmediatek,vcodec-encoder.yaml1 # 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 - mediatek,mt8173-vcodec-enc-vp8
21 - mediatek,mt8173-vcodec-enc
22 - mediatek,mt8183-vcodec-enc
23 - mediatek,mt8188-vcodec-enc
24 - mediatek,mt8192-vcodec-enc
[all …]
H A Dmediatek,vcodec-decoder.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/media/mediatek,vcodec-decode
[all...]
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Damlogic,meson-vrtc.yaml1 # 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/sys/contrib/device-tree/Bindings/sram/
H A Dsram.yaml1 # 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/lib/libc/compat-43/
H A Dsigvec.238 .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 Darm,scpi.yaml1 # 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 Darm,scmi.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
6 $schema: http://devicetree.org/meta-schemas/core
[all...]
/freebsd/sys/dev/sound/pci/
H A Dcsa.c1 /*-
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 D1.3.t45 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 DMakefile3 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 Dsigaction.238 .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 DMakefile.in24 ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
25 SFTP_SERVER=$(libexecdir)/sftp-server
26 SSH_KEYSIGN=$(libexecdir)/ssh-keysign
27 SSH_PKCS11_HELPER=$(libexecdir)/ssh-pkcs11-helper
28 SSH_SK_HELPER=$(libexecdir)/ssh-sk-helper
35 PATHS= -DSSHDIR=\"$(sysconfdir)\" \
36 -D_PATH_SSH_PROGRAM=\"$(SSH_PROGRAM)\" \
37 -D_PATH_SSH_ASKPASS_DEFAULT=\"$(ASKPASS_PROGRAM)\" \
38 -D_PATH_SFTP_SERVER=\"$(SFTP_SERVER)\" \
39 -D_PATH_SSH_KEY_SIGN=\"$(SSH_KEYSIGN)\" \
[all …]
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos4412-itop-elite.dts1 // 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 Dexynos4412-itop-scp-core.dtsi1 // 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 Dmeson-axg.dtsi1 // 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-clk
[all...]
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8195-cherry.dtsi1 // 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-leve
[all...]
H A Dmt8192-asurada.dtsi1 // 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-suppl
[all...]
H A Dmt8192.dtsi1 // 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-controlle
900 scp: scp@10500000 { global() label
[all...]
H A Dmt8195.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
7 /dts-v1/;
8 #include <dt-bindings/clock/mt8195-clk.h>
9 #include <dt-bindings/gce/mt8195-gce.h>
10 #include <dt-bindings/interrupt-controlle
923 scp: scp@10500000 { global() label
[all...]
/freebsd/sys/dev/isp/
H A Disp.c1 /*-
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 Dgoogle,cros-ec.yaml1 # 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/share/man/man7/
H A Dsecurity.747 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 Dopenssh.spec8 # 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 …]

12