Searched refs:nmsg (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/tools/tests/unit_tests/sprace_test_11891562_src/
H A Dsprace_test_11891562.c67 mach_send_possible_notification_t nmsg; local
108 mret = mach_msg(&nmsg.not_header, MACH_RCV_MSG | MACH_RCV_TIMEOUT,
109 0, sizeof(nmsg),
127 switch (nmsg.not_header.msgh_id) {
130 if (nmsg.not_port != msg_port) {
131 fprintf(stderr, "send possible notification about wrong port (0x%x != 0x%x)\n", nmsg.not_port, msg_port);
140 if (nmsg.not_port != msg_port) {
141 fprintf(stderr, "dead name notification about wrong port (0x%x != 0x%x)\n", nmsg.not_port, msg_port);
146 fprintf(stderr, "unexected notify id (%d)\n", nmsg.not_header.msgh_id);

Completed in 51 milliseconds