| /xnu-11215/tests/ |
| H A D | posix_spawn_alt_rosetta.c | 45 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 D | vm_set_max_addr_test.c | 35 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 D | fd_table_limits.c | 58 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 D | sigchld_return.c | 124 …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 D | posix_spawn_file_actions.c | 45 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 D | subsystem_root_path.h | 18 if (posix_spawn(&pid, args[0], NULL, attr, args, NULL)) { in _spawn_and_wait()
|
| H A D | port_exhaustion.c | 37 err = posix_spawn(&child_pid, child_args[0], NULL, &attrs, &child_args[0], environ);
|
| H A D | vm_spawn_tool.c | 57 posix_spawn(&newpid, prog_path, &fileactions, &spawnattrs, &argv[1], environ); in main()
|
| H A D | posix_spawn_launch_type.c | 47 ret = posix_spawn(&child_pid, prog, NULL, &attr, argv_child, environ);
|
| H A D | perf_spawn_fork.c | 23 err = posix_spawn(&pid, args[0], NULL, NULL, args, NULL); \
|
| H A D | prioritize_process_launch_helper.c | 208 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 D | icmp_basic.c | 53 ping_ret = posix_spawn(&pid, ping_args[0], NULL, NULL, ping_args, NULL); in run_ping()
|
| H A D | posix_spawn_file_actions_add_fileportdup2_np.c | 51 ret = posix_spawn(&child_pid, prog, &fact, &attr, argv_child, environ);
|
| H A D | locks.c | 59 rc = posix_spawn(&pid, clpcctrl_args[0], NULL, NULL, clpcctrl_args, NULL); in clpc_set_core_count()
|
| H A D | suspended_spawn_26184412.c | 50 ret = posix_spawn(&child_pid, prog, NULL, &attr, argv_child, environ); in spawn_and_signal()
|
| H A D | posix_spawn_posix_cred.c | 60 ret = posix_spawn(&child_pid, prog, NULL, &attr, argv_child, environ);
|
| H A D | posix_spawn_archpref.c | 28 ret = posix_spawn(&pid, path, NULL, &spawnattr, NULL, NULL); in run_test()
|
| H A D | kevent_continuous_time.c | 57 …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 D | posix_spawn_filtering.c | 89 ret = posix_spawn(&child_pid, prog, &file_actions, NULL, argv_child, envp_child);
|
| H A D | stackshot_spawn_exit_stress.c | 114 int sp_ret = posix_spawn(&pid, args[0], &actions, NULL, args, NULL);
|
| H A D | port_table_limits.c | 65 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 D | main.c | 70 …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 D | Makefile | 251 posix_spawn.2 254 posix_spawn.2 posix_spawnp.2 \
|
| /xnu-11215/tests/vm/ |
| H A D | posix_spawnattr_set_jetsam_ttr.c | 176 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 D | run.c | 69 ret = posix_spawn(&pid, newargv[0], NULL, NULL, newargv, environ); in work()
|