Home
last modified time | relevance | path

Searched refs:gr_fstyp (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c276 (void) strlcpy(barg->gb_root.gr_fstyp, MNTTYPE_ZFS, in zfs_bootsign()
277 sizeof (barg->gb_root.gr_fstyp)); in zfs_bootsign()
334 (void) strlcpy(barg->gb_root.gr_fstyp, MNTTYPE_UFS, in ufs_bootsign_check()
335 sizeof (barg->gb_root.gr_fstyp)); in ufs_bootsign_check()
465 (void) strlcpy(root->gr_fstyp, mp.mnt_fstype, sizeof (root->gr_fstyp)); in grub_current_root()
467 if (strcmp(root->gr_fstyp, MNTTYPE_ZFS) == 0) { in grub_current_root()
510 if (strcmp(MNTTYPE_UFS, root->gr_fstyp) == 0) in grub_get_rootfsd()
512 else if (strcmp(MNTTYPE_ZFS, root->gr_fstyp) == 0) in grub_get_rootfsd()
H A Dlibgrub_cmd.c112 if (strcmp(barg->gb_root.gr_fstyp, MNTTYPE_ZFS) == 0) { in barg_bootfs_var()
352 if (strcmp(barg->gb_root.gr_fstyp, MNTTYPE_ZFS) == 0) in dollar_kernel()
438 if (strcmp(barg->gb_root.gr_fstyp, MNTTYPE_ZFS) != 0) in bootfs()
H A Dlibgrub_entry.c144 return (ent->ge_barg.gb_root.gr_fstyp); in grub_entry_get_fstyp()
H A Dlibgrub_bargs.c119 barg->gb_root.gr_fstyp)) != 0) in barg2bootargs()
H A Dlibgrub_impl.h105 char gr_fstyp[MNTMAXSTR]; member
H A Dlibgrub_menu.c375 GRBM_FS_TOP, mp->gm_root.gr_fstyp)) != 0) in grub_menu_init()