| /xnu-8020.101.4/ |
| 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 232 default: $(DEFAULT_TARGET) target
|
| H A D | README.md | 54 * By default, architecture is set to the build machine architecture, and the default kernel 90 …* $ make MAKEJOBS=-j8 # this will use 8 processes during the build. The default is 2x the numbe… 105 By default, a DWARF debug information repository is created during the install phase; this is a "bu… 198 to install it. The default locations where the header files are installed 243 by adding the appropriate file lists. The default install lists, its 244 member file lists and their default location are described below - 394 By default, the kernel reboots in the event of a panic.
|
| /xnu-8020.101.4/tests/vm/ |
| H A D | perf_madvise.lua | 24 default = kDefaultDuration 29 default = 'MADV_FREE', 39 default = kDefaultSizeMb
|
| H A D | fault_throughput.lua | 36 default = kDefaultDuration 41 default = 'separate-objects' 46 default = -1
|
| /xnu-8020.101.4/tests/counter/ |
| H A D | benchmark.lua | 35 default = kDefaultNumWrites 40 default = 'scalable',
|
| /xnu-8020.101.4/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 118 # TARGET_CONFIGS="release ppc default debug i386 default release arm MX31ADS" 121 # "default" parameter is a special case. It means use the default value for 122 # that parameter. Here are the default values for each configuration: 124 # default kernel configuration = DEFAULT_KERNEL_CONFIG 125 # default architecture configuration = system architecture where you are running make. 314 # Assume LTO scaling by default, unless it is being explicitly passed on the command-line 657 # By default, all kernel files, headers, text files, and pseudo-kexts are installed
|
| H A D | MakeInc.cmd | 181 # CC/CXX get defined by make(1) by default, so we can't check them 183 ifeq ($(origin CC),default) 186 ifeq ($(origin CXX),default)
|
| /xnu-8020.101.4/tools/lldbmacros/ |
| H A D | pci.py | 21 using default base address for memory mapped PCI config space") 27 using default base address for memory mapped PCI config space")
|
| H A D | kcdata.py | 2236 parser.add_argument("-l", "--listtypes", action="store_true", required=False, default=False, 2240 parser.add_argument("-s", "--stackshot", required=False, default=False, 2246 parser.add_argument("-p", "--plist", required=False, default=False, 2249 …parser.add_argument("-S", "--sdk", required=False, default="", help="sdk property passed to xcrun … 2250 …parser.add_argument("-P", "--pretty", default=False, action='store_true', help="make the output a … 2251 …parser.add_argument("-X", "--prettyhex", default=False, action='store_true', help="make the output…
|
| /xnu-8020.101.4/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-8020.101.4/tools/tests/MPMMTest/ |
| H A D | README | 5 default. Each test can be run without options:
|
| /xnu-8020.101.4/config/ |
| H A D | README.DEBUG-kernel.txt | 7 !!!WARNING!!! These steps will overwrite the default kernel and
|
| /xnu-8020.101.4/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-8020.101.4/SETUP/config/ |
| H A D | doconf | 150 default:
|
| /xnu-8020.101.4/libsyscall/ |
| H A D | Libsyscall.xcconfig | 11 SDK_INSTALL_VARIANT_ = default
|
| /xnu-8020.101.4/tools/tests/execperf/ |
| H A D | Makefile | 19 default: $(addprefix $(DSTROOT)/,$(EXECUTABLES)) target
|
| /xnu-8020.101.4/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 | 63 * By default the queue is serial and will execute one block at a time. 208 The default is to wake only one of any waiting threads.
|
| H A D | IOMemoryDescriptor.iig | 120 * kIOMemoryMapCacheModeDefault default cache mode
|
| /xnu-8020.101.4/tools/tests/ |
| H A D | Makefile.common | 76 ifeq ($(origin CC),default)
|
| /xnu-8020.101.4/osfmk/mach/ |
| H A D | memory_object_default.defs | 85 * (possibly a memory object itself) registered as the "default
|
| H A D | host_priv.defs | 112 * Sets the default memory manager, the port to which 115 * Also sets the default cluster size used for pagein/pageout
|
| /xnu-8020.101.4/tests/ |
| H A D | ipsec.m | 310 default: 354 default: 409 bufsiz = 233016; /* Max allowed by default */
|
| /xnu-8020.101.4/doc/ |
| H A D | task_ref.md | 101 *are* enabled by default (for `RELEASE` builds, reference groups are not available
|