Home
last modified time | relevance | path

Searched refs:setup (Results 1 – 25 of 26) sorted by relevance

12

/xnu-11215/tools/tests/perf_index/
H A Dperf_index.c24 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 Dperf_index.h4 #define DECL_SETUP int setup(int num_threads, long long length, int test_argc, const void** test_ar…
/xnu-11215/tests/
H A Dselect_stress.c32 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 Dstackshot_accuracy.m355 /* setup signal handling */
532 /* setup signal handling */
H A Dpoll_select_kevent_paired_fds.c727 #pragma mark file setup
H A Dipsec.m542 T_LOG("%s interface setup", ifname);
/xnu-11215/makedefs/
H A DMakeInc.top403 .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 DMakeInc.def611 # setup phase. The blacklist file itself is divided per-sanitizer, so won't
/xnu-11215/SETUP/
H A Dsetup.sh1 setup_tmp=`mktemp -d -t setup`
/xnu-11215/pexpert/arm/
H A Dpe_serial.c794 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 DPITest.h31 - (BOOL)setup;
H A DPITest.m35 f = dlsym(handle, "setup");
73 - (BOOL)setup
/xnu-11215/tests/vm/
H A Dtest_vm_no_pager.m278 /* 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 Dzalloc.h2533 #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 Dsanitize.md295 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 DREADME.md12 The format for data is setup in a generic format as follows
H A Dkcdata_core.m108 /* 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 Dkperf_tests.c923 expect_stacks_traced(void (^setup)(ktrace_session_t s), void (^complete)(void))
930 if (setup) {
931 setup(s);
/xnu-11215/
H A DMakefile222 setup \
H A DREADME.md143 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 Dstartup.md149 - Rank 1: `zone_init`: setup the zone subsystem, this allows for the already
/xnu-11215/bsd/kern/
H A Dkern_control.c79 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 DREADME.md14 * Start usbterm and setup your target machine/device in iBoot.
/xnu-11215/tools/lldbmacros/
H A DREADME.md434setup 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 Ddebugging.md259 First setup your environment:

12