Lines Matching refs:child
101 int trace_tm_spd_vsx(pid_t child)
106 FAIL_IF(start_trace(child));
107 FAIL_IF(show_vsx(child, vsx));
109 FAIL_IF(show_vmx(child, vmx));
111 FAIL_IF(show_vsx_ckpt(child, vsx));
113 FAIL_IF(show_vmx_ckpt(child, vmx));
121 FAIL_IF(write_vsx_ckpt(child, vsx));
122 FAIL_IF(write_vmx_ckpt(child, vmx));
126 FAIL_IF(stop_trace(child));
172 printf("Child's exit status not captured\n");