Home
last modified time | relevance | path

Searched refs:client_args (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/tests/
H A Dimmovable_send_client.c58 struct args client_args = {}; in main() local
59 parse_args(&client_args); in main()
70 ret = bootstrap_look_up(bsport, client_args.server_port_name, in main()
71 &client_args.server_port); in main()
96 mach_msg_header_t *request = (mach_msg_header_t *)client_args.request_msg; in main()
99 request->msgh_size = (mach_msg_size_t)client_args.request_msg_size; in main()
100 request->msgh_remote_port = client_args.server_port; in main()
115 (mach_msg_size_t)client_args.request_msg_size, in main()
H A Dport_table_limits_client.c57 struct args client_args = {}; in connect_to_server() local
58 parse_args(&client_args); in connect_to_server()
70 ret = bootstrap_look_up(bsport, client_args.server_port_name, in connect_to_server()
71 &client_args.server_port); in connect_to_server()
97 mach_msg_header_t *request = (mach_msg_header_t *)client_args.request_msg; in connect_to_server()
100 request->msgh_size = (mach_msg_size_t)client_args.request_msg_size; in connect_to_server()
101 request->msgh_remote_port = client_args.server_port; in connect_to_server()
116 (mach_msg_size_t)client_args.request_msg_size, in connect_to_server()
H A Dkqworkloop_limits_client.c61 struct args client_args = {}; in connect_to_server() local
62 parse_args(&client_args); in connect_to_server()
73 ret = bootstrap_look_up(bsport, client_args.server_port_name, in connect_to_server()
74 &client_args.server_port); in connect_to_server()
81 ret = task_set_special_port(mach_task_self(), TASK_RESOURCE_NOTIFY_PORT, client_args.server_port); in connect_to_server()
H A Dfd_table_limits_client.c60 struct args client_args = {}; in connect_to_server() local
61 parse_args(&client_args); in connect_to_server()
72 ret = bootstrap_look_up(bsport, client_args.server_port_name, in connect_to_server()
73 &client_args.server_port); in connect_to_server()
80 ret = task_set_special_port(mach_task_self(), TASK_RESOURCE_NOTIFY_PORT, client_args.server_port); in connect_to_server()
H A Dstackshot_tests.m1906 char *client_args[] = { path, "-n", "srp_client", NULL };
1928 sp_ret = posix_spawn(&client_pid, client_args[0], NULL, NULL, client_args, NULL);
1929 …T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", client_args[0], client_pi…
1992 sp_ret = posix_spawn(&client_pid, client_args[0], NULL, NULL, client_args, NULL);
1993 …T_QUIET; T_ASSERT_POSIX_ZERO(sp_ret, "spawned process '%s' with PID %d", client_args[0], client_pi…
2168 char *client_args[] = { path, "-n", "throtlled_sp_client", NULL };
2206 int rc = posix_spawn(&client_pid, client_args[0], NULL, NULL, client_args, NULL);
2207 T_QUIET; T_ASSERT_POSIX_ZERO(rc, "spawned process '%s' with PID %d", client_args[0], client_pid);