GDB (xrefs)
|
#include <mach/boolean.h>
#include <mach/message.h>
Go to the source code of this file.
Functions | |
boolean_t | exc_server (mach_msg_header_t *InHeadP, mach_msg_header_t *OutHeadP) |
boolean_t | msg_reply_server (mach_msg_header_t *InHeadP, mach_msg_header_t *OutHeadP) |
boolean_t | notify_server (mach_msg_header_t *InHeadP, mach_msg_header_t *OutHeadP) |
boolean_t | process_reply_server (mach_msg_header_t *InHeadP, mach_msg_header_t *OutHeadP) |
boolean_t exc_server | ( | mach_msg_header_t * | InHeadP, |
mach_msg_header_t * | OutHeadP ) |
Referenced by gnu_nat_target::wait().
boolean_t msg_reply_server | ( | mach_msg_header_t * | InHeadP, |
mach_msg_header_t * | OutHeadP ) |
Referenced by gnu_nat_target::wait().
boolean_t notify_server | ( | mach_msg_header_t * | InHeadP, |
mach_msg_header_t * | OutHeadP ) |
Referenced by gnu_nat_target::wait().
boolean_t process_reply_server | ( | mach_msg_header_t * | InHeadP, |
mach_msg_header_t * | OutHeadP ) |
Referenced by gnu_nat_target::wait().