Home | History | Annotate | Download | only in MacOSX-Kernel

Lines Matching refs:exit_code

1210                             const uint32_t exit_code = packet.GetU32 (&offset);
1211 s.Printf(" (term_code = 0x%8.8x (%u), exit_code = 0x%8.8x (%u))", term_code, term_code, exit_code, exit_code);