Home
last modified time | relevance | path

Searched +full:subsystem +full:- +full:level (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/freebsd/sbin/devd/
H A Dapple.conf7 match "subsystem" "Button";
8 action "shutdown -p now";
15 match "subsystem" "lid";
17 action "shutdown -p now";
24 match "subsystem" "keys";
27 action "sysctl dev.backlight.0.level=\
28 $(expr `sysctl -n dev.backlight.0.level` - 10)";
33 match "subsystem" "keys";
36 action "sysctl dev.backlight.0.level=\
37 $(expr `sysctl -n dev.backlight.0.level` + 10)";
[all …]
H A Ddevd.conf.526 .\" Copyright (c) 1999-2000 by Internet Software Consortium
59 .Bl -tag -width ".Ic options"
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 ;
116 .It Ic set Ar regexp-name Qq Ar (some|regexp) ;
118 .Ar regexp-name .
130 The following sub-statements are supported within the
[all …]
H A Dhyperv.conf2 # Hyper-V specific events
6 match "subsystem" "CDEV";
14 match "subsystem" "CDEV";
17 action "pkill -x hv_kvp_daemon";
22 match "subsystem" "CDEV";
30 match "subsystem" "CDEV";
33 action "pkill -x hv_vss_daemon";
37 # Rules for non-transparent network VF.
39 # How network VF works with hn(4) on Hyper-V in non-transparent mode:
41 # - Each network VF has a corresponding hn(4).
[all …]
/freebsd/sys/sys/
H A Diov.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2013-2015 Sandvine Inc.
37 #define VF_PREFIX "VF-"
53 * configurations, the SR-IOV infrastructure dynamically queries the PF
60 * 1) All keys are case-insensitive.
61 * 2) No keys that are not specified below may exist at any level of the
67 * TOP LEVEL
68 * 1) There must be a top-level key with the name PF_CONFIG_NAME. The value
72 * 2) There must be a top-level key with the name VF_SCHEMA_NAME. The value
[all …]
H A Dsyslog.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
39 * priorities/facilities are encoded into a single 32-bit quantity, where the
40 * bottom 3 bits are the priority (0-7) and the top 28 bits are the facility
41 * (0-big number). Both the priorities and the facilities map roughly
42 * one-to-one to strings in the syslogd(8) source code. This mapping is
54 #define LOG_DEBUG 7 /* debug-level messages */
83 { NULL, -1, }
89 #define LOG_USER (1<<3) /* random user-level messages */
94 #define LOG_LPR (6<<3) /* line printer subsystem */
[all …]
/freebsd/share/man/man4/
H A Dacpi_ibm.436 .Bd -ragged -offset indent
43 .Bd -literal -offset indent
80 .Bl -tag -width "subsystem" -offset indent -compact
83 .It subsystem
95 .Bl -tag -width "subsystem" -offset indent -compact
158 .Bl -tag -width indent
160 (read-only)
165 (read-only)
186 .Bl -tag -width indent-two -compact
237 (read-only)
[all …]
H A Dacpi_thermal.430 .Nd ACPI thermal management subsystem
55 .Bl -tag -width indent
58 A new active cooling level will not be selected until this interval expires.
68 If this is non-negative, the appropriate _AC%d object is running.
69 Set this value to the desired active cooling level to force
70 the corresponding fan object to the appropriate level.
79 These are bit-masked values.
96 level.
119 .Bl -tag -width "subsystem" -compact
122 .It subsystem
[all …]
H A Dacpi_hp.435 .Bd -ragged -offset indent
42 .Bd -literal -offset indent
48 driver provides support for ACPI-controlled features found on HP laptops
63 .Bl -tag -width "subsystem" -offset indent -compact
66 .It subsystem
77 .Bl -tag -width "0xc0" -offset indent -compact
93 The detail level can be adjusted by setting the sysctl
99 .Bl -tag -width indent
103 (read-only)
106 (read-only)
[all …]
H A Dntb.431 .Nd Non-Transparent Bridge subsystem
35 .Bd -ragged -offset indent
41 .Bd -literal -offset indent
47 .Bl -ohang
49 Driver debug level.
67 Non-Transparent Bridges connect two computer systems with PCIe
72 subsystem uses those resources provided in generic way by hardware drivers
82 .An -nosplit
85 subsystem was developed by Intel and originally written by
H A Dcfiscsi.42 .\" Copyright (c) 2015-2017 Alexander Motin <mav@FreeBSD.org>
35 .Bd -ragged -offset indent
44 .Bd -literal -offset indent
50 subsystem provides the kernel component of an iSCSI target.
66 .Bl -tag -width indent
68 Verbosity level for log messages from the kernel part of iSCSI target.
77 The number of seconds to wait for the iSCSI initiator to respond to a NOP-In
81 Set to 0 to disable sending NOP-In PDUs.
92 subsystem first appeared in
102 .An -nosplit
[all …]
H A Dctl.42 .\" Copyright (c) 2015-2017 Alexander Motin <mav@FreeBSD.org>
35 .Bd -ragged -offset indent
42 .Bd -literal -offset indent
48 subsystem provides SCSI target devices emulation.
51 .Bl -bullet -compact
53 Disk, CD-ROM and processor device emulation
76 All I/O handled in-kernel, no userland context switch overhead
81 subsystem includes multiple frontends to provide access using different
83 .Bl -tag -width cfumass
102 Provides access for local user-level applications via
[all …]
H A Discsi.433 .Bd -ragged -offset indent
40 .Bd -literal -offset indent
46 subsystem provides the kernel component of an iSCSI initiator,
60 .Bl -tag -width indent
62 Verbosity level for log messages from the
69 The number of seconds to wait for the target to respond to a NOP-Out
73 Set to 0 to disable sending NOP-Out PDUs.
110 subsystem first appeared in
115 subsystem was developed by
H A Dtimecounters.430 .Nd kernel time counters subsystem
32 The kernel uses several types of time-related devices, such as: real time clocks,
38 periodically, to run different time-based events.
41 Time counters are the lowest level of time tracking in the kernel.
45 performance-critical places like the process scheduler.
55 The goal of the time counters subsystem is to provide a unified way to access
58 Each driver implementing time counters registers them with the subsystem.
63 .Bd -literal
64 kern.timecounter.choice: TSC-low(-100) HPET(950) i8254(0) ACPI-fast(900) dummy(-1000000)
65 kern.timecounter.tc.ACPI-fast.mask: 16777215
[all …]
H A Diser.434 .Bd -ragged -offset indent
41 .Bd -literal -offset indent
66 .Bl -tag -width indent
68 Verbosity level for log messages from the
83 subsystem first appeared in
88 subsystem was developed by
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt1 ----------------------------------------
14 A few fixes including local cache allocation, FFixedHW Region, attribute packing, string vs. non-st…
17 ----------------------------------------
22 Fix 2 critical CVE addressing memory leaks - Seunghun Han
33 ----------------------------------------
46 ----------------------------------------
51 …that the PHAT firmware health record offset works correctly, fix various sub-table offsets, preven…
53 Fix the optional table 4-byte signature. Contributed by: Daniil Tatianin <99danilt@gmail.com>
72 ----------------------------------------
87 Add new tables for various architectures/OS, mainly RISC-V and also update many more.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smd.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andy Gross <agross@kernel.org>
11 - Bjorn Andersson <bjorn.andersson@linaro.org>
12 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
18 Using the top-level SMD node is deprecated. Instead, the SMD edges are defined
19 directly below the device node representing the respective remote subsystem
29 "^smd-edge|rpm$":
30 $ref: /schemas/remoteproc/qcom,smd-edge.yaml#
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dimx.txt5 ---------------------------
12 - compatible : "fsl,imx-capture-subsystem";
13 - ports : Should contain a list of phandles pointing to camera
18 capture-subsystem {
19 compatible = "fsl,imx-capture-subsystem";
25 --------------
27 This is the device node for the MIPI CSI-2 Receiver core in the i.MX
28 SoC. This is a Synopsys Designware MIPI CSI-2 host controller core
29 combined with a D-PHY core mixed into the same register block. In
30 addition this device consists of an i.MX-specific "CSI2IPU gasket"
[all …]
/freebsd/sys/net/route/
H A Droute_debug.h1 /*-
69 * LOG_WARNING - subsystem-global errors ("multipath init failed")
71 * LOG_INFO - subsystem non-transient errors ("Failed to unlink nexhop").
74 * LOG_DEBUG - subsystem debug. Not-too often events (hash resizes, recoverable failures).
77 * LOG_DEBUG2 - more debug. Per-item level (nhg,nh,route) debug, up to multiple lines per item.
79 * LOG_DEBUG3 - last debug level. Per-item large debug outputs.
107 FIB_LOG_##_l(_l, (_rh)->rib_fibnum, (_rh)->rib_family, _fmt, \
111 FIB_LOG_##_l(_l, (_ctl)->ctl_rh->rib_fibnum, \
112 (_ctl)->ctl_rh->rib_family, _fmt, ## __VA_ARGS__)
115 * Generic logging for routing subsystem
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1 //===-- StructuredDataDarwinLog.cpp --------
1702 llvm::StringRef subsystem; DumpHeader() local
[all...]
/freebsd/share/man/man9/
H A Dhhook.92 .\" Copyright (c) 2010-2011 The FreeBSD Foundation
110 The data type passed is subsystem dependent.
114 argument is a pointer to the persistent per-object storage allocated for use by
116 The pointer will only ever be NULL if the module did not request per-object
132 .Bd -literal -offset indent
150 .Bl -bullet
154 mappings in an appropriate subsystem header.
158 function during initialisation of the subsystem.
167 at the point in the subsystem's code where the hook point should be executed.
169 If the subsystem can be dynamically added/removed at runtime, each hook
[all …]
H A Dintro.92 .\" SPDX-License-Identifier: BSD-2-Clause
24 and/or design decisions behind a particular subsystem or piece of code.
29 OS-level concepts and practices.
31 information that readers approaching a particular subsystem or interface for
35 source code itself, is forever a work-in-progress.
47 describe types, global variables, macros, or high-level concepts.
58 There are implementations for many well-known data structures available in the
60 .Bl -tag -width "Xr bitstring 3"
64 An SMP-safe general-purpose counter implementation.
70 Singly-linked and doubly-linked lists, and queues.
[all …]
/freebsd/sys/
H A DREADME.md2 ----------------------
9 contains documentation of all possible entries. `LINT` is a compile-only
13 --------------
17 top-level of the src tree. Consult [`intro(9)`](https://man.freebsd.org/intro/9)
20 Some additional high-level documentation of the kernel is maintained in the
21 [Architecture Handbook](https://docs.freebsd.org/en/books/arch-handbook/).
24 ---------------
26 | --------- | ----------- |
27 | amd64 | AMD64 (64-bit x86) architecture support |
28 | arm | 32-bit ARM architecture support |
[all …]
/freebsd/sys/dev/intel/
H A Dpchtherm.c86 PCI_DESCR("Haswell Thermal Subsystem")},
88 PCI_DESCR("Haswell Thermal Subsystem")},
90 PCI_DESCR("Wildcat Point Thermal Subsystem")},
92 PCI_DESCR("Skylake PCH Thermal Subsystem")},
94 PCI_DESCR("Skylake PCH 100 Thermal Subsystem")},
96 PCI_DESCR("CannonLake-LP Thermal Subsystem")},
98 PCI_DESCR("CannonLake-H Thermal Subsystem")},
100 PCI_DESCR("CometLake-LP Thermal Subsystem")},
102 PCI_DESCR("CometLake-H Thermal Subsystem")},
104 PCI_DESCR("Lewisburg Thermal Subsystem")},
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6q.dtsi1 // SPDX-License-Identifier: GPL-2.0
5 #include <dt-bindings/interrupt-controller/irq.h>
6 #include "imx6q-pinfunc.h"
16 #address-cells = <1>;
17 #size-cells = <0>;
20 compatible = "arm,cortex-a9";
23 next-level-cache = <&L2>;
24 operating-points = <
32 fsl,soc-operating-points = <
33 /* ARM kHz SOC-PU uV */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dqcom,rpm-proc.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/remoteproc/qcom,rpm-proc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Qualcomm Resource Power Manager (RPM) Processor/Subsystem
10 - Bjorn Andersson <andersson@kernel.org>
11 - Konrad Dybcio <konradybcio@kernel.org>
12 - Stephan Gerhold <stephan@gerhold.net>
15 Resource Power Manager (RPM) subsystem found in various Qualcomm platforms:
17 +--------------------------------------------+
[all …]

12345678910>>...14