Home
last modified time | relevance | path

Searched refs:ADV_MAGIC1 (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/libinstaller/
Dsetadv.c37 #define ADV_MAGIC1 0x5a2d2fa5 /* Head signature */ macro
47 set_32((uint32_t *) advbuf, ADV_MAGIC1); in cleanup_adv()
141 if (get_32((uint32_t *) p) != ADV_MAGIC1 || in adv_consistent()
/external/syslinux/efi/
Dadv.h13 #define ADV_MAGIC1 0x5a2d2fa5 /* Head signature */ macro
Dadv.c39 *(uint32_t *)advbuf = ADV_MAGIC1; in cleanup_adv()
63 if (*(uint32_t *)p != ADV_MAGIC1 || in adv_consistent()
/external/syslinux/core/
Dadv.inc38 ADV_MAGIC1 equ 0x5a2d2fa5 ; Head signature
110 mov eax,ADV_MAGIC1
136 cmp eax,ADV_MAGIC1