Home
last modified time | relevance | path

Searched refs:posix_spawn (Results 1 – 25 of 53) sorted by relevance

123

/xnu-11215/tests/
H A Dposix_spawn_alt_rosetta.c45 ret = posix_spawn(&pid, path, NULL, &spawnattr, NULL, NULL);
57 ret = posix_spawn(&pid, path, NULL, &spawnattr, NULL, NULL);
69 ret = posix_spawn(&pid, path, NULL, &spawnattr, NULL, NULL);
H A Dvm_set_max_addr_test.c35 result = posix_spawn(&child_pid, command_path, NULL, &attrp, command_args, NULL);
47 result = posix_spawn(&child_pid, command_path, NULL, &attrp, command_args, NULL);
H A Dfd_table_limits.c58 err = posix_spawn(&child_pid, child_args[0], NULL, &attrs, child_args, environ);
99 err = posix_spawn(&child_pid, child_args[0], NULL, &attrs, child_args, environ);
140 err = posix_spawn(&child_pid, child_args[0], NULL, &attrs, child_args, environ);
268 err = posix_spawn(&child_pid, child_args[0], NULL, &attrs, &child_args[0], environ);
H A Dsigchld_return.c124 …T_QUIET; T_ASSERT_POSIX_SUCCESS(posix_spawn(&pid, "/bin/sh", NULL, NULL, args, NULL), "posix_spawn…
127 int ret = posix_spawn(&pid, "does not exist", NULL, NULL, args, NULL);
H A Dposix_spawn_file_actions.c45 ret = posix_spawn(&child_pid, prog, &file_actions, NULL, argv_child, environ);
114 ret = posix_spawn(&child_pid, prog, &file_actions, NULL, argv_child, environ);
H A Dsubsystem_root_path.h18 if (posix_spawn(&pid, args[0], NULL, attr, args, NULL)) { in _spawn_and_wait()
H A Dport_exhaustion.c37 err = posix_spawn(&child_pid, child_args[0], NULL, &attrs, &child_args[0], environ);
H A Dvm_spawn_tool.c57 posix_spawn(&newpid, prog_path, &fileactions, &spawnattrs, &argv[1], environ); in main()
H A Dposix_spawn_launch_type.c47 ret = posix_spawn(&child_pid, prog, NULL, &attr, argv_child, environ);
H A Dperf_spawn_fork.c23 err = posix_spawn(&pid, args[0], NULL, NULL, args, NULL); \
H A Dprioritize_process_launch_helper.c208 ret = posix_spawn(&child_pid, binary, NULL, &attr, new_argv, NULL); in main()
251 ret = posix_spawn(&child_pid, binary, NULL, &attr, new_argv, NULL); in main()
H A Dicmp_basic.c53 ping_ret = posix_spawn(&pid, ping_args[0], NULL, NULL, ping_args, NULL); in run_ping()
H A Dposix_spawn_file_actions_add_fileportdup2_np.c51 ret = posix_spawn(&child_pid, prog, &fact, &attr, argv_child, environ);
H A Dlocks.c59 rc = posix_spawn(&pid, clpcctrl_args[0], NULL, NULL, clpcctrl_args, NULL); in clpc_set_core_count()
H A Dsuspended_spawn_26184412.c50 ret = posix_spawn(&child_pid, prog, NULL, &attr, argv_child, environ); in spawn_and_signal()
H A Dposix_spawn_posix_cred.c60 ret = posix_spawn(&child_pid, prog, NULL, &attr, argv_child, environ);
H A Dposix_spawn_archpref.c28 ret = posix_spawn(&pid, path, NULL, &spawnattr, NULL, NULL); in run_test()
H A Dkevent_continuous_time.c57 …T_ASSERT_POSIX_ZERO((spawn_ret = posix_spawn(&pid, pmset1_args[0], NULL, NULL, pmset1_args, enviro… in trigger_sleep()
63 …T_ASSERT_POSIX_ZERO((spawn_ret = posix_spawn(&pid, pmset2_args[0], NULL, NULL, pmset2_args, enviro… in trigger_sleep()
H A Dposix_spawn_filtering.c89 ret = posix_spawn(&child_pid, prog, &file_actions, NULL, argv_child, envp_child);
H A Dstackshot_spawn_exit_stress.c114 int sp_ret = posix_spawn(&pid, args[0], &actions, NULL, args, NULL);
H A Dport_table_limits.c65 err = posix_spawn(&child_pid, child_args[0], NULL, &attrs, child_args, environ);
269 err = posix_spawn(&child_pid, child_args[0], NULL, &attrs, &child_args[0], environ);
/xnu-11215/tests/vm_memory_tests_src/
H A Dmain.c70 …T_ASSERT_POSIX_ZERO(posix_spawn(&pid, VM_SPAWN_TOOL, &actions, NULL, argv, environ), "spawn %s", s… in spawn_process()
72 …T_ASSERT_POSIX_ZERO(posix_spawn(&pid, buffer, &actions, NULL, argv, environ), "spawn %s", serviceN… in spawn_process()
/xnu-11215/bsd/man/man2/
H A DMakefile251 posix_spawn.2
254 posix_spawn.2 posix_spawnp.2 \
/xnu-11215/tests/vm/
H A Dposix_spawnattr_set_jetsam_ttr.c176 ret = posix_spawn(NULL, testpath, NULL, &attrs, arguments, environ);
204 ret = posix_spawn(&child_pid, testpath, NULL, &attrs, arguments, environ); in posix_spawn_helper_and_wait_for_exit()
/xnu-11215/tools/tests/execperf/
H A Drun.c69 ret = posix_spawn(&pid, newargv[0], NULL, NULL, newargv, environ); in work()

123