Home
last modified time | relevance | path

Searched refs:grub_strncmp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dexpand.c361 if (grub_strncmp(p, "$ISADIR", 7) == 0) { in expand_string()
372 if (grub_strncmp(p, "$ZFS-BOOTFS", 11) == 0 && in expand_string()
H A Dfsys_zfs.c914 if (grub_strncmp(str, BOOTSIGN_DIR"/", in is_top_dataset_file()
1421 if ((grub_strncmp(nvp_name, name, name_len) == 0) && in nvlist_lookup_value()
H A Dchar_io.c1144 grub_strncmp(const char *s1, const char *s2, int n) in grub_strncmp() function
H A Dbuiltins.c3852 if (current_rootpool[0] != 0 && grub_strncmp(arg, in bootfs_func()