Home
last modified time | relevance | path

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

/freebsd/stand/uboot/
H A Dapi_public.h68 #define API_SIG_MAGIC "UBootAPI" macro
H A Dglue.c122 if (!bcmp(sp, API_SIG_MAGIC, API_SIG_MAGLEN)) { in api_search_sig()