Home
last modified time | relevance | path

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

/external/syslinux/com32/gfxboot/
Dgfxboot.c166 unsigned magic_ok(unsigned char *buf, unsigned *code_size);
478 unsigned magic_ok(unsigned char *buf, unsigned *code_size) in magic_ok() function
502 if((code_start = magic_ok(buf, code_size))) return code_start; in find_file()
510 if((code_start = magic_ok(buf + i, code_size))) { in find_file()