Home
last modified time | relevance | path

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

/titanic_54/usr/src/boot/sys/boot/uboot/lib/
H A Dapi_public.h70 #define API_SIG_MAGIC "UBootAPI" macro
H A Dglue.c90 if (!bcmp(sp, API_SIG_MAGIC, API_SIG_MAGLEN)) { in api_search_sig()