Searched refs:MACH_MSGH_BITS_IMPHOLDASRT (Results 1 – 2 of 2) sorted by relevance
154 #define MACH_MSGH_BITS_IMPHOLDASRT 0x10000000U /* assertion help, userland private */ macro155 #define MACH_MSGH_BITS_DENAPHOLDASRT MACH_MSGH_BITS_IMPHOLDASRT198 (((bits) & MACH_MSGH_BITS_IMPHOLDASRT) != MACH_MSGH_BITS_ZERO)
924 if ((msg->msgh_bits & MACH_MSGH_BITS_IMPHOLDASRT) == 0) { in proc_importance_assertion_begin_with_msg()925 msg->msgh_bits |= MACH_MSGH_BITS_IMPHOLDASRT; in proc_importance_assertion_begin_with_msg()