Searched refs:v_phys_path (Results 1 – 3 of 3) sorted by relevance
741 kid->v_phys_path != NULL) { in zfs_bootfs()750 vdev->v_phys_path != NULL) { in zfs_bootfs()764 if (vdev->v_phys_path != NULL) in zfs_bootfs()765 setenv("bootpath", vdev->v_phys_path, 1); in zfs_bootfs()777 if (vdev->v_phys_path != NULL) { in zfs_bootfs()779 vdev->v_phys_path); in zfs_bootfs()
589 vdev->v_phys_path = strdup(path); in vdev_init_from_nvlist()591 vdev->v_phys_path = NULL; in vdev_init_from_nvlist()
1528 const char *v_phys_path; /* vdev bootpath */ member