Home
last modified time | relevance | path

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

/xnu-10002.41.9/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-10002.41.9/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.m1879 /* setup the signal handler in the parent (server) */
1880 T_LOG("setup sig handlers");
/xnu-10002.41.9/SETUP/
H A Dsetup.sh1 setup_tmp=`mktemp -d -t setup`
/xnu-10002.41.9/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.def537 # setup phase. The blacklist file itself is divided per-sanitizer, so won't
/xnu-10002.41.9/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-10002.41.9/osfmk/kern/
H A Dzalloc.h2484 #define __ZONE_INIT1(ns, var, name, size, flags, zid, setup) \ argument
2486 __startup_zone_spec_ ## ns = { var, name, size, flags, zid, setup }; \
2490 #define __ZONE_INIT(ns, var, name, size, flags, zid, setup) \ argument
2491 __ZONE_INIT1(ns, var, name, size, flags, zid, setup) \
/xnu-10002.41.9/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-10002.41.9/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-10002.41.9/
H A DMakefile219 setup \
H A DREADME.md130 So you can setup new kernel as
146 Following are the steps to get such a setup:
153 3. Update the kernelcache and boot-args for your setup
/xnu-10002.41.9/doc/
H A Dstartup.md147 - Rank 1: `zone_init`: setup the zone subsystem, this allows for the already
H A Ddebugging.md434 First setup your environment:
/xnu-10002.41.9/bsd/kern/
H A Dkern_control.c75 ctl_setup_func setup; /* Setup contact */ member
469 if (kctl->setup != NULL) { in ctl_setup_kctl()
470 error = (*kctl->setup)(&sa.sc_unit, &kcb->userdata); in ctl_setup_kctl()
1765 kctl->setup = userkctl->ctl_setup; in ctl_register()
/xnu-10002.41.9/osfmk/tests/
H A DREADME.md14 * Start usbterm and setup your target machine/device in iBoot.
/xnu-10002.41.9/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 …