Home
last modified time | relevance | path

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

/NextBSD/sys/boot/uboot/lib/
HDapi_public.h70 #define API_SIG_MAGIC "UBootAPI" macro
HDglue.c89 if (!bcmp(sp, API_SIG_MAGIC, API_SIG_MAGLEN)) { in api_search_sig()