Lines Matching refs:child
184 pid_t child; in test_unpriv_remount() local
186 child = fork(); in test_unpriv_remount()
187 if (child == -1) { in test_unpriv_remount()
191 if (child != 0) { /* parent */ in test_unpriv_remount()
194 pid = waitpid(child, &status, 0); in test_unpriv_remount()
199 if (pid != child) { in test_unpriv_remount()
201 child, pid); in test_unpriv_remount()
258 pid_t child; in test_priv_mount_unpriv_remount() local
264 child = fork(); in test_priv_mount_unpriv_remount()
265 if (child == -1) { in test_priv_mount_unpriv_remount()
269 if (child != 0) { /* parent */ in test_priv_mount_unpriv_remount()
272 pid = waitpid(child, &status, 0); in test_priv_mount_unpriv_remount()
277 if (pid != child) { in test_priv_mount_unpriv_remount()
279 child, pid); in test_priv_mount_unpriv_remount()