Home
last modified time | relevance | path

Searched refs:client_pid (Results 1 – 12 of 12) sorted by relevance

/xnu-11215/tests/
H A Dkqworkloop_limits_client.c39 long client_pid; member
55 args->client_pid = getpid(); in parse_args()
H A Dfd_table_limits_client.c38 long client_pid; member
54 args->client_pid = getpid(); in parse_args()
H A Dimmovable_send_client.c35 long client_pid; member
52 args->client_pid = getpid(); in parse_args()
H A Dreply_port_defense.c169 pid_t client_pid = 0; in reply_port_defense() local
209 err = posix_spawn(&client_pid, child_args[0], NULL, &attrs, &child_args[0], environ); in reply_port_defense()
210 T_ASSERT_POSIX_SUCCESS(err, "posix_spawn reply_port_defense_client = %d", client_pid); in reply_port_defense()
H A Dport_table_limits_client.c35 long client_pid; member
51 args->client_pid = getpid(); in parse_args()
H A Dport_table_limits.c102 long client_pid; member
177 int err = task_for_pid(mach_task_self(), (int)args->client_pid, &client_task_port); in server_run()
272 server_args->client_pid = child_pid;
H A Dmo_immovable_receive.c41 long client_pid; member
62 args->client_pid = getpid(); in parse_args()
H A Dimm_pinned_control_port.c337 pid_t client_pid = 0; in test_imm_pinned_control_port() local
399 err = posix_spawn(&client_pid, child_args[0], NULL, &attrs, &child_args[0], environ); in test_imm_pinned_control_port()
400 …RT_POSIX_SUCCESS(err, "posix_spawn control_port_options_client = %d test_num = %d", client_pid, i); in test_imm_pinned_control_port()
H A Dkqworkloop_limits.c162 long client_pid; member
229 server_args->client_pid = spawn_child_process_with_limits(0, 500, 2);
H A Dfd_table_limits.c177 long client_pid; member
271 server_args->client_pid = child_pid;
H A Dstackshot_tests.m1907 pid_t client_pid;
1928 sp_ret = posix_spawn(&client_pid, client_args[0], NULL, NULL, client_args, NULL);
1930 T_LOG("Spawned client as PID %d", client_pid);
1987 T_ASSERT_POSIX_SUCCESS(kill(client_pid, SIGKILL), "killing client");
1992 sp_ret = posix_spawn(&client_pid, client_args[0], NULL, NULL, client_args, NULL);
1994 T_LOG("Spawned client as PID %d", client_pid);
2031 T_ASSERT_POSIX_SUCCESS(kill(client_pid, SIGKILL), "killing client");
2171 pid_t client_pid;
2206 int rc = posix_spawn(&client_pid, client_args[0], NULL, NULL, client_args, NULL);
2208 T_LOG("Spawned client as PID %d", client_pid);
[all …]
/xnu-11215/bsd/net/
H A Dnetwork_agent.c133 pid_t client_pid; member
1269 …netagent_send_cellular_failed_event(new_wrapper, search_client->client_pid, search_client->client_… in netagent_handle_update_inner()
2606 new_pending_client->client_pid = parameters->u.nexus_request.epid; in netagent_client_message_with_params()
2611 new_pending_client->client_pid = proc_pid(p); in netagent_client_message_with_params()