Searched refs:BC_MAGIC (Results 1 – 2 of 2) sorted by relevance
11 #define BC_MAGIC 0xbc macro18 buf[0] = BC_MAGIC; in bootcount_store()37 if (buf[0] == BC_MAGIC) in bootcount_load()
10 #define BC_MAGIC 0xbd macro39 buf->magic = BC_MAGIC; in bootcount_store()72 if (buf->magic == BC_MAGIC && buf->version == BC_VERSION) { in bootcount_load()
Completed in 3 milliseconds