Home
last modified time | relevance | path

Searched refs:BOOTCONFIG_MAGIC (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/bootconfig/
H A Dmain.c198 if (memcmp(magic, BOOTCONFIG_MAGIC, BOOTCONFIG_MAGIC_LEN) != 0) in load_xbc_from_initrd()
440 memcpy(p, BOOTCONFIG_MAGIC, BOOTCONFIG_MAGIC_LEN); in apply_xbc()
/openbmc/linux/include/linux/
H A Dbootconfig.h23 #define BOOTCONFIG_MAGIC "#BOOTCONFIG\n" macro
/openbmc/linux/init/
H A Dmain.c280 if (!memcmp(data, BOOTCONFIG_MAGIC, BOOTCONFIG_MAGIC_LEN)) in get_boot_config_from_initrd()