Home
last modified time | relevance | path

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

/NextBSD/sys/boot/uboot/lib/
HDapi_public.h71 #define API_SIG_MAGLEN 8 macro
74 char magic[API_SIG_MAGLEN]; /* magic string */
HDglue.c87 spend = sp + 0x00300000 - API_SIG_MAGLEN; in api_search_sig()
89 if (!bcmp(sp, API_SIG_MAGIC, API_SIG_MAGLEN)) { in api_search_sig()
94 sp += API_SIG_MAGLEN; in api_search_sig()