/freebsd/sys/contrib/device-tree/Bindings/thermal/ |
H A D | thermal-zones.yaml | 1 # SPDX-License-Identifier: (GPL-2.0) 4 --- 5 $id: http://devicetree.org/schemas/thermal/thermal-zones.yaml# 6 $schema: http://devicetree.org/meta-schemas/base.yaml# 11 - Daniel Lezcano <daniel.lezcano@linaro.org> 16 take appropriate action to mitigate thermal overloads. 20 - thermal-sensor: device that measures temperature, has SoC-specific bindings 21 - cooling-device: device used to dissipate heat either passively or actively 22 - thermal-zones: a container of the following node types used to describe all 25 This binding describes the thermal-zones. [all …]
|
H A D | thermal-sensor.yaml | 1 # SPDX-License-Identifier: (GPL-2.0) 4 --- 5 $id: http://devicetree.org/schemas/thermal/thermal-sensor.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Amit Kucheria <amitk@kernel.org> 16 action to mitigate thermal overloads. 20 - thermal-sensor: device that measures temperature, has SoC-specific bindings 21 - cooling-device: device used to dissipate heat either passively or actively 22 - thermal-zones: a container of the following node types used to describe all 25 This binding describes the thermal-sensor. [all …]
|
H A D | thermal.txt | 15 - thermal sensors: devices which may be used to take temperature 17 - cooling devices: devices which may be used to dissipate heat. 18 - trip points: describe key temperatures at which cooling is recommended. The 20 - cooling maps: used to describe links between trip points and cooling devices; 21 - thermal zones: used to describe thermal data within the hardware; 33 - #thermal-sensor-cells: Used to provide sensor device specific information 62 - #cooling-cells: Used to provide cooling device specific information 74 in which the system takes an action. This node describes just the point, 75 not the action. 78 - temperature: An integer indicating the trip temperature level, [all …]
|
/freebsd/sbin/devd/ |
H A D | devd.conf.5 | 26 .\" Copyright (c) 1999-2000 by Internet Software Consortium 37 .\" PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 38 .\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 59 .Bl -tag -width ".Ic options" 88 If two statements match the same event, only the action of the statement with 94 .Bd -literal -offset indent 101 .Ss Sub-statements 102 The following sub-statements are supported within the 105 .Bl -tag -width ".Ic directory" 114 .It Ic pid-file Qq Pa /var/run/devd.pid ; [all …]
|
/freebsd/share/man/man4/man4.i386/ |
H A D | apm.4 | 30 .Bl -enum -offset indent 56 .Bl -tag -width 4n -offset indent 108 .Bl -column "xxxxxxxxxxxxxxxxx" "xxxxxxxxxxxxx" "xxxxxxxx" 109 .It Sy "Name" Ta Sy "Action" Ta Sy "Description" 113 .It Dv "PMEV_CRITSUSPEND" Ta No "suspend system" Ta "critical suspend request" 115 .It Dv "PMEV_CRITRESUME" Ta No "resume system" Ta "critical resume" 128 Many, if not most, of the implementations of APM-bios in laptops 130 You may be putting your LCD-display and batteries at 133 MS-Windows is that they use the real-mode interface.) 143 is active, calling the BIOS setup routine by using hot-keys, [all …]
|
/freebsd/tests/sys/netinet6/ |
H A D | mld.py | 2 #- 3 # SPDX-License-Identifier: BSD-2-Clause 32 logging.getLogger("scapy").setLevel(logging.CRITICAL) 41 parser.add_argument('--sendif', nargs=1, 44 parser.add_argument('--recvif', nargs=1, 47 parser.add_argument('--src', nargs=1, 50 parser.add_argument('--to', nargs=1, 53 parser.add_argument('--debug', 54 required=False, action='store_true', 56 parser.add_argument('--mldraw01', [all …]
|
H A D | exthdr.py | 2 #- 3 # SPDX-License-Identifier: BSD-2-Clause 32 logging.getLogger("scapy").setLevel(logging.CRITICAL) 105 # XXX-TODO Try to put them in an order which could make sense 170 parser.add_argument('--sendif', nargs=1, 173 parser.add_argument('--recvif', nargs=1, 176 parser.add_argument('--src', nargs=1, 179 parser.add_argument('--to', nargs=1, 182 parser.add_argument('--debug', 183 required=False, action='store_true', [all …]
|
H A D | scapyi386.py | 2 #- 3 # SPDX-License-Identifier: BSD-2-Clause 32 logging.getLogger("scapy").setLevel(logging.CRITICAL) 40 parser.add_argument('--sendif', nargs=1, 43 parser.add_argument('--recvif', nargs=1, 46 parser.add_argument('--src', nargs=1, 49 parser.add_argument('--to', nargs=1, 52 parser.add_argument('--debug', 53 required=False, action='store_true',
|
/freebsd/sys/kern/ |
H A D | subr_smp.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 106 int mp_ncores = -1; /* how many physical cores running */ 143 KASSERT(mp_maxid >= mp_ncpus - 1, in mp_setmaxid() 197 CTR1(KTR_SMP, "forward_signal(%p)", td->td_proc); in forward_signal() 206 id = td->td_oncpu; in forward_signal() 218 * - Signals all CPUs in map to stop. 219 * - Waits for each to stop. 222 * -1: error 337 * - Signals all CPUs in map to restart. [all …]
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | 1.3.t | 41 \fIdefault\fP action is to be taken when signals occur. 46 the current memory image of the process for use in post-mortem debugging. 54 signals may yet occur. Mechanisms are provided whereby critical sections 72 Other, more cpu-specific hardware signals exist, 73 such as those for the various customer-reserved instructions on 90 on a descriptor, or when a \fInon-blocking\fP operation completes. 130 or that a default action (usually process termination) is to occur 143 whether the handler should operate on the normal run-time 145 is non-zero, the previous signal vector is returned. 176 The \fIscp\fP parameter is a pointer to a machine-dependent [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | BasicBlockUtils.h | 1 //===- Transform/Utils/BasicBlockUtils.h - BasicBlock Utils -----*- C++ -*- [all...] |
/freebsd/contrib/llvm-project/clang/include/clang/Testing/ |
H A D | TestAST.h | 1 //===--- TestAST.h - Build clang ASTs for testing -------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 14 // alive as a normal local object, with assertions as straight-line code. 19 //===----------------------------------------------------------------------===// 42 /// This affects the -x and -std flags used, and the filename. 45 /// Extra argv to pass to clang -cc1. 60 /// To suppress this, set ErrorOK or include "error-ok" in a comment in Code. 64 /// The action used to parse the code. 76 /// To keep tests terse, critical errors (e.g. invalid flags) are reported as [all …]
|
/freebsd/tests/sys/netpfil/common/ |
H A D | pft_synflood.py | 3 # SPDX-License-Identifier: BSD-2-Clause 30 logging.getLogger("scapy").setLevel(logging.CRITICAL) 50 parser.add_argument('--ip6', 51 action='store_true', 53 parser.add_argument('--sendif', nargs=1, 56 parser.add_argument('--to', nargs=1, 59 parser.add_argument('--count', nargs=1,
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_syslog.h | 31 #define LOG_ALERT 1 /* action must be taken immediately */ 32 #define LOG_CRIT 2 /* critical conditions */ 37 #define LOG_DEBUG 7 /* debug-level messages */ 87 /* how: 0->unbuffered, 1->linebuffer, 2->full */
|
/freebsd/tests/sys/netinet6/frag6/ |
H A D | frag6_10.py | 2 #- 3 # SPDX-License-Identifier: BSD-2-Clause 32 logging.getLogger("scapy").setLevel(logging.CRITICAL) 41 parser.add_argument('--sendif', nargs=1, 44 parser.add_argument('--recvif', nargs=1, 47 parser.add_argument('--src', nargs=1, 50 parser.add_argument('--to', nargs=1, 53 parser.add_argument('--debug', 54 required=False, action='store_true', 75 # We do not generate ICMPv6 for non-off=0-segments.
|
H A D | frag6_11.py | 2 #- 3 # SPDX-License-Identifier: BSD-2-Clause 32 logging.getLogger("scapy").setLevel(logging.CRITICAL) 41 parser.add_argument('--sendif', nargs=1, 44 parser.add_argument('--recvif', nargs=1, 47 parser.add_argument('--src', nargs=1, 50 parser.add_argument('--to', nargs=1, 53 parser.add_argument('--debug', 54 required=False, action='store_true',
|
H A D | frag6_05.py | 2 #- 3 # SPDX-License-Identifier: BSD-2-Clause 32 logging.getLogger("scapy").setLevel(logging.CRITICAL) 41 parser.add_argument('--sendif', nargs=1, 44 parser.add_argument('--recvif', nargs=1, 47 parser.add_argument('--src', nargs=1, 50 parser.add_argument('--to', nargs=1, 53 parser.add_argument('--debug', 54 required=False, action='store_true',
|
H A D | frag6_06.py | 2 #- 3 # SPDX-License-Identifier: BSD-2-Clause 32 logging.getLogger("scapy").setLevel(logging.CRITICAL) 41 parser.add_argument('--sendif', nargs=1, 44 parser.add_argument('--recvif', nargs=1, 47 parser.add_argument('--src', nargs=1, 50 parser.add_argument('--to', nargs=1, 53 parser.add_argument('--debug', 54 required=False, action='store_true',
|
H A D | frag6_19.py | 2 #- 3 # SPDX-License-Identifier: BSD-2-Clause 32 logging.getLogger("scapy").setLevel(logging.CRITICAL) 40 parser.add_argument('--sendif', nargs=1, 43 parser.add_argument('--recvif', nargs=1, 46 parser.add_argument('--src', nargs=1, 49 parser.add_argument('--to', nargs=1, 52 parser.add_argument('--debug', 53 required=False, action='store_true',
|
H A D | frag6_17.py | 2 #- 3 # SPDX-License-Identifier: BSD-2-Clause 33 logging.getLogger("scapy").setLevel(logging.CRITICAL) 41 parser.add_argument('--sendif', nargs=1, 44 parser.add_argument('--recvif', nargs=1, 47 parser.add_argument('--src', nargs=1, 50 parser.add_argument('--to', nargs=1, 53 parser.add_argument('--debug', 54 required=False, action='store_true', 62 # Send a sample of pseudo-random fragments into the system in order
|
H A D | frag6_18.py | 2 #- 3 # SPDX-License-Identifier: BSD-2-Clause 33 logging.getLogger("scapy").setLevel(logging.CRITICAL) 41 parser.add_argument('--sendif', nargs=1, 44 parser.add_argument('--recvif', nargs=1, 47 parser.add_argument('--src', nargs=1, 50 parser.add_argument('--to', nargs=1, 53 parser.add_argument('--debug', 54 required=False, action='store_true', 62 # Send a sample of pseudo-random fragments into the system in order
|
H A D | frag6_04.py | 2 #- 3 # SPDX-License-Identifier: BSD-2-Clause 32 logging.getLogger("scapy").setLevel(logging.CRITICAL) 61 parser.add_argument('--sendif', nargs=1, 64 parser.add_argument('--recvif', nargs=1, 67 parser.add_argument('--src', nargs=1, 70 parser.add_argument('--to', nargs=1, 73 parser.add_argument('--debug', 74 required=False, action='store_true', 86 # 0-byte first fragment. [all …]
|
/freebsd/sys/contrib/x86emu/ |
H A D | x86emu.h | 9 * Copyright (C) 1996-1999 SciTech Software, Inc. 10 * Copyright (C) David Mosberger-Tang 30 * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 31 * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 53 * available on the host machine. The only critical issue is that the
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun5i-a13.dtsi | 4 * Maxime Ripard <maxime.ripard@free-electrons.com> 6 * This file is dual-licensed: you can use it either under the terms 40 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 47 #include <dt-bindings/thermal/thermal.h> 50 thermal-zones { 51 cpu-thermal { 53 polling-delay-passive = <250>; 54 polling-delay = <1000>; 55 thermal-sensors = <&rtp>; 57 cooling-maps { [all …]
|
/freebsd/lib/geom/virstor/ |
H A D | gvirstor.8 | 1 .\" Copyright (c) 2006-2011 Ivan Voras <ivoras@FreeBSD.org> 91 indicates an action to be performed: 92 .Bl -tag -width ".Cm remove" 110 This command does not touch on-disk metadata. 120 This action can be safely performed while the virstor device is in use 145 .Bl -tag -width ".Fl f" 161 .Bd -literal -offset indent 162 .No gvirstor label -v Ar mydata Ar /dev/ada4 Ar /dev/ada6 170 .Bd -literal -offset indent 183 .Bd -literal -offset indent [all …]
|