Searched refs:CATALOG_SIGNATURE (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/libsystemd/sd-journal/ |
D | catalog.c | 38 #define CATALOG_SIGNATURE { 'R', 'H', 'H', 'H', 'K', 'S', 'L', 'P' } macro 394 .signature = CATALOG_SIGNATURE, in write_catalog() 531 if (memcmp(h->signature, (const uint8_t[]) CATALOG_SIGNATURE, sizeof(h->signature)) != 0 || in open_mmap()
|