Home
last modified time | relevance | path

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

12

/xnu-10002.1.13/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-10002.1.13/tests/vm/
H A Dperf_compressor.lua24 default = kDefaultDuration
29 default = 'compress-and-decompress',
35 default = 100
40 default = 'typical',
H A Dperf_madvise.lua23 default = kDefaultDuration
28 default = 'MADV_FREE',
38 default = kDefaultSizeMb
H A Dfault_throughput.lua38 default = 30,
46 default = 'separate-objects',
52 default = -1,
/xnu-10002.1.13/
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…
115 By default, a DWARF debug information repository is created during the install phase; this is a "bu…
209 to install it. The default locations where the header files are installed
265 by adding the appropriate file lists. The default install lists, its
266 member file lists and their default location are described below -
454 By default, the kernel reboots in the event of a panic.
/xnu-10002.1.13/tests/counter/
H A Dbenchmark.lua35 default = kDefaultNumWrites
40 default = 'scalable',
/xnu-10002.1.13/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.
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 DMakeInc.cmd214 # CC/CXX get defined by make(1) by default, so we can't check them
216 ifeq ($(origin CC),default)
219 ifeq ($(origin CXX),default)
/xnu-10002.1.13/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")
/xnu-10002.1.13/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-10002.1.13/tools/tests/MPMMTest/
H A DREADME5 default. Each test can be run without options:
/xnu-10002.1.13/config/
H A DREADME.DEBUG-kernel.txt7 !!!WARNING!!! These steps will overwrite the default kernel and
/xnu-10002.1.13/libkdd/
H A DKCDBasicTypeDescription.m48 default: retval = "Unknown"; break;
113 default: obj = @"<Unknown error occurred>"; break; category
H A Dkdd_main.m32 default:
/xnu-10002.1.13/SETUP/config/
H A Ddoconf153 default:
/xnu-10002.1.13/tools/tests/execperf/
H A DMakefile18 default: $(addprefix $(DSTROOT)/,$(EXECUTABLES)) target
/xnu-10002.1.13/libsyscall/
H A DLibsyscall.xcconfig14 SCRIPT_OUTPUT_DIR = $(SCRIPT_OUTPUT_DIR__$(DEPLOYMENT_LOCATION:default=NO))
/xnu-10002.1.13/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.iig69 * 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-10002.1.13/tools/tests/
H A DMakefile.common79 ifeq ($(origin CC),default)
/xnu-10002.1.13/doc/
H A Drecount.md10 By default, Recount tracks its counters per-CPU kind (e.g. performance or efficiency) for threads, …
47 By default, it prints the times in seconds, but the `-M` flag switches the output to Mach time valu…
H A Dtask_ref.md101 *are* enabled by default (for `RELEASE` builds, reference groups are not available
/xnu-10002.1.13/tests/
H A Dipsec.m313 default:
357 default:
418 bufsiz = 233016; /* Max allowed by default */
/xnu-10002.1.13/osfmk/mach/
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

12