Searched refs:old_physpath (Results 1 – 2 of 2) sorted by relevance
106 char *old_physpath; in vdev_geom_set_physpath() local110 old_physpath = vd->vdev_physpath; in vdev_geom_set_physpath()113 if (old_physpath != NULL) { in vdev_geom_set_physpath()114 needs_update = (strcmp(old_physpath, in vdev_geom_set_physpath()116 spa_strfree(old_physpath); in vdev_geom_set_physpath()
1036 char *old_physpath; in ses_setphyspath_callback() local1039 old_physpath = malloc(MAXPATHLEN, M_SCSIENC, M_WAITOK|M_ZERO); in ses_setphyspath_callback()1047 cdai.buf = old_physpath; in ses_setphyspath_callback()1052 if (strcmp(old_physpath, sbuf_data(args->physpath)) != 0) { in ses_setphyspath_callback()1066 free(old_physpath, M_SCSIENC); in ses_setphyspath_callback()