Searched refs:gfs_mountp (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_fs.c | 261 if (barg->gb_root.gr_fs[GRBM_ZFS_TOPFS].gfs_mountp[0] == 0) { in zfs_bootsign() 269 barg->gb_root.gr_fs[GRBM_ZFS_TOPFS].gfs_mountp, in zfs_bootsign() 329 barg->gb_root.gr_fs[GRBM_UFS].gfs_mountp, barg->gb_bootsign); in ufs_bootsign_check() 495 (void) strlcpy(root->gr_fs[GRBM_UFS].gfs_mountp, mp.mnt_mountp, in grub_current_root() 496 sizeof (root->gr_fs[GRBM_UFS].gfs_mountp)); in grub_current_root() 530 fsd->gfs_mountp[0] = 0; in grub_fsd_get_mountp() 539 (void) strlcpy(fsd->gfs_mountp, mp.mnt_mountp, in grub_fsd_get_mountp() 540 sizeof (fsd->gfs_mountp)); in grub_fsd_get_mountp() 567 fsd->gfs_mountp[0] = 0; in grub_fsd_mount_tmp() 581 (void) snprintf(fsd->gfs_mountp, sizeof (fsd->gfs_mountp), in grub_fsd_mount_tmp() [all …]
|
H A D | libgrub_bargs.c | 117 if (fbarg->gba_fsd.gfs_mountp[0] == 0 && in barg2bootargs() 122 if (snprintf(path, sizeof (path), "%s%s", fbarg->gba_fsd.gfs_mountp, in barg2bootargs() 145 sizeof (fbarg->gba_bootargs), "%s %s", fbarg->gba_fsd.gfs_mountp, in barg2bootargs()
|
H A D | libgrub_entry.c | 84 if (fsd->gfs_mountp[0] != 0) { in barg_cmdline() 85 if ((n = snprintf(cmd, size, "%s%s", fsd->gfs_mountp, in barg_cmdline()
|
H A D | libgrubmgmt.h | 55 char gfs_mountp[MAXPATHLEN]; /* mount point */ member
|
H A D | libgrub_menu.c | 373 if (mp->gm_root.gr_fs[GRBM_FS_TOP].gfs_mountp[0] == 0) { in grub_menu_init() 379 "%s/%s", mp->gm_root.gr_fs[GRBM_FS_TOP].gfs_mountp, in grub_menu_init()
|