Searched refs:v_phys_path (Results 1 – 3 of 3) sorted by relevance
1635 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()
1005 vdev->v_phys_path = NULL; in vdev_init()1013 vdev->v_phys_path = name; in vdev_init()
1793 const char *v_phys_path; /* vdev bootpath */ member