Home
last modified time | relevance | path

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

12

/xnu-8020.101.4/
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
232 default: $(DEFAULT_TARGET) target
H A DREADME.md54 * 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 Dperf_madvise.lua24 default = kDefaultDuration
29 default = 'MADV_FREE',
39 default = kDefaultSizeMb
H A Dfault_throughput.lua36 default = kDefaultDuration
41 default = 'separate-objects'
46 default = -1
/xnu-8020.101.4/tests/counter/
H A Dbenchmark.lua35 default = kDefaultNumWrites
40 default = 'scalable',
/xnu-8020.101.4/makedefs/
H A DMakeInc.top73 # 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 DMakeInc.cmd181 # 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 Dpci.py21 using default base address for memory mapped PCI config space")
27 using default base address for memory mapped PCI config space")
H A Dkcdata.py2236 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 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-8020.101.4/tools/tests/MPMMTest/
H A DREADME5 default. Each test can be run without options:
/xnu-8020.101.4/config/
H A DREADME.DEBUG-kernel.txt7 !!!WARNING!!! These steps will overwrite the default kernel and
/xnu-8020.101.4/libkdd/
H A DKCDBasicTypeDescription.m48 default: retval = "Unknown"; break;
113 default: obj = @"<Unknown error occurred>"; break; category
H A Dkdd_main.m32 default:
/xnu-8020.101.4/SETUP/config/
H A Ddoconf150 default:
/xnu-8020.101.4/libsyscall/
H A DLibsyscall.xcconfig11 SDK_INSTALL_VARIANT_ = default
/xnu-8020.101.4/tools/tests/execperf/
H A DMakefile19 default: $(addprefix $(DSTROOT)/,$(EXECUTABLES)) target
/xnu-8020.101.4/iokit/DriverKit/
H A DIOService.iig159 … 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 DIODispatchQueue.iig63 * 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 DIOMemoryDescriptor.iig120 * kIOMemoryMapCacheModeDefault default cache mode
/xnu-8020.101.4/tools/tests/
H A DMakefile.common76 ifeq ($(origin CC),default)
/xnu-8020.101.4/osfmk/mach/
H A Dmemory_object_default.defs85 * (possibly a memory object itself) registered as the "default
H A Dhost_priv.defs112 * 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 Dipsec.m310 default:
354 default:
409 bufsiz = 233016; /* Max allowed by default */
/xnu-8020.101.4/doc/
H A Dtask_ref.md101 *are* enabled by default (for `RELEASE` builds, reference groups are not available

12