Searched refs:gr_fstyp (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_fs.c | 276 (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 D | libgrub_cmd.c | 112 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 D | libgrub_entry.c | 144 return (ent->ge_barg.gb_root.gr_fstyp); in grub_entry_get_fstyp()
|
H A D | libgrub_bargs.c | 119 barg->gb_root.gr_fstyp)) != 0) in barg2bootargs()
|
H A D | libgrub_impl.h | 105 char gr_fstyp[MNTMAXSTR]; member
|
H A D | libgrub_menu.c | 375 GRBM_FS_TOP, mp->gm_root.gr_fstyp)) != 0) in grub_menu_init()
|