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