Home
last modified time | relevance | path

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

/xnu-8792.61.2/tools/tests/personas/
H A Dpersona_mgr.c236 ret = atoi(optarg); in main()
252 ret = atoi(optarg); in main()
260 ret = atoi(optarg); in main()
267 ret = atoi(optarg); in main()
275 kinfo.persona_gid = (gid_t)atoi(optarg); in main()
290 ret = atoi(optarg); in main()
H A Dpersona_spawn.c345 pa.kinfo.persona_gid = atoi(optarg); in main()
358 pa.kinfo.persona_id = atoi(optarg); in main()
365 pa.override_uid = atoi(optarg); in main()
H A Dpersona_test.h210 grp = atoi(s); in parse_groupspec()
/xnu-8792.61.2/tools/tests/affinity/
H A Dpool.c335 buffers = atoi(optarg); in main()
338 iterations = atoi(optarg); in main()
341 pages = atoi(optarg); in main()
344 stages = atoi(optarg); in main()
356 verbosity = atoi(optarg); in main()
366 producers = atoi(*argv); in main()
370 consumers = atoi(*argv); in main()
H A Dtags.c103 verbosity = atoi(optarg); in main()
113 pid = atoi(*argv); in main()
146 tag = atoi(input); in main()
H A Dsets.c359 buffers = atoi(optarg); in main()
365 iterations = atoi(optarg); in main()
368 pages = atoi(optarg); in main()
371 stages = atoi(optarg); in main()
383 verbosity = atoi(optarg); in main()
393 sets = atoi(*argv); in main()
/xnu-8792.61.2/tests/
H A Dfd_table_limits_client.c98 soft_limit = atoi(argv[1]); in main()
99 hard_limit = atoi(argv[2]); in main()
100 test_num = atoi(argv[3]); in main()
H A Ddebug_syscall_rejection_helper.c32 selector = (syscall_rejection_selector_t)atoi(optarg); in main()
35 pos = atoi(optarg); in main()
H A Dport_table_limits_client.c148 soft_limit = atoi(argv[1]); in main()
149 hard_limit = atoi(argv[2]); in main()
150 test_num = atoi(argv[3]); in main()
H A Dperf_compressor.c304 size_mb = atoi(argv[0]);
305 page_type = atoi(argv[1]);
H A Dreply_port_defense_client.c151 int test_num = atoi(argv[1]); in main()
H A Dimm_pinned_control_port_crasher.c445 int test_num = atoi(argv[1]); in main()
/xnu-8792.61.2/tools/tests/TLBcoherency/
H A DTLBcoherency.c262 nthreads = atoi(optarg); in main()
265 arenasize = atoi(optarg); // we typically want this to in main()
275 sleepus = atoi(optarg); in main()
281 mapping_size = atoi(optarg) * PAGE_SIZE; in main()
/xnu-8792.61.2/tools/tests/execperf/
H A Drun.c29 threadcount = atoi(argv[1]); in main()
30 count = atoi(argv[2]); in main()
/xnu-8792.61.2/osfmk/libsa/
H A Dstdlib.h69 extern int atoi(const char *);
/xnu-8792.61.2/SETUP/config/
H A Dmkheaders.c155 inc = atoi(cp); in do_header()
/xnu-8792.61.2/tools/tests/perf_index/
H A Dperf_index.c46 parsed_args->num_threads = atoi(argv[2]); in parse_args()
/xnu-8792.61.2/tests/vm/
H A Dmemorystatus_sort_test.c95 num_pages = atoi(argv[0]);
H A Dvm_reclaim.c179 const mach_vm_size_t kNumEntries = (size_t) atoi(argv[0]); in allocate_and_suspend()
H A Dmemorystatus_freeze_test.c499 int num_pages = atoi(argv[0]);
/xnu-8792.61.2/osfmk/device/
H A Dsubrs.c377 atoi(const char *cp) in atoi() function
/xnu-8792.61.2/tools/tests/jitter/
H A Dtimer_jitter.c247 random_seed = (unsigned)atoi(optarg); in main()
/xnu-8792.61.2/tools/tests/superpages/
H A Dtestsp.c795 mode = atoi(argv[1]); in main()
/xnu-8792.61.2/tests/ktrace/
H A Dkperf_tests.c165 stopafter = atoi(argv[0]);