Searched refs:API_SIG_MAGIC (Results 1 – 3 of 3) sorted by relevance
21 #define API_SIG_MAGIC "UBootAPI" macro
59 if (!memcmp(sp, API_SIG_MAGIC, API_SIG_MAGLEN)) { in api_search_sig()
686 memcpy(sig->magic, API_SIG_MAGIC, 8); in api_init()