/src/tests/kernel/ |
t_zombie.c | 130 pid_t child1, child2, pid; local in function:signal_raw 132 child1 = atf_utils_fork(); 133 ATF_REQUIRE(child1 != -1); 134 if (child1 == 0) { 142 await_zombie(child1); 152 kill(child1, sig); 156 ASSERT(check_zombie(child1)); 169 /* Assert that child1 is still a zombie after collecting child2 */ 170 ATF_REQUIRE(check_zombie(child1)); 180 kill(child1, sig) [all...] |
/src/tests/lib/libc/sys/ |
t_ptrace_topology_wait.h | 40 pid_t child1, child2, wpid; local in function:ATF_TC_BODY 49 SYSCALL_REQUIRE((child1 = fork()) != -1); 50 if (child1 == 0) { 58 CHILD_FROM_PARENT("exit child1", parent_child, msg); 71 DPRINTF("Parent process PID=%d, child1's PID=%d\n", getpid(), child1); 75 wpid = TWAIT_GENERIC(child1, &status, WEXITED), child1); 79 DPRINTF("Notify that child1 is dead\n"); 80 PARENT_TO_CHILD("exit child1", parent_child, msg) [all...] |
t_poll.c | 55 child1(void) function in typeref:typename:void 63 (void)printf("child1 exit\n"); 119 child1();
|
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
opregion.c | 133 struct efp_child_device_config child1; member in struct:vbt 190 v->child1.handle = DEVICE_TYPE_EFP2; 191 v->child1.device_type = DEVICE_TYPE_DP; 192 v->child1.dvo_port = DVO_PORT_DPB; 193 v->child1.aux_channel = DP_AUX_B; 194 v->child1.dp_compat = true; 195 v->child1.integrated_encoder = true;
|