| /xnu-10063.101.15/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-10063.101.15/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 | 353 /* setup signal handling */ 530 /* 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);
|
| H A D | stackshot_tests.m | 1886 /* setup the signal handler in the parent (server) */ 1887 T_LOG("setup sig handlers");
|
| /xnu-10063.101.15/makedefs/ |
| H A D | MakeInc.top | 390 .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 D | MakeInc.def | 540 # setup phase. The blacklist file itself is divided per-sanitizer, so won't
|
| /xnu-10063.101.15/SETUP/ |
| H A D | setup.sh | 1 setup_tmp=`mktemp -d -t setup`
|
| /xnu-10063.101.15/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 method
|
| /xnu-10063.101.15/tests/vm/ |
| H A D | test_vm_no_pager.m | 273 /* 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 D | zalloc.h | 2502 #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 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-10063.101.15/tests/ktrace/ |
| H A D | kperf_tests.c | 913 expect_stacks_traced(void (^setup)(ktrace_session_t s), void (^complete)(void)) 920 if (setup) { 921 setup(s);
|
| /xnu-10063.101.15/ |
| H A D | Makefile | 219 setup \
|
| H A D | README.md | 140 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 D | startup.md | 149 - Rank 1: `zone_init`: setup the zone subsystem, this allows for the already
|
| /xnu-10063.101.15/bsd/kern/ |
| H A D | kern_control.c | 75 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 D | README.md | 14 * Start usbterm and setup your target machine/device in iBoot.
|
| /xnu-10063.101.15/tools/lldbmacros/ |
| H A D | README.md | 426 …setup 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 D | debugging.md | 258 First setup your environment:
|