Home
last modified time | relevance | path

Searched +full:- +full:- +full:enable +full:- +full:debug (Results 1 – 25 of 1060) sorted by relevance

12345678910>>...43

/freebsd-src/contrib/sendmail/libsm/
H A Ddebug.html11 <br> $Id: debug.html,v 1.9 2002-02-02 16:50:56 ca Exp $
16 The debug and trace package provides abstractions for writing trace
17 messages, and abstractions for enabling and disabling debug and
21 Sendmail 8.11 and earlier has a <tt>-d</tt> option which
22 lets you turn on debug and trace code.
23 Debug categories are integers from 0 to 99, with the sole exception
24 of "ANSI", which is a named debug category.
27 The libsm debug package supports named debug categories.
28 Debug category names have the form of C identifiers.
35 In sendmail 8.12, the <tt>-d</tt> flag is generalized
[all …]
/freebsd-src/sys/arm/conf/
H A Dstd.armv75 options PREEMPTION # Enable kernel thread preemption
16 options SOFTUPDATES # Enable FFS soft updates support
19 options UFS_GJOURNAL # Enable gjournal-based UFS journaling
20 options QUOTA # Enable disk quotas for UFS
27 options PSEUDOFS # Pseudo-filesystem framework
37 options SYSVSHM # SYSV-style shared memory
38 options SYSVMSG # SYSV-style message queues
39 options SYSVSEM # SYSV-style semaphores
40 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
47 options VFP # Enable floating point hardware support
[all …]
H A Dstd.armv6
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DDebug.cpp1 //===-- Debug.cpp - An easy way to add debug output to your code ----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // command line options to enable it.
14 // be enabled automatically if you specify '-debug' on the command-line.
16 // that your debug code belongs to class "foo". Then, on the command line, you
17 // can specify '-debug-only=foo' to enable JUST the debug information for the
20 // When compiling without assertions, the -debug-* options and all code in
24 //===----------------------------------------------------------------------===//
26 #include "llvm/Support/Debug.h"
[all …]
/freebsd-src/sys/contrib/dev/rtw89/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
6 This module adds support for mac80211-based wireless drivers that
38 tristate "Realtek 8851BE PCI wireless network (Wi-Fi 6) adapter"
44 Select this option will enable support for 8851BE chipset
46 802.11ax PCIe wireless network (Wi-Fi 6) adapter
49 tristate "Realtek 8852AE PCI wireless network (Wi-F
[all...]
/freebsd-src/sys/contrib/openzfs/config/
H A Dkernel-kmem.m48 AC_ARG_ENABLE([debug-kmem],
9 [AS_HELP_STRING([--enable-debug-kmem],
10 [Enable basic kmem accounting @<:@default=no@:>@])],
16 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG_KME
[all...]
/freebsd-src/sys/contrib/device-tree/include/dt-bindings/pinctrl/
H A Dk210-fpioa.h1 /* SPDX-License-Identifier: GPL-2.0+ */
11 * kendryte-standalone-sdk/lib/drivers/include/fpioa.h
169 #define K210_PCF_UART1_OUT2 155 /* UART1 User-designated Output 2 */
170 #define K210_PCF_UART1_OUT1 156 /* UART1 User-designated Output 1 */
173 #define K210_PCF_UART1_RE 159 /* UART1 Receiver Output Enable */
174 #define K210_PCF_UART1_DE 160 /* UART1 Driver Output Enable */
175 #define K210_PCF_UART1_RS485_EN 161 /* UART1 RS485 Enable */
183 #define K210_PCF_UART2_OUT2 169 /* UART2 User-designated Output 2 */
184 #define K210_PCF_UART2_OUT1 170 /* UART2 User-designated Output 1 */
187 #define K210_PCF_UART2_RE 173 /* UART2 Receiver Output Enable */
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h1 //===-- llvm/Target/TargetOptions.h - Target Options -------
109 Enable, // Enable the abort. global() enumerator
[all...]
/freebsd-src/crypto/openssl/fuzz/
H A DREADME.md7 ---------
13 -----------------------------------
15 Install `clang`, which [ships with `libfuzzer`](http://llvm.org/docs/LibFuzzer.html#fuzzer-usage)
18 sudo apt-get install clang
23 `/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.fuzzer-x86_64.a`.
25 CC=clang ./config enable-fuzz-libfuzzer \
26 --with-fuzzer-lib=$PATH_TO_LIBFUZZER \
27 -DPEDANTIC enable-asan enable-ubsan no-shared \
28 -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION \
29 -fsanitize=fuzzer-no-link \
[all …]
/freebsd-src/sys/powerpc/conf/
H A DQORIQ6414 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
16 #makeoptions WERROR="-Werror -Wno-format"
37 options SOFTUPDATES #Enable FFS soft updates support
40 options UFS_GJOURNAL #Enable gjournal-based UFS journaling
41 options QUOTA #Enable dis
[all...]
H A DGENERIC64LE2 # GENERIC64LE -- Generic kernel configuration file for FreeBSD/powerpc64le
7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
31 options PSERIES # PAPR-compliant systems (e.g. IBM p)
32 options POWERNV # Non-virtualized OpenPOWER systems
37 options NUMA # Non-Uniform Memory Architecture support
38 options PREEMPTION # Enable kerne
[all...]
H A DGENERIC642 # GENERIC64 -- Generic kernel configuration file for FreeBSD/powerpc64
7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
33 options PSERIES # PAPR-compliant systems (e.g. IBM p)
34 options POWERNV # Non-virtualized OpenPOWER systems
38 options NUMA # Non-Uniform Memory Architecture support
39 options PREEMPTION # Enable kerne
[all...]
H A DGENERIC2 # GENERIC -- Generic kernel configuration file for FreeBSD/powerpc
7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
25 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
32 options PSERIES # PAPR-compliant systems
36 options PREEMPTION # Enable kernel thread preemption
45 options SOFTUPDATES # Enable FFS soft updates support
48 options UFS_GJOURNAL # Enable gjourna
[all...]
/freebsd-src/sys/riscv/conf/
H A DGENERIC2 # GENERIC -- Generic kernel configuration file for FreeBSD/RISC-V
7 # https://docs.freebsd.org/en/books/handbook/kernelconfig/#kernelconfig-config
23 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27 options PREEMPTION # Enable kernel thread preemption
39 options SOFTUPDATES # Enable FFS soft updates support
42 options UFS_GJOURNAL # Enable gjourna
[all...]
/freebsd-src/sys/contrib/dev/athk/ath12k/
H A DKconfig1 # SPDX-License-Identifier: BSD-3-Clause-Clear
3 tristate "Qualcomm Technologies Wi-Fi 7 support (ath12k)"
11 Enable support for Qualcomm Technologies Wi-Fi 7 (IEEE
21 Enable debug support, for example debug messages which must
24 If unsure, say Y to make it easier to debug problems. But if
31 Enable ath12k tracing infrastructure.
33 If unsure, say Y to make it easier to debug problems. But if
/freebsd-src/sys/powerpc/include/
H A Dspr.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
43 /* The following routines allow manipulation of the full 64-bit width
88 * architectures the SPR is valid on - 4 for 4xx series,
95 #define SPR_RTCU_R 0x004 /* .6. 601 RTC Upper - Read */
96 #define SPR_RTCL_R 0x005 /* .6. 601 RTC Lower - Read */
101 #define DSISR_DIRECT 0x80000000 /* Direct-stor
[all...]
/freebsd-src/sys/conf/
H A Dstd.debug2 # std.debug -- Enable debug options for -CURRENT.
9 options DEADLKRES # Enable the deadlock resolver
10 options INVARIANTS # Enable calls of extra sanity checking
13 options WITNESS # Enable checks to detect deadlocks and cycles
16 options VERBOSE_SYSINIT=0 # Support debug
[all...]
/freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_debug.c9 * or https://opensource.org/licenses/CDDL-1.0.
41 * Internal ZFS debug messages are enabled by default.
43 * # Print debug messages
46 * # Disable the kernel debug message log.
49 * # Clear the kernel debug message log.
57 seq_printf(f, "%-12s %-8s\n", "timestamp", "message"); in zfs_dbgmsg_show_header()
65 seq_printf(f, "%-12llu %-s\n", in zfs_dbgmsg_show()
66 (u_longlong_t)zdm->zdm_timestam in zfs_dbgmsg_show()
[all...]
/freebsd-src/share/man/man4/
H A Dacpi.465 .Bl -tag -width indent
66 .It Va debug.acpi.enable_debug_objects
67 Enable dumping Debug objects without
69 Default is 0, ignore Debug objects.
81 To enable ACPI CPU idling control,
140 (power-off nicely).
161 (suspend-to-RA
[all...]
/freebsd-src/usr.bin/clang/opt/
H A Dopt.14 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
[all …]
/freebsd-src/sys/contrib/dev/athk/ath11k/
H A DKconfig1 # SPDX-License-Identifier: BSD-3-Clause-Clear
34 Enables debug support
36 If unsure, say Y to make it easier to debug problems.
42 Enable ath11k debugfs support
44 If unsure, say Y to make it easier to debug problems.
57 Enable ath11k spectral scan support
59 Say Y to enable access to the FFT/spectral data via debugfs.
H A Ddebugfs.c1 // SPDX-License-Identifier: BSD-3-Clause-Clear
3 * Copyright (c) 2018-2020 The Linux Foundation. All rights reserved.
11 #include "debug.h"
68 dbr_debug = ar->debug.dbr_debug[id]; in ath11k_debugfs_add_dbring_entry()
72 if (!dbr_debug->dbr_debug_enabled) in ath11k_debugfs_add_dbring_entry()
75 dbr_data = &dbr_debug->dbr_dbg_data; in ath11k_debugfs_add_dbring_entry()
77 spin_lock_bh(&dbr_data->lock); in ath11k_debugfs_add_dbring_entry()
79 if (dbr_data->entries) { in ath11k_debugfs_add_dbring_entry()
80 entry = &dbr_data->entries[dbr_data->dbr_debug_idx]; in ath11k_debugfs_add_dbring_entry()
81 entry->hp = srng->u.src_ring.hp; in ath11k_debugfs_add_dbring_entry()
[all …]
/freebsd-src/sys/arm64/conf/
H A Dstd.arm644 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
8 options NUMA # Non-Uniform Memory Architecture support
9 options PREEMPTION # Enable kernel thread preemption
25 options SOFTUPDATES # Enable FFS soft updates support
28 options UFS_GJOURNAL # Enable gjournal-based UFS journaling
29 options QUOTA # Enable disk quotas for UFS
38 options PSEUDOFS # Pseudo-filesyste
[all...]
/freebsd-src/usr.bin/clang/clang/
H A Dclang.14 .nr rst2man-indent-level 0
7 \\$1 \\n[an-margin]
8 level \\n[rst2man-indent-level]
9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
10 -
11 \\n[rst2man-indent0]
12 \\n[rst2man-indent1]
13 \\n[rst2man-indent2]
18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
19 . nr rst2man-indent-level +1
[all …]
/freebsd-src/contrib/wpa/wpa_supplicant/
H A Dandroid.config14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/local/openssl/include
16 #LIBS += -L/usr/local/openssl/lib
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
40 #CFLAGS += -I/usr/local/include
41 #LIBS += -L/usr/local/lib
42 #LIBS_p += -L/usr/local/lib
43 #LIBS_c += -L/usr/local/lib
47 #CFLAGS += -
[all...]

12345678910>>...43