Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dserial.c194 if (grub_strcmp (term_table[i].name, "serial") == 0 || in serial_hw_init()
195 grub_strcmp (term_table[i].name, "composite") == 0) in serial_hw_init()
H A Dfsys_zfs.c579 if (grub_strcmp(mzap_ent[i].mze_name, name) == 0) { in mzap_lookup()
918 if (grub_strcmp(str, BOOTSIGN_BACKUP) == 0) in is_top_dataset_file()
934 if (grub_strcmp(za->za_name, names[i]) == 0) { in check_feature()
1462 if (grub_strcmp(type, VDEV_TYPE_DISK) == 0) { in vdev_get_bootpath()
1498 } else if (grub_strcmp(type, VDEV_TYPE_MIRROR) == 0 || in vdev_get_bootpath()
1499 grub_strcmp(type, VDEV_TYPE_REPLACING) == 0 || in vdev_get_bootpath()
1500 (is_spare = (grub_strcmp(type, VDEV_TYPE_SPARE) == 0))) { in vdev_get_bootpath()
H A Dexpand.c57 if (grub_strcmp(expvars[i].v_name, name) == 0) in set_variable()
91 if (grub_strcmp(expvars[i].v_name, name) == 0) { in get_variable()
H A Dcmdline.c81 int ret = grub_strcmp (command, (*builtin)->name); in find_command()
H A Dbuiltins.c664 if (grub_strcmp (color_list[i], str) == 0) in color_func()
678 if (grub_strcmp (color_list[i], str) == 0) in color_func()
809 if (grub_strcmp (arg, "saved") == 0) in default_func()
1044 if (grub_strcmp(arg, "off") == 0) { in verbose_func()
1110 if (grub_strcmp (term_table[i].name, "graphics") == 0) { in splashimage_func()
4364 grub_strcmp (key, keysym_table[i].unshifted_name) == 0) in setkey_func()
4367 grub_strcmp (key, keysym_table[i].shifted_name) == 0) in setkey_func()
4381 grub_strcmp (key, keysym_table[i].unshifted_name) == 0) in setkey_func()
4384 grub_strcmp (key, keysym_table[i].shifted_name) == 0) in setkey_func()
4723 if (grub_strcmp (fsys, stage1_5_map[i].fsys) == 0) in setup_func()
[all …]
H A Dchar_io.c699 else if (grub_strcmp (get_history (history), buf) != 0) in real_get_cmdline()
725 else if (grub_strcmp (get_history (history), buf) != 0) in real_get_cmdline()
1128 grub_strcmp (const char *s1, const char *s2) in grub_strcmp() function
H A Dfsys_vstafs.c158 if (! grub_strcmp (dirname, d->name)) in vstafs_dir()
H A Dshared.h396 #define strcmp grub_strcmp
965 int grub_strcmp (const char *s1, const char *s2);
H A Ddisk_io.c1443 if (grub_strcmp (name, ".") == 0 || grub_strcmp (name, "..") == 0) in print_a_completion()
H A Dboot.c101 || grub_strcmp (pu.elf->e_ident + EI_BRAND, "FreeBSD") == 0 in load_image()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c161 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 Dsundance.c84 #define strcasecmp grub_strcmp
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog2406 * 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.