Searched refs:LOGGER_MAGIC (Results 1 – 5 of 5) sorted by relevance
34 #define LOGGER_MAGIC 'l' macro
190 pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_short()278 buffer->pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_short_aligned()353 buffer->pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_short_unaligned1()428 buffer->pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_long_aligned()501 buffer->pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_long_unaligned1()
120 pmsgHeader.magic = LOGGER_MAGIC; in PmsgWrite()
80 if ((buf.p.magic != LOGGER_MAGIC) || (buf.p.len <= sizeof(buf)) || in PmsgRead()88 } while (preread_count && (buf.p.magic != LOGGER_MAGIC)); in PmsgRead()
567 .magic = LOGGER_MAGIC, in WritePmsgEventLogTags()