Searched refs:LOGR_NMSGMASK (Results 1 – 3 of 3) sorted by relevance
240 if (line_num > LOGR_NMSGMASK) { in logr_syslog_construct_queue()291 if (++i > LOGR_NMSGMASK) in logr_syslog_load()336 if (loginfo->li_idx <= LOGR_NMSGMASK) in logr_syslog_snapshot()339 return (LOGR_NMSGMASK+1); in logr_syslog_snapshot()
241 #define LOGR_NMSGMASK 1023 macro252 logr_entry_t li_entry[LOGR_NMSGMASK+1]; /* Array of log entry */
560 iter = ent_no & LOGR_NMSGMASK; in logr_s_EventLogRead()562 iter = (ent_no - 1) & LOGR_NMSGMASK; in logr_s_EventLogRead()