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

/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfs.c687 kid->v_phys_path != NULL);
695 vdev->v_phys_path != NULL);
707 if (vdev->v_phys_path != NULL) {
708 sprintf(buf+n, ",bootpath=\"%s\"", vdev->v_phys_path);
H A Dzfsimpl.c588 vdev->v_phys_path = strdup(path);
590 vdev->v_phys_path = NULL;
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1488 const char *v_phys_path; /* vdev bootpath */ member in struct:vdev

Completed in 75 milliseconds