Searched refs:old_physpath (Results 1 – 2 of 2) sorted by relevance
105 char *old_physpath; in vdev_geom_set_physpath() local109 old_physpath = vd->vdev_physpath; in vdev_geom_set_physpath()112 if (old_physpath != NULL) { in vdev_geom_set_physpath()113 needs_update = (strcmp(old_physpath, in vdev_geom_set_physpath()115 spa_strfree(old_physpath); in vdev_geom_set_physpath()
1040 char *old_physpath; in ses_setphyspath_callback() local1043 old_physpath = malloc(MAXPATHLEN, M_SCSIENC, M_WAITOK|M_ZERO); in ses_setphyspath_callback()1051 cdai.buf = old_physpath; in ses_setphyspath_callback()1056 if (strcmp(old_physpath, sbuf_data(args->physpath)) != 0) { in ses_setphyspath_callback()1070 free(old_physpath, M_SCSIENC); in ses_setphyspath_callback()