Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dapi_public.h21 #define API_SIG_MAGIC "UBootAPI" macro
/openbmc/u-boot/examples/api/
H A Dglue.c57 if (!memcmp(sp, API_SIG_MAGIC, API_SIG_MAGLEN)) { in api_search_sig()
/openbmc/u-boot/api/
H A Dapi.c667 memcpy(sig->magic, API_SIG_MAGIC, 8); in api_init()