Lines Matching refs:child
89 int trace_tm_vsx(pid_t child)
94 FAIL_IF(start_trace(child));
95 FAIL_IF(show_vsx(child, vsx));
97 FAIL_IF(show_vmx(child, vmx));
99 FAIL_IF(show_vsx_ckpt(child, vsx));
101 FAIL_IF(show_vmx_ckpt(child, vmx));
108 FAIL_IF(write_vsx_ckpt(child, vsx));
109 FAIL_IF(write_vmx_ckpt(child, vmx));
111 FAIL_IF(stop_trace(child));
155 printf("Child's exit status not captured\n");