Home
last modified time | relevance | path

Searched refs:LOGR_NMSGMASK (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Deventlog_log.c240 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()
H A Dlibmlsvc.h240 #define LOGR_NMSGMASK 1023 macro
251 logr_entry_t li_entry[LOGR_NMSGMASK+1]; /* Array of log entry */
H A Deventlog_svc.c561 iter = ent_no & LOGR_NMSGMASK; in logr_s_EventLogRead()
563 iter = (ent_no - 1) & LOGR_NMSGMASK; in logr_s_EventLogRead()