| /xnu-11215/tools/tests/perf_index/ |
| H A D | perf_index.c | 24 int (*setup)(int, long long, int, void**); member 92 test->setup = (int (*)(int, long long, int, void **))p; in load_test() 191 if (test.setup) { in main() 192 retval = test.setup(args.num_threads, args.length, 0, NULL); in main()
|
| H A D | perf_index.h | 4 #define DECL_SETUP int setup(int num_threads, long long length, int test_argc, const void** test_ar…
|
| /xnu-11215/tests/ |
| H A D | select_stress.c | 32 setup_func setup; member 67 if (a->setup) { in thread_sync() 68 (a->setup)(&a->ep); in thread_sync() 261 th[i].setup = setup_stress_event; in test_select_stress()
|
| H A D | stackshot_accuracy.m | 355 /* setup signal handling */ 532 /* setup signal handling */
|
| H A D | poll_select_kevent_paired_fds.c | 727 #pragma mark file setup
|
| H A D | ipsec.m | 542 T_LOG("%s interface setup", ifname);
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.top | 403 .PHONY: setup 406 setup: build_setup_bootstrap 433 …(call TOP_LEVEL_EACH_BUILD_CONFIG_BOOTSTRAP_template,build_exporthdrs_mi,,setup,,1,$(FIRST_BUILD_C… 445 …(call TOP_LEVEL_EACH_BUILD_CONFIG_BOOTSTRAP_template,build_exporthdrs_md,,setup,,$(KERNEL_BUILDS_I… 483 …call TOP_LEVEL_EACH_BUILD_CONFIG_BOOTSTRAP_template,build_installhdrs_mi,,setup,build_exporthdrs_m… 511 …call TOP_LEVEL_EACH_BUILD_CONFIG_BOOTSTRAP_template,textfiles_install_mi,,setup,,1,$(FIRST_BUILD_C… 523 …call TOP_LEVEL_EACH_BUILD_CONFIG_BOOTSTRAP_template,textfiles_install_md,,setup,,$(KERNEL_BUILDS_I… 535 …ld_all = $(call TOP_LEVEL_EACH_BUILD_CONFIG_BOOTSTRAP_template,build_all,,setup exporthdrs,,$(KERN… 549 …g_all = $(call TOP_LEVEL_EACH_BUILD_CONFIG_BOOTSTRAP_template,config_all,,setup,build_all,$(KERNEL… 569 …all TOP_LEVEL_EACH_BUILD_CONFIG_BOOTSTRAP_template,build_install_primary,,setup,config_all,1,$(PRI… [all …]
|
| H A D | MakeInc.def | 611 # setup phase. The blacklist file itself is divided per-sanitizer, so won't
|
| /xnu-11215/SETUP/ |
| H A D | setup.sh | 1 setup_tmp=`mktemp -d -t setup`
|
| /xnu-11215/pexpert/arm/ |
| H A D | pe_serial.c | 794 void(*const setup)(const DeviceTreeNode * const devicetree_node); member 797 { .compatible = "uart-1,samsung", .setup = apple_uart_setup }, 800 { .compatible = "aapl,dock-channels", .setup = dockchannel_setup }, 803 { .compatible = "arm,pl011", .setup = pl011_uart_setup }, 889 driver_setup_functions[i].setup(serial_device_node); in serial_init()
|
| /xnu-11215/tools/tests/perf_index/PerfIndex_COPS_Module/ |
| H A D | PITest.h | 31 - (BOOL)setup;
|
| H A D | PITest.m | 35 f = dlsym(handle, "setup"); 73 - (BOOL)setup
|
| /xnu-11215/tests/vm/ |
| H A D | test_vm_no_pager.m | 278 /* Perform necessary setup prior to running crash program */ 308 dispatch_semaphore_wait(sync_sema, DISPATCH_TIME_FOREVER); // Wait for exception handler setup
|
| /xnu-11215/osfmk/kern/ |
| H A D | zalloc.h | 2533 #define __ZONE_INIT1(ns, var, name, size, flags, zid, setup) \ argument 2535 __startup_zone_spec_ ## ns = { var, name, size, flags, zid, setup }; \ 2539 #define __ZONE_INIT(ns, var, name, size, flags, zid, setup) \ argument 2540 __ZONE_INIT1(ns, var, name, size, flags, zid, setup) \
|
| /xnu-11215/doc/vm/ |
| H A D | sanitize.md | 295 every trial value, performing any setup necessary and collecting the results. 381 Step 5: for each test, decide what setup is necessary for the test or for 383 runner with that setup and those trials. The test runner loops through 385 required setup for the test or for each trial, and calls the function 386 to be tested. If there is an existing VM API with similar setup or
|
| /xnu-11215/libkdd/ |
| H A D | README.md | 12 The format for data is setup in a generic format as follows
|
| H A D | kcdata_core.m | 108 /* need to do work here to get the array of elements setup here */ 235 /* setup collection object for sub containers */
|
| /xnu-11215/tests/ktrace/ |
| H A D | kperf_tests.c | 923 expect_stacks_traced(void (^setup)(ktrace_session_t s), void (^complete)(void)) 930 if (setup) { 931 setup(s);
|
| /xnu-11215/ |
| H A D | Makefile | 222 setup \
|
| H A D | README.md | 143 So you can setup new kernel as 161 Following are the steps to get such a setup: 170 3. Update the kernelcache and boot-args for your setup
|
| /xnu-11215/doc/lifecycle/ |
| H A D | startup.md | 149 - Rank 1: `zone_init`: setup the zone subsystem, this allows for the already
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_control.c | 79 ctl_setup_func setup; /* Setup contact */ member 474 if (kctl->setup != NULL) { in ctl_setup_kctl() 475 error = (*kctl->setup)(&sa.sc_unit, &kcb->userdata); in ctl_setup_kctl() 1778 kctl->setup = userkctl->ctl_setup; in ctl_register()
|
| /xnu-11215/osfmk/tests/ |
| H A D | README.md | 14 * Start usbterm and setup your target machine/device in iBoot.
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | README.md | 434 …setup makes it difficult for a lldbmacro developer to load custom/local macros. Following is the s… 436 …ble DEBUG_XNU_LLDBMACROS=1 on your shell. This will disable the automatic setup of lldbmacros and …
|
| /xnu-11215/doc/debugging/ |
| H A D | debugging.md | 259 First setup your environment:
|