Searched refs:grub_strcmp (Results 1 – 11 of 11) sorted by relevance
/external/grub/netboot/ |
D | fsys_tftp.c | 135 if (! grub_strcmp ("blksize", p)) in buf_fill() 144 else if (! grub_strcmp ("tsize", p)) in buf_fill()
|
D | main.c | 392 if (! grub_strcmp ("blksize", p)) in tftp()
|
/external/grub/stage2/ |
D | char_io.c | 679 else if (grub_strcmp (get_history (history), buf) != 0) in real_get_cmdline() 705 else if (grub_strcmp (get_history (history), buf) != 0) in real_get_cmdline() 977 grub_strcmp (const char *s1, const char *s2) in grub_strcmp() function
|
D | builtins.c | 626 if (grub_strcmp (color_list[i], str) == 0) in color_func() 640 if (grub_strcmp (color_list[i], str) == 0) in color_func() 771 if (grub_strcmp (arg, "saved") == 0) in default_func() 3686 grub_strcmp (key, keysym_table[i].unshifted_name) == 0) in setkey_func() 3689 grub_strcmp (key, keysym_table[i].shifted_name) == 0) in setkey_func() 3703 grub_strcmp (key, keysym_table[i].unshifted_name) == 0) in setkey_func() 3706 grub_strcmp (key, keysym_table[i].shifted_name) == 0) in setkey_func() 4044 if (grub_strcmp (fsys, stage1_5_map[i].fsys) == 0) in setup_func() 4216 if (grub_strcmp (arg, term_table[i].name) == 0) in terminal_func()
|
D | cmdline.c | 79 int ret = grub_strcmp (command, (*builtin)->name); in find_command()
|
D | fsys_vstafs.c | 158 if (! grub_strcmp (dirname, d->name)) in vstafs_dir()
|
D | shared.h | 370 #define strcmp grub_strcmp 879 int grub_strcmp (const char *s1, const char *s2);
|
D | serial.c | 180 if (grub_strcmp (term_table[i].name, "serial") == 0) in serial_hw_init()
|
D | disk_io.c | 1277 if (grub_strcmp (name, ".") == 0 || grub_strcmp (name, "..") == 0) in print_a_completion()
|
D | boot.c | 101 || grub_strcmp (pu.elf->e_ident + EI_BRAND, "FreeBSD") == 0 in load_image()
|
/external/grub/ |
D | ChangeLog | 2247 * stage2/char_io.c [STAGE1_5] (grub_strcmp): Defined, even 2250 [STAGE1_5] (grub_strcmp): Removed. 3130 are not NULLs, before calling grub_strcmp. 7953 [!STAGE1_5] (grub_strcmp): Declare S1 and S2 as `const char *'. 7963 (grub_strcmp): Likewise. 8614 (grub_strcmp): New function. 8616 (grub_strcmp): Declare.
|