Searched refs:grub_strncmp (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | expand.c | 360 if (grub_strncmp(p, "$ISADIR", 7) == 0) { in expand_string() 371 if (grub_strncmp(p, "$ZFS-BOOTFS", 11) == 0 && in expand_string()
|
H A D | fsys_zfs.c | 909 if (grub_strncmp(str, BOOTSIGN_DIR"/", in is_top_dataset_file() 1415 if ((grub_strncmp(nvp_name, name, name_len) == 0) && in nvlist_lookup_value()
|
H A D | char_io.c | 1103 grub_strncmp(const char *s1, const char *s2, int n) in grub_strncmp() function
|
H A D | builtins.c | 3845 if (current_rootpool[0] != 0 && grub_strncmp(arg, in bootfs_func()
|