Home
last modified time | relevance | path

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

/freebsd-13.1/stand/uboot/lib/
H A Dapi_public.h70 #define API_SIG_MAGIC "UBootAPI" macro
H A Dglue.c125 if (!bcmp(sp, API_SIG_MAGIC, API_SIG_MAGLEN)) { in api_search_sig()