Lines Matching +full:43 +full:s
4 * Based on Christian Brauner's clone3() example.
5 * These tests are assuming to be running in the host's
58 ksft_print_msg("%s - Failed to create new process\n", in call_clone3_set_tid()
99 ksft_print_msg("I am the parent (%d). My child's pid is %d\n", in call_clone3_set_tid()
109 ksft_print_msg("Child returned %s\n", strerror(errno)); in call_clone3_set_tid()
169 "%s - Could not open /proc/sys/kernel/pid_max\n", in main()
283 ksft_exit_fail_msg("unshare(CLONE_NEWPID) failed: %s\n", in main()
291 /* Let's create a PID 1 */ in main()
295 * This and the next test cases check that all pid-s are in main()
298 set_tid[0] = 43; in main()
302 set_tid[0] = 43; in main()
304 test_clone3_set_tid(set_tid, 2, 0, 0, 43, 0); in main()
321 * namespaces. Again assuming this is running in the host's in main()
346 "%s - Could not open %s\n", in main()
358 "Unexpected 'NSPid:' entry: %s", in main()
374 ksft_print_msg("Child returned %s\n", strerror(errno)); in main()