Searched refs:LastIPCMsgStart (Results 1 – 4 of 4) sorted by relevance
69 if (class_id >= LastIPCMsgStart) { in check_msgtable()97 while (LastIPCMsgStart > highest_class_id + 1) { in check_msgtable()102 << LastIPCMsgStart - (highest_class_id + 1) in check_msgtable()
37 MessageFilters message_class_filters_[LastIPCMsgStart];
114 LastIPCMsgStart // Must come last. enumerator
37 return message_class >= 0 && message_class < LastIPCMsgStart; in ValidMessageClass()