Searched refs:grub_strcmp (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | serial.c | 184 if (grub_strcmp (term_table[i].name, "serial") == 0 || in serial_hw_init() 185 grub_strcmp (term_table[i].name, "composite") == 0) in serial_hw_init()
|
H A D | fsys_zfs.c | 574 if (grub_strcmp(mzap_ent[i].mze_name, name) == 0) { in mzap_lookup() 913 if (grub_strcmp(str, BOOTSIGN_BACKUP) == 0) in is_top_dataset_file() 929 if (grub_strcmp(za->za_name, names[i]) == 0) { in check_feature() 1456 if (grub_strcmp(type, VDEV_TYPE_DISK) == 0) { in vdev_get_bootpath() 1492 } else if (grub_strcmp(type, VDEV_TYPE_MIRROR) == 0 || in vdev_get_bootpath() 1493 grub_strcmp(type, VDEV_TYPE_REPLACING) == 0 || in vdev_get_bootpath() 1494 (is_spare = (grub_strcmp(type, VDEV_TYPE_SPARE) == 0))) { in vdev_get_bootpath()
|
H A D | expand.c | 56 if (grub_strcmp(expvars[i].v_name, name) == 0) in set_variable() 90 if (grub_strcmp(expvars[i].v_name, name) == 0) { in get_variable()
|
H A D | cmdline.c | 81 int ret = grub_strcmp (command, (*builtin)->name); in find_command()
|
H A D | builtins.c | 661 if (grub_strcmp (color_list[i], str) == 0) in color_func() 675 if (grub_strcmp (color_list[i], str) == 0) in color_func() 806 if (grub_strcmp (arg, "saved") == 0) in default_func() 1041 if (grub_strcmp(arg, "off") == 0) { in verbose_func() 1107 if (grub_strcmp (term_table[i].name, "graphics") == 0) { in splashimage_func() 4305 grub_strcmp (key, keysym_table[i].unshifted_name) == 0) in setkey_func() 4308 grub_strcmp (key, keysym_table[i].shifted_name) == 0) in setkey_func() 4322 grub_strcmp (key, keysym_table[i].unshifted_name) == 0) in setkey_func() 4325 grub_strcmp (key, keysym_table[i].shifted_name) == 0) in setkey_func() 4664 if (grub_strcmp (fsys, stage1_5_map[i].fsys) == 0) in setup_func() [all …]
|
H A D | char_io.c | 677 else if (grub_strcmp (get_history (history), buf) != 0) in real_get_cmdline() 703 else if (grub_strcmp (get_history (history), buf) != 0) in real_get_cmdline() 1087 grub_strcmp (const char *s1, const char *s2) in grub_strcmp() function
|
H A D | fsys_vstafs.c | 158 if (! grub_strcmp (dirname, d->name)) in vstafs_dir()
|
H A D | shared.h | 395 #define strcmp grub_strcmp 962 int grub_strcmp (const char *s1, const char *s2);
|
H A D | disk_io.c | 1440 if (grub_strcmp (name, ".") == 0 || grub_strcmp (name, "..") == 0) in print_a_completion()
|
H A D | boot.c | 101 || grub_strcmp (pu.elf->e_ident + EI_BRAND, "FreeBSD") == 0 in load_image()
|
/titanic_41/usr/src/grub/grub-0.97/netboot/ |
H A D | fsys_tftp.c | 161 if (!grub_strcmp("blksize", p)) { in tftp_file_read() 322 if (! grub_strcmp ("blksize", p)) in buf_fill() 331 else if (! grub_strcmp ("tsize", p)) in buf_fill()
|
H A D | sundance.c | 84 #define strcasecmp grub_strcmp
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 2406 * stage2/char_io.c [STAGE1_5] (grub_strcmp): Defined, even 2409 [STAGE1_5] (grub_strcmp): Removed. 3289 are not NULLs, before calling grub_strcmp. 8112 [!STAGE1_5] (grub_strcmp): Declare S1 and S2 as `const char *'. 8122 (grub_strcmp): Likewise. 8773 (grub_strcmp): New function. 8775 (grub_strcmp): Declare.
|