Home
last modified time | relevance | path

Searched refs:gr_physpath (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c187 if ((ret = zpool_get_physpath(zph, root->gr_physpath, in get_zfs_root()
188 sizeof (root->gr_physpath))) == 0 && in get_zfs_root()
254 get_one_physpath(barg->gb_root.gr_physpath, barg->gb_prtnum, in zfs_bootsign()
314 barg->gb_root.gr_physpath, DI_PRIMARY_LINK, barg, get_devlink) != 0) in ufs_bootsign_check()
359 (void) snprintf(barg->gb_root.gr_physpath, in ufs_bootsign()
360 sizeof (barg->gb_root.gr_physpath), "%s:%c", path, barg->gb_slcnum); in ufs_bootsign()
363 prtnum = get_sol_prtnum(barg->gb_root.gr_physpath); in ufs_bootsign()
394 path = strrchr(barg->gb_root.gr_physpath, ':'); in ufs_bootsign()
487 rc = get_one_physpath(root->gr_physpath, SLCNUM_INVALID, in grub_current_root()
H A Dlibgrub_cmd.c116 barg->gb_root.gr_physpath); in barg_bootfs_var()
354 barg->gb_root.gr_physpath); in dollar_kernel()
H A Dlibgrub_impl.h106 char gr_physpath[MAXPATHLEN]; member