Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/
H A Dtest_smack_udp_sockets.sh34 client_pid=$!
37 wait $client_pid
52 client_pid=$!
55 wait $client_pid
67 client_pid=$!
70 wait $client_pid
83 client_pid=$!
86 wait $client_pid
99 client_pid=$!
102 wait $client_pid
/openbmc/openbmc/meta-security/recipes-mac/smack/tcp-smack-test/
H A Dtest_smack_tcp_sockets.sh33 client_pid=$!
37 wait $client_pid
53 client_pid=$!
56 wait $client_pid
68 client_pid=$!
71 wait $client_pid
84 client_pid=$!
87 wait $client_pid
100 client_pid=$!
103 wait $client_pid
/openbmc/linux/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c220 pid_t client_pid; in FIXTURE() local
267 kill(self->client_pid, SIGKILL); in FIXTURE_TEARDOWN()
268 waitpid(self->client_pid, NULL, 0); in FIXTURE_TEARDOWN()
396 self->client_pid = fork(); in TEST_F()
397 ASSERT_NE(-1, self->client_pid); in TEST_F()
398 if (self->client_pid == 0) { in TEST_F()
426 waitpid(self->client_pid, &child_status, 0); in TEST_F()
/openbmc/linux/tools/testing/selftests/net/
H A Dtoeplitz.sh191 client_pid=$!
195 kill -9 "${client_pid}"
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Duserspace_pm.sh230 local client_pid=$!
263 client6_pid=$client_pid
269 client4_pid=$client_pid