| /xnu-10063.141.1/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-10063.141.1/tests/vm/ |
| H A D | perf_compressor.lua | 24 default = kDefaultDuration 29 default = 'compress-and-decompress', 35 default = 100 40 default = 'typical',
|
| H A D | perf_madvise.lua | 23 default = kDefaultDuration 28 default = 'MADV_FREE', 38 default = kDefaultSizeMb
|
| H A D | fault_throughput.lua | 38 default = 30, 46 default = 'separate-objects', 52 default = -1,
|
| /xnu-10063.141.1/ |
| 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 227 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… 101 * $ make MAKEJOBS=-j8 # this will use 8 processes during the build. The default is 2x the number… 123 By default, a DWARF debug information repository is created during the install phase; this is a "bu… 223 to install it. The default locations where the header files are installed 279 by adding the appropriate file lists. The default install lists, its 280 member file lists and their default location are described below - 472 By default, the kernel reboots in the event of a panic.
|
| /xnu-10063.141.1/tools/lldbmacros/ |
| H A D | ruff.toml | 1 # Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default. 30 # 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-10063.141.1/tests/counter/ |
| H A D | benchmark.lua | 35 default = kDefaultNumWrites 40 default = 'scalable',
|
| /xnu-10063.141.1/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. 290 # Assume LTO scaling by default, unless it is being explicitly passed on the command-line 638 # By default, all kernel files, headers, text files, and pseudo-kexts are installed
|
| H A D | MakeInc.cmd | 215 # CC/CXX get defined by make(1) by default, so we can't check them 217 ifeq ($(origin CC),default) 220 ifeq ($(origin CXX),default)
|
| /xnu-10063.141.1/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-10063.141.1/tools/tests/MPMMTest/ |
| H A D | README | 5 default. Each test can be run without options:
|
| /xnu-10063.141.1/config/ |
| H A D | README.DEBUG-kernel.txt | 7 !!!WARNING!!! These steps will overwrite the default kernel and
|
| /xnu-10063.141.1/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-10063.141.1/SETUP/config/ |
| H A D | doconf | 153 default:
|
| /xnu-10063.141.1/tools/tests/execperf/ |
| H A D | Makefile | 18 default: $(addprefix $(DSTROOT)/,$(EXECUTABLES)) target
|
| /xnu-10063.141.1/libsyscall/ |
| H A D | Libsyscall.xcconfig | 14 SCRIPT_OUTPUT_DIR = $(SCRIPT_OUTPUT_DIR__$(DEPLOYMENT_LOCATION:default=NO))
|
| /xnu-10063.141.1/iokit/DriverKit/ |
| H A D | IOService.iig | 159 … is invoked before the queue is set for the name, the default queue is used. A default queue… 181 * @brief Create the default IODispatchQueue for an IOService. IOService::init() 182 * calls this to create its default queue. 218 …* @discussion By default the method will fail. A DriverKit subclass or kernel class may implement…
|
| H A D | IODispatchQueue.iig | 69 * By default the queue is serial and will execute one block at a time. 234 The default is to wake only one of any waiting threads.
|
| /xnu-10063.141.1/tools/tests/ |
| H A D | Makefile.common | 79 ifeq ($(origin CC),default)
|
| /xnu-10063.141.1/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-10063.141.1/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-10063.141.1/tests/ |
| H A D | ipsec.m | 313 default: 357 default: 418 bufsiz = 233016; /* Max allowed by default */
|