Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfs.c1635 if (spa->spa_boot_vdev->v_phys_path != NULL) in zfs_bootfs()
1636 setenv("bootpath", spa->spa_boot_vdev->v_phys_path, 1); in zfs_bootfs()
1648 if (spa->spa_boot_vdev->v_phys_path != NULL) { in zfs_bootfs()
1650 spa->spa_boot_vdev->v_phys_path); in zfs_bootfs()
H A Dzfsimpl.c1005 vdev->v_phys_path = NULL; in vdev_init()
1013 vdev->v_phys_path = name; in vdev_init()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1793 const char *v_phys_path; /* vdev bootpath */ member