HomeSort by relevance Sort by last modified time
    Searched refs:grub_memcmp (Results 1 - 4 of 4) sorted by null

  /external/grub/stage2/
builtins.c 333 if (grub_memcmp (arg, "--with-configfile", sizeof ("--with-configfile") - 1)
459 && ! grub_memcmp ((char *) BOOTSEC_LOCATION + BOOTSEC_BPB_SYSTEM_ID,
1460 no_apm = (grub_memcmp (arg, "--no-apm", 8) == 0);
    [all...]
shared.h 369 #define memcmp grub_memcmp
878 int grub_memcmp (const char *s1, const char *s2, int n);
char_io.c 931 grub_memcmp (const char *s1, const char *s2, int n) function
  /external/grub/netboot/
main.c 781 && ! grub_memcmp (arpreply->sipaddr, ptr, sizeof (in_addr))
830 && ! grub_memcmp (arpreply->thwaddr, ptr, ETH_ALEN))
893 && (! grub_memcmp (broadcast, bootpreply->bp_hwaddr, ETH_ALEN)
894 || ! grub_memcmp (arptable[ARP_CLIENT].node,
973 if (grub_memcmp (p, rfc1533_cookie, 4))
984 if (grub_memcmp (p, rfc1533_cookie, 4))
1057 && ! grub_memcmp (p + 2, vendorext_magic, 4)

Completed in 121 milliseconds