Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/sys/boot/zfs/
H A Dzfs.c741 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()
H A Dzfsimpl.c589 vdev->v_phys_path = strdup(path); in vdev_init_from_nvlist()
591 vdev->v_phys_path = NULL; in vdev_init_from_nvlist()
/titanic_53/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1528 const char *v_phys_path; /* vdev bootpath */ member