Home
last modified time | relevance | path

Searched refs:old_physpath (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_geom.c109 char *old_physpath; in vdev_geom_set_physpath() local
113 old_physpath = vd->vdev_physpath; in vdev_geom_set_physpath()
116 if (old_physpath != NULL) { in vdev_geom_set_physpath()
117 needs_update = (strcmp(old_physpath, in vdev_geom_set_physpath()
119 spa_strfree(old_physpath); in vdev_geom_set_physpath()
138 char *old_physpath; in vdev_geom_attrchanged() local
/freebsd-12.1/sys/cam/scsi/
H A Dscsi_enc_ses.c1030 char *old_physpath; in ses_setphyspath_callback() local
1033 old_physpath = malloc(MAXPATHLEN, M_SCSIENC, M_WAITOK|M_ZERO); in ses_setphyspath_callback()
1040 cdai.buf = old_physpath; in ses_setphyspath_callback()
1045 if (strcmp(old_physpath, sbuf_data(args->physpath)) != 0) { in ses_setphyspath_callback()
1060 free(old_physpath, M_SCSIENC); in ses_setphyspath_callback()