Searched refs:LOGGER_MAGIC (Results 1 – 5 of 5) sorted by relevance
34 #define LOGGER_MAGIC 'l' macro
195 pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_short()282 buffer->pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_short_aligned()356 buffer->pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_short_unaligned1()430 buffer->pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_long_aligned()502 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()