Home
last modified time | relevance | path

Searched +full:global +full:- +full:halt (Results 1 – 25 of 100) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dazoteq,iqs7222.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
21 - azoteq,iqs7222a
22 - azoteq,iqs7222b
23 - azoteq,iqs7222c
24 - azoteq,iqs7222d
29 irq-gpios:
32 Specifies the GPIO connected to the device's active-low RDY output.
[all …]
H A Diqs269a.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jef
[all...]
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dqcom,ssc-block-bus.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/bus/qcom,ssc-block-bus.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: The AHB Bus Providing a Global View of the SSC Block on (some) qcom SoCs
10 - Michael Srba <Michael.Srba@seznam.cz>
27 - const: qcom,msm8998-ssc-block-bus
28 - const: qcom,ssc-block-bus
32 - description: SSCAON_CONFIG0 registers
33 - description: SSCAON_CONFIG1 registers
[all …]
/freebsd/contrib/bc/tests/
H A Dscript.sh3 # SPDX-License-Identifier: BSD-2-Clause
5 # Copyright (c) 2018-2024 Gavin D. Howard and contributors.
30 set -e
38 outputdir=${BC_TEST_OUTPUT_DIR:-$testdir}
44 if [ $# -eq 1 ]; then
51 # Command-line processing.
52 if [ "$#" -l
[all...]
/freebsd/lib/libsys/
H A Dreboot.233 .Nd reboot system or halt processor
46 Only the super-user may reboot a machine on demand.
58 .Bl -tag -width RB_POWERCYCLE
92 Load the symbol table and enable a built-in debugger in the system.
111 currently-running executable, and mount root filesystem using the same
117 Initially mount the root file system read-only.
121 check and then multi-user operations.
123 prevents this, booting the system with a single-user shell
143 Otherwise, a -1 is returned and an error is returned in the global
147 .Bl -tag -width Er
[all …]
/freebsd/sys/arm/include/
H A Dmachdep.h19 void halt(void);
35 /* Board-specific attributes */
62 * Symbols created by ldscript.arm which are accessible in the kernel as global
65 * following the data, so the data size is end-start). These are listed below
/freebsd/stand/i386/cdboot/
H A Dcdboot.S28 # from a CD-ROM booted with no emulation mode as described by the El
65 .set SEL_SCODE,0x18 # PM-32 code
66 .set SEL_SCODE16,0x20 # PM-16 code
90 .set DIR_EXTENT,2 # Offset of 64-bit LBA
91 .set DIR_SIZE,10 # Offset of 64-bit length
92 .set DIR_NAMELEN,32 # Offset of 8-bit name len
111 mov $msg_welcome,%si # %ds:(%si) -> welcome message
116 mov $msg_bootinfo,%si # %ds:(%si) -> boot args message
118 mov $MEM_ARG,%bx # %ds:(%bx) -> boot args
119 mov %bx,%di # %es:(%di) -> boot args
[all …]
/freebsd/sys/dev/acpica/
H A Dacpivar.h1 /*-
78 struct apm_clone_data *acpi_clone; /* Pseudo-dev for devd(8). */
145 * Entry points to ACPI from above are global functions defined in this
150 * ACPI tables and global shared data are protected by a global lock
153 * Each ACPI device can have its own driver-specific mutex for protecting
160 * ACPI-CA handles its own locking and should not be called with locks held.
163 * GPE -> EC runs _Qxx -> _Qxx reads EC space -> GPE
180 * ACPI CA does not define layers for non-ACPI CA drivers.
205 * See the Intel document titled "Intel Processor Vendor-Specific ACPI",
206 * number 302223-007.
[all …]
/freebsd/contrib/openbsm/man/
H A Daudit_control.51 .\" Copyright (c) 2004-2009 Apple Inc.
7 .\" contract FA8650-15-C-7558 ("CADETS"), as part of the DARPA Transparent
49 .Bl -tag -width indent
96 A list of global audit policy flags specifying various behaviors, such as
99 Maximum trail size in bytes; if set to a non-0 value, the audit daemon will
107 .It Va expire-after
112 If no expire-after parameter is given then audit log files will not
118 be in the kernel's post-commit queue pending write to disk.
121 Depending on the underlying kernel implementation, the number of in-flight
128 the maximum number of allowable in-flight records multiplied by the maximum
[all …]
/freebsd/sys/security/audit/
H A Daudit_worker.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 1999-2008 Apple Inc.
5 * Copyright (c) 2006-2008, 2016, 2018 Robert N. M. Watson
10 * contract FA8650-15-C-7558 ("CADETS"), as part of the DARPA Transparent
153 mp = vp->v_mount; in audit_record_write()
163 mnt_stat = &mp->mnt_stat; in audit_record_write()
175 * We handle four different space-related limits: in audit_record_write()
177 * - A fixed (hard) limit on the minimum free blocks we require on in audit_record_write()
181 * - An administrative (soft) limit, which when fallen below, results in audit_record_write()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1 //===-- Process.cpp -------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
83 // setting target.process.disable-memory-cache
104 Process *process = exe_ctx->GetProcessPtr(); in GetPropertyAtIndex()
108 process->GetValueProperties().get()); in GetPropertyAtIndex()
110 return instance_properties->ProtectedGetPropertyAtIndex(idx); in GetPropertyAtIndex()
185 m_collection_sp->Initialize(g_process_experimental_properties); in ProcessExperimentalProperties()
190 m_process(process) // Can be nullptr for global ProcessProperties in ProcessProperties()
193 // Global process properties, set them up one time in ProcessProperties()
[all …]
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h41 /** VS2010 does not support inttypes - remove when VS2010 support is dropped */
64 typedef uint64_t ocsd_trc_index_t; /**< Trace source index type - 64 bit size */
67 typedef uint32_t ocsd_trc_index_t; /**< Trace source index type - 32 bit size */
72 #define OCSD_BAD_TRC_INDEX ((ocsd_trc_index_t)-1)
74 #define OCSD_BAD_CS_SRC_ID ((uint8_t)-1)
99 OCSD_ERR_ATTACH_TOO_MANY, /**< Cannot attach - attach device limit reached. */
100 OCSD_ERR_ATTACH_INVALID_PARAM, /**< Cannot attach - invalid parameter. */
101 OCSD_ERR_ATTACH_COMP_NOT_FOUND,/**< Cannot detach - component not found. */
103 OCSD_ERR_RDR_FILE_NOT_FOUND, /**< source reader - file not found. */
104 OCSD_ERR_RDR_INVALID_INIT, /**< source reader - invalid initialisation parameter. */
[all …]
/freebsd/usr.sbin/crunch/examples/
H A Dreally-big.conf1 # really-big.conf - just about everything, just for testing.
3 # those hard-to-reach programs. I stopped when I got tired, but we
18 ln sh -sh
25 progs bim clri disklabel dmesg dump dumpfs fsck halt
95 # xntpd uses a gross hack to pass some information in the global
101 libs -L/usr/src/usr.sbin/xntpd/lib -lntp
150-parse.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-lang.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-lex.o /usr…
155 libs -ledit -lgnumalloc -lc -lcrypt -ltermcap -lcurses -ltelnet -lutil -lkvm
156 libs -ll -ly -lm -lresolv -lrpcsvc -lcompat
/freebsd/sys/dev/drm2/
H A Ddrm.h11 /*-
85 * backwards-compatibility reasons.
116 * The lock structure is a simple cache-line aligned integer. To avoid
137 char __user *date; /**< User-space buffer to hold date */
139 char __user *desc; /**< User-space buffer to hold desc */
153 int count; /**< Length of user-space structures */
193 _DRM_RESTRICTED = 0x01, /**< Cannot be mapped to user-virtual */
197 _DRM_WRITE_COMBINING = 0x10, /**< use write-combining if available */
219 void *handle; /**< User-space: "Handle" to pass to mmap() */
220 /**< Kernel-space: kernel-virtual address */
[all …]
/freebsd/contrib/bc/manuals/bc/
H A DEN.12 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors.
32 bc \- arbitrary\-precision decimal arithmetic language and calculator
34 \f[B]bc\f[R] [\f[B]\-cCghilPqRsvVw\f[R]] [\f[B]\-\-digit\-clamp\f[R]]
35 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-global\-stacks\f[R]]
36 [\f[B]\-\-help\f[R]] [\f[B]\-\-interactive\f[R]] [\f[B]\-\-mathlib\f[R]]
37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]]
38 [\f[B]\-\-quiet\f[R]] [\f[B]\-\-standard\f[R]] [\f[B]\-\-warn\f[R]]
39 [\f[B]\-\-version\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]]
40 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...]
[all …]
H A DE.12 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors.
32 bc \- arbitrary\-precision decimal arithmetic language and calculator
34 \f[B]bc\f[R] [\f[B]\-cCghilPqRsvVw\f[R]] [\f[B]\-\-digit\-clamp\f[R]]
35 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-global\-stacks\f[R]]
36 [\f[B]\-\-help\f[R]] [\f[B]\-\-interactive\f[R]] [\f[B]\-\-mathlib\f[R]]
37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]]
38 [\f[B]\-\-quiet\f[R]] [\f[B]\-\-standard\f[R]] [\f[B]\-\-warn\f[R]]
39 [\f[B]\-\-version\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]]
40 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...]
[all …]
H A DEH.12 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors.
32 bc \- arbitrary\-precision decimal arithmetic language and calculator
34 \f[B]bc\f[R] [\f[B]\-cCghilPqRsvVw\f[R]] [\f[B]\-\-digit\-clamp\f[R]]
35 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-global\-stacks\f[R]]
36 [\f[B]\-\-help\f[R]] [\f[B]\-\-interactive\f[R]] [\f[B]\-\-mathlib\f[R]]
37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]]
38 [\f[B]\-\-quiet\f[R]] [\f[B]\-\-standard\f[R]] [\f[B]\-\-warn\f[R]]
39 [\f[B]\-\-version\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]]
40 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...]
[all …]
H A DEHN.12 .\" SPDX-License-Identifier: BSD-2-Clause
4 .\" Copyright (c) 2018-2024 Gavin D. Howard and contributors.
32 bc \- arbitrary\-precision decimal arithmetic language and calculator
34 \f[B]bc\f[R] [\f[B]\-cCghilPqRsvVw\f[R]] [\f[B]\-\-digit\-clamp\f[R]]
35 [\f[B]\-\-no\-digit\-clamp\f[R]] [\f[B]\-\-global\-stacks\f[R]]
36 [\f[B]\-\-help\f[R]] [\f[B]\-\-interactive\f[R]] [\f[B]\-\-mathlib\f[R]]
37 [\f[B]\-\-no\-prompt\f[R]] [\f[B]\-\-no\-read\-prompt\f[R]]
38 [\f[B]\-\-quiet\f[R]] [\f[B]\-\-standard\f[R]] [\f[B]\-\-warn\f[R]]
39 [\f[B]\-\-version\f[R]] [\f[B]\-e\f[R] \f[I]expr\f[R]]
40 [\f[B]\-\-expression\f[R]=\f[I]expr\f[R]\&...]
[all …]
H A DEH.1.md1 <!---
3 SPDX-License-Identifier: BSD-2-Clause
5 Copyright (c) 2018-2024 Gavin D. Howard and contributors.
29 -->
[all...]
H A DEHN.1.md1 <!---
3 SPDX-License-Identifier: BSD-2-Clause
5 Copyright (c) 2018-2024 Gavin D. Howard and contributors.
29 -->
[all...]
H A DEN.1.md1 <!---
3 SPDX-License-Identifier: BSD-2-Clause
5 Copyright (c) 2018-2024 Gavin D. Howard and contributors.
29 -->
[all...]
H A DE.1.md1 <!---
3 SPDX-License-Identifier: BSD-2-Clause
5 Copyright (c) 2018-2024 Gavin D. Howard and contributors.
29 -->
[all...]
/freebsd/lib/libusb/
H A Dlibusb20.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 2008-2009 Hans Petter Selasky. All rights reserved.
5 * Copyright (c) 2007-2008 Daniel Drake. All rights reserved.
54 LIBUSB20_ERROR_IO = -1,
57 LIBUSB20_ERROR_INVALID_PARAM = -2,
60 LIBUSB20_ERROR_ACCESS = -3,
63 LIBUSB20_ERROR_NO_DEVICE = -4,
66 LIBUSB20_ERROR_NOT_FOUND = -5,
69 LIBUSB20_ERROR_BUSY = -6,
[all …]
/freebsd/sys/dev/dcons/
H A Ddcons_os.c1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
88 #define DCONS_FORCE_CONSOLE 0 /* Mostly for FreeBSD-4/DragonFly */
95 /* global data */
158 if ((dc->flags & DC_GDB) != 0 && gdb_cur == &dcons_gdb_dbgport) in dcons_check_break()
159 kdb_alt_break_gdb(c, &dc->brk_state); in dcons_check_break()
162 kdb_alt_break(c, &dc->brk_stat in dcons_check_break()
[all...]
/freebsd/sys/kern/
H A Dkern_shutdown.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
81 #include <crypto/rijndael/rijndael-api-fst.h>
244 /* Context information for dump-debuggers, saved by the dump_savectx() macro. */
305 error = mac_system_check_reboot(td->td_ucred, uap->op in sys_reboot()
[all...]

1234