Searched refs:zpool_get_physpath (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | mapfile-vers | 245 zpool_get_physpath;
|
H A D | libzfs.h | 444 extern int zpool_get_physpath(zpool_handle_t *, char *, size_t);
|
H A D | libzfs_pool.c | 2793 zpool_get_physpath(zpool_handle_t *zhp, char *physpath, size_t phypath_size) in zpool_get_physpath() function
|
/illumos-gate/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_fs.c | 187 if ((ret = zpool_get_physpath(zph, root->gr_physpath, in get_zfs_root()
|
/illumos-gate/usr/src/cmd/halt/ |
H A D | halt.c | 803 if (zpool_get_physpath(zpoolp, physpath, sizeof (physpath)) != 0) { in get_zfs_bootfs_arg()
|
/illumos-gate/usr/src/lib/libbe/common/ |
H A D | be_utils.c | 253 ret = zpool_get_physpath(zph, buf, sizeof (buf)); in be_get_boot_args()
|