Home
last modified time | relevance | path

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

/xnu-10063.101.15/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-10063.101.15/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.m353 /* setup signal handling */
530 /* 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);
H A Dstackshot_tests.m1886 /* setup the signal handler in the parent (server) */
1887 T_LOG("setup sig handlers");
/xnu-10063.101.15/makedefs/
H A DMakeInc.top390 .PHONY: setup
393 setup: build_setup_bootstrap
420 …(call TOP_LEVEL_EACH_BUILD_CONFIG_BOOTSTRAP_template,build_exporthdrs_mi,,setup,,1,$(FIRST_BUILD_C…
432 …(call TOP_LEVEL_EACH_BUILD_CONFIG_BOOTSTRAP_template,build_exporthdrs_md,,setup,,$(KERNEL_BUILDS_I…
467 …call TOP_LEVEL_EACH_BUILD_CONFIG_BOOTSTRAP_template,build_installhdrs_mi,,setup,build_exporthdrs_m…
479 …call TOP_LEVEL_EACH_BUILD_CONFIG_BOOTSTRAP_template,build_installhdrs_md,,setup,build_exporthdrs_m…
495 …call TOP_LEVEL_EACH_BUILD_CONFIG_BOOTSTRAP_template,textfiles_install_mi,,setup,,1,$(FIRST_BUILD_C…
507 …call TOP_LEVEL_EACH_BUILD_CONFIG_BOOTSTRAP_template,textfiles_install_md,,setup,,$(KERNEL_BUILDS_I…
519 …ld_all = $(call TOP_LEVEL_EACH_BUILD_CONFIG_BOOTSTRAP_template,build_all,,setup exporthdrs,,$(KERN…
533 …g_all = $(call TOP_LEVEL_EACH_BUILD_CONFIG_BOOTSTRAP_template,config_all,,setup,build_all,$(KERNEL…
[all …]
H A DMakeInc.def540 # setup phase. The blacklist file itself is divided per-sanitizer, so won't
/xnu-10063.101.15/SETUP/
H A Dsetup.sh1 setup_tmp=`mktemp -d -t setup`
/xnu-10063.101.15/tools/tests/perf_index/PerfIndex_COPS_Module/
H A DPITest.h31 - (BOOL)setup;
H A DPITest.m35 f = dlsym(handle, "setup");
73 - (BOOL)setup method
/xnu-10063.101.15/tests/vm/
H A Dtest_vm_no_pager.m273 /* Perform necessary setup prior to running crash program */
300 parse_args(argc, argv); // TODOyfeig is there really no global setup in darwintests?
303 dispatch_semaphore_wait(sync_sema, DISPATCH_TIME_FOREVER); // Wait for exception handler setup
/xnu-10063.101.15/osfmk/kern/
H A Dzalloc.h2502 #define __ZONE_INIT1(ns, var, name, size, flags, zid, setup) \ argument
2504 __startup_zone_spec_ ## ns = { var, name, size, flags, zid, setup }; \
2508 #define __ZONE_INIT(ns, var, name, size, flags, zid, setup) \ argument
2509 __ZONE_INIT1(ns, var, name, size, flags, zid, setup) \
/xnu-10063.101.15/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-10063.101.15/tests/ktrace/
H A Dkperf_tests.c913 expect_stacks_traced(void (^setup)(ktrace_session_t s), void (^complete)(void))
920 if (setup) {
921 setup(s);
/xnu-10063.101.15/
H A DMakefile219 setup \
H A DREADME.md140 So you can setup new kernel as
158 Following are the steps to get such a setup:
167 3. Update the kernelcache and boot-args for your setup
/xnu-10063.101.15/doc/lifecycle/
H A Dstartup.md149 - Rank 1: `zone_init`: setup the zone subsystem, this allows for the already
/xnu-10063.101.15/bsd/kern/
H A Dkern_control.c75 ctl_setup_func setup; /* Setup contact */ member
466 if (kctl->setup != NULL) { in ctl_setup_kctl()
467 error = (*kctl->setup)(&sa.sc_unit, &kcb->userdata); in ctl_setup_kctl()
1743 kctl->setup = userkctl->ctl_setup; in ctl_register()
/xnu-10063.101.15/osfmk/tests/
H A DREADME.md14 * Start usbterm and setup your target machine/device in iBoot.
/xnu-10063.101.15/tools/lldbmacros/
H A DREADME.md426setup makes it difficult for a lldbmacro developer to load custom/local macros. Following is the s…
428 …ble DEBUG_XNU_LLDBMACROS=1 on your shell. This will disable the automatic setup of lldbmacros and …
/xnu-10063.101.15/doc/debugging/
H A Ddebugging.md258 First setup your environment: