LOGR_NMSGMASK
if (line_num > LOGR_NMSGMASK) {
if (++i > LOGR_NMSGMASK)
if (loginfo->li_idx <= LOGR_NMSGMASK)
return (LOGR_NMSGMASK+1);
iter = ent_no & LOGR_NMSGMASK;
iter = (ent_no - 1) & LOGR_NMSGMASK;
logr_entry_t li_entry[LOGR_NMSGMASK+1]; /* Array of log entry */