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

/freebsd-13-stable/stand/uboot/lib/
H A Dapi_public.h71 #define API_SIG_MAGLEN 8 macro
74 char magic[API_SIG_MAGLEN]; /* magic string */
H A Dglue.c122 spend = sp + API_SIG_SEARCH_LEN - API_SIG_MAGLEN;
125 if (!bcmp(sp, API_SIG_MAGIC, API_SIG_MAGLEN)) {
130 sp += API_SIG_MAGLEN;

Completed in 32 milliseconds