| /xnu-12377.61.12/tests/nvram_tests/ |
| H A D | run_tests.py | 55 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.61.12/tools/lldbmacros/tests/integration_smoke/ |
| H A D | conftest.py | 8 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.61.12/ |
| H A D | Makefile | 34 .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 D | README.md | 53 > 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.61.12/tools/lldbmacros/ |
| H A D | ruff.toml | 17 # Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default. 29 # Unlike Flake8, default to a complexity level of 10.
|
| H A D | pci.py | 17 using default base address for memory mapped PCI config space") 23 using default base address for memory mapped PCI config space")
|
| /xnu-12377.61.12/tests/counter/ |
| H A D | benchmark.lua | 35 default = kDefaultNumWrites 40 default = 'scalable',
|
| /xnu-12377.61.12/tools/lldbmacros/tests/lldbmock/ |
| H A D | memorymock.py | 76 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.61.12/makedefs/ |
| H A D | MakeInc.top | 73 # 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 D | MakeInc.def | 58 # 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.61.12/tools/trace/ |
| H A D | parse_ipc_trace.py | 822 …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.61.12/tools/tests/MPMMTest/ |
| H A D | README | 5 default. Each test can be run without options:
|
| /xnu-12377.61.12/config/ |
| H A D | README.DEBUG-kernel.txt | 7 !!!WARNING!!! These steps will overwrite the default kernel and
|
| /xnu-12377.61.12/libkdd/ |
| H A D | KCDBasicTypeDescription.m | 48 default: retval = "Unknown"; break; 113 default: obj = @"<Unknown error occurred>"; break; category
|
| H A D | kdd_main.m | 32 default:
|
| /xnu-12377.61.12/SETUP/config/ |
| H A D | doconf | 166 default:
|
| /xnu-12377.61.12/tools/tests/execperf/ |
| H A D | Makefile | 18 default: $(addprefix $(DSTROOT)/,$(EXECUTABLES)) target
|
| /xnu-12377.61.12/libsyscall/ |
| H A D | Libsyscall.xcconfig | 14 SCRIPT_OUTPUT_DIR = $(SCRIPT_OUTPUT_DIR__$(DEPLOYMENT_LOCATION:default=NO))
|
| /xnu-12377.61.12/tools/tests/ |
| H A D | Makefile.common | 79 ifeq ($(origin CC),default)
|
| /xnu-12377.61.12/iokit/DriverKit/ |
| H A D | IOService.iig | 176 … 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.61.12/doc/allocators/ |
| H A D | api-basics.md | 133 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.61.12/doc/observability/ |
| H A D | recount.md | 17 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.61.12/osfmk/mach/ |
| H A D | host_priv.defs | 116 * Sets the default memory manager, the port to which 119 * Also sets the default cluster size used for pagein/pageout
|
| /xnu-12377.61.12/tests/ |
| H A D | ipsec.m | 313 default: 357 default: 418 bufsiz = 233016; /* Max allowed by default */
|
| /xnu-12377.61.12/tests/unit/ |
| H A D | README.md | 18 - `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.
|