Searched refs:LOGGER_MAGIC (Results 1 – 4 of 4) sorted by relevance
127 pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_short()215 buffer->pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_short_aligned()291 buffer->pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_short_unaligned1()367 buffer->pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_long_aligned()440 buffer->pmsg_header.magic = LOGGER_MAGIC; in BM_pmsg_long_unaligned1()
30 #define LOGGER_MAGIC 'l' macro
142 pmsgHeader.magic = LOGGER_MAGIC; in pmsgWrite()
183 if ((buf.p.magic != LOGGER_MAGIC) in pmsgRead()190 } while (preread_count && (buf.p.magic != LOGGER_MAGIC)); in pmsgRead()