Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c369 if (grub_memcmp (arg, "--with-configfile", sizeof ("--with-configfile") - 1) in bootp_func()
493 && ! grub_memcmp ((char *) BOOTSEC_LOCATION + BOOTSEC_BPB_SYSTEM_ID, in chainloader_func()
918 if (grub_memcmp (arg, "--with-configfile", sizeof ("--with-configfile") - 1) in dhcp_func()
1008 if (grub_memcmp(bootfile, "pxegrub.", i) == 0) in solaris_config_file()
1906 no_apm = (grub_memcmp (arg, "--no-apm", 8) == 0); in halt_func()
1933 if (grub_memcmp (arg, "--all", sizeof ("--all") - 1) == 0) in help_func()
2112 if (! grub_memcmp ("--server=", arg, sizeof ("--server=") - 1)) in ifconfig_func()
2114 else if (! grub_memcmp ("--address=", arg, sizeof ("--address=") - 1)) in ifconfig_func()
2116 else if (! grub_memcmp ("--gateway=", arg, sizeof ("--gateway=") - 1)) in ifconfig_func()
2118 else if (! grub_memcmp ("--mask=", arg, sizeof("--mask=") - 1)) in ifconfig_func()
[all …]
H A Dshared.h395 #define memcmp grub_memcmp
964 int grub_memcmp (const char *s1, const char *s2, int n);
H A Dgraphics.c376 if (!grub_read((char*)&buf, 10) || grub_memcmp(buf, "/* XPM */\n", 10)) { in read_image()
H A Dchar_io.c1079 grub_memcmp (const char *s1, const char *s2, int n) in grub_memcmp() function
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog442 (grub_memcmp): Disable for stage 1.5 except iso9660_stage1_5.
511 * stage2/char_io.c (grub_memcmp): Define for stage1.5 too.
5131 arguments into `grub_memcmp's. Reported by Christoph Plattner
7353 [!STAGE1_5] (grub_memcmp): Likewise.
7371 (grub_memcmp): Likewise.