Home
last modified time | relevance | path

Searched refs:default (Results 1 – 25 of 54) sorted by relevance

123

/xnu-12377.41.6/tests/nvram_tests/
H A Drun_tests.py55 parser.add_argument('-br', type=int, default=2, choices=[
57 parser.add_argument('-b', type=str, default=default_build_path,
59 parser.add_argument('-f', type=str, default=default_files_path,
61 parser.add_argument('-r', type=int, default=0, choices=[
63 parser.add_argument('-s', type=int, default=0, choices=[
/xnu-12377.41.6/tools/lldbmacros/tests/integration_smoke/
H A Dconftest.py8 parser.addoption("--use-existing-debugger", action="store_true", default=False,
10 …parser.addoption("--gdb-remote", action="store", type=str, default=None, help="GDB remote session.…
11 …parser.addoption("--extra-ignores", action="store", type=str, default='', help="Extra ignores for …
/xnu-12377.41.6/
H A DMakefile34 .DEFAULT_GOAL := default
67 default: install target
101 default: install target
115 default: install target
127 default: install target
150 default: install target
167 default: install target
231 default: $(DEFAULT_TARGET) target
H A DREADME.md53 > Note: By default, the architecture is set to the build machine's architecture, and the default ke…
75 …S` build setting. These flags are appended to the base `CFLAGS`, and the default value for the set…
103 * $ make MAKEJOBS=-j8 # this will use 8 processes during the build. The default is 2x the number…
126 By default, a DWARF debug information repository is created during the install phase; this is a "bu…
226 to install it. The default locations where the header files are installed
282 by adding the appropriate file lists. The default install lists, its
283 member file lists and their default location are described below -
486 By default, the kernel reboots in the event of a panic.
/xnu-12377.41.6/tools/lldbmacros/
H A Druff.toml17 # Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default.
29 # Unlike Flake8, default to a complexity level of 10.
H A Dpci.py17 using default base address for memory mapped PCI config space")
23 using default base address for memory mapped PCI config space")
/xnu-12377.41.6/tests/counter/
H A Dbenchmark.lua35 default = kDefaultNumWrites
40 default = 'scalable',
/xnu-12377.41.6/tools/lldbmacros/tests/lldbmock/
H A Dmemorymock.py76 def default(self): member in Serializer
95 def default(self): member in NoSerializer
114 def default(self): member in NumericSerializer
466 self._data = serializer.default()
835 setattr(mock_inst, prop, value.serializer.default())
/xnu-12377.41.6/makedefs/
H A DMakeInc.top73 # If KERNEL_CONFIGS is specified it should override default
78 # If PRODUCT_CONFIGS is specified it should override default
115 # TARGET_CONFIGS="release ppc default debug i386 default release arm MX31ADS"
118 # "default" parameter is a special case. It means use the default value for
119 # that parameter. Here are the default values for each configuration:
121 # default kernel configuration = DEFAULT_KERNEL_CONFIG
122 # default architecture configuration = system architecture where you are running make.
303 # Assume LTO scaling by default, unless it is being explicitly passed on the command-line
658 # By default, all kernel files, headers, text files, and pseudo-kexts are installed
H A DMakeInc.def58 # Enable BTI by default for all ARM64 targets
62 # -mkernel contains BTI by default
184 -Wno-covered-switch-default \
222 WARNFLAGS_STD := $(WARNFLAGS_STD) -Wno-switch-default
254 -Wno-switch-default
331 # Without embdedded device map, use a default arch string
398 # By default, all ARM64 targets use the small memory config
703 # KASAN variants. UBSan instrumentation is disabled by default and only enabled explicitly
/xnu-12377.41.6/tools/trace/
H A Dparse_ipc_trace.py822 …parser.add_argument('--printgraph', '-g', dest='graph', default=None, type=argparse.FileType('w'),…
823 …parser.add_argument('--graphname', dest='name', default='ipcgraph', help='A name for the DOT graph…
827 …parser.add_argument('--printfreq', '-f', dest='freq', default=None, type=argparse.FileType('w'), h…
831 …parser.add_argument('--printsummary', '-s', dest='summary', default=None, type=argparse.FileType('…
834 …parser.add_argument('--printnodegrid', '-n', dest='nodegrid', default=None, type=argparse.FileType…
835 …parser.add_argument('--ngridtype', dest='ngridtype', default=None, choices=['msgs', 'data'], help=…
836 …parser.add_argument('--ngridfilter', dest='ngridfilter', default=None, nargs='+', choices=IPCEdge.…
839 …parser.add_argument('--tbfreq', '-T', dest='tbfreq', default=None, help='The value of sysctl hw.tb…
/xnu-12377.41.6/tools/tests/MPMMTest/
H A DREADME5 default. Each test can be run without options:
/xnu-12377.41.6/config/
H A DREADME.DEBUG-kernel.txt7 !!!WARNING!!! These steps will overwrite the default kernel and
/xnu-12377.41.6/libkdd/
H A DKCDBasicTypeDescription.m48 default: retval = "Unknown"; break;
113 default: obj = @"<Unknown error occurred>"; break; category
H A Dkdd_main.m32 default:
/xnu-12377.41.6/SETUP/config/
H A Ddoconf166 default:
/xnu-12377.41.6/tools/tests/execperf/
H A DMakefile18 default: $(addprefix $(DSTROOT)/,$(EXECUTABLES)) target
/xnu-12377.41.6/libsyscall/
H A DLibsyscall.xcconfig14 SCRIPT_OUTPUT_DIR = $(SCRIPT_OUTPUT_DIR__$(DEPLOYMENT_LOCATION:default=NO))
/xnu-12377.41.6/tools/tests/
H A DMakefile.common79 ifeq ($(origin CC),default)
/xnu-12377.41.6/iokit/DriverKit/
H A DIOService.iig176 … is invoked before the queue is set for the name, the default queue is used. A default queue…
198 * @brief Create the default IODispatchQueue for an IOService. IOService::init()
199 * calls this to create its default queue.
235 …* @discussion By default the method will fail. A DriverKit subclass or kernel class may implement…
/xnu-12377.41.6/doc/allocators/
H A Dapi-basics.md133 misuse of `kalloc_type()` relative to size at compile time, it's default in XNU.
305 However, if you have non default structors, or members of your class/struct
306 have non default structors, you will need to manually enroll it into `kalloc_type`.
364 For this reason, the default variants of the mixin and the macros
/xnu-12377.41.6/osfmk/mach/
H A Dhost_priv.defs116 * Sets the default memory manager, the port to which
119 * Also sets the default cluster size used for pagein/pageout
/xnu-12377.41.6/doc/observability/
H A Drecount.md17 By default, Recount tracks its counters per-CPU kind (e.g. performance or efficiency) for threads, …
54 By default, it prints the times in seconds, but the `-M` flag switches the output to Mach time valu…
/xnu-12377.41.6/tests/unit/
H A DREADME.md18 - `PRODUCT_CONFIG=...` - Build XNU for a device other than the default. Only macos devices are sup…
179 By default, the context switch points are placed the entry and exit of the fibers API (e.g. before …
202 drop to the default (visible) for the user-mode build.
/xnu-12377.41.6/tests/
H A Dipsec.m313 default:
357 default:
418 bufsiz = 233016; /* Max allowed by default */

123