Symbol: sd_w_map
usr/src/uts/common/io/scsi/targets/sd.c
1190
static struct sd_w_map *sd_range_lock(struct sd_lun *un, daddr_t startb,
usr/src/uts/common/io/scsi/targets/sd.c
1192
static struct sd_w_map *sd_get_range(struct sd_lun *un, daddr_t startb,
usr/src/uts/common/io/scsi/targets/sd.c
1194
static void sd_free_inlist_wmap(struct sd_lun *un, struct sd_w_map *wmp);
usr/src/uts/common/io/scsi/targets/sd.c
1195
static void sd_range_unlock(struct sd_lun *un, struct sd_w_map *wm);
usr/src/uts/common/io/scsi/targets/sd.c
28707
bzero(wm, sizeof (struct sd_w_map));
usr/src/uts/common/io/scsi/targets/sd.c
28708
cv_init(&((struct sd_w_map *)wm)->wm_avail, NULL, CV_DRIVER, NULL);
usr/src/uts/common/io/scsi/targets/sd.c
28726
cv_destroy(&((struct sd_w_map *)wm)->wm_avail);
usr/src/uts/common/io/scsi/targets/sd.c
28749
static struct sd_w_map *
usr/src/uts/common/io/scsi/targets/sd.c
28752
struct sd_w_map *wmp = NULL;
usr/src/uts/common/io/scsi/targets/sd.c
28753
struct sd_w_map *sl_wmp = NULL;
usr/src/uts/common/io/scsi/targets/sd.c
28754
struct sd_w_map *tmp_wmp;
usr/src/uts/common/io/scsi/targets/sd.c
28912
static struct sd_w_map *
usr/src/uts/common/io/scsi/targets/sd.c
28915
struct sd_w_map *wmp;
usr/src/uts/common/io/scsi/targets/sd.c
28945
sd_free_inlist_wmap(struct sd_lun *un, struct sd_w_map *wmp)
usr/src/uts/common/io/scsi/targets/sd.c
28976
sd_range_unlock(struct sd_lun *un, struct sd_w_map *wm)
usr/src/uts/common/io/scsi/targets/sd.c
7739
name_str, sizeof (struct sd_w_map),
usr/src/uts/common/io/scsi/targets/sd.c
9953
name_str, sizeof (struct sd_w_map),
usr/src/uts/common/sys/scsi/targets/sddef.h
197
struct sd_w_map *wm_next; /* Forward pointed to sd_w_map */
usr/src/uts/common/sys/scsi/targets/sddef.h
198
struct sd_w_map *wm_prev; /* Back pointer to sd_w_map */
usr/src/uts/common/sys/scsi/targets/sddef.h
202
_NOTE(MUTEX_PROTECTS_DATA(scsi_device::sd_mutex, sd_w_map::wm_flags))
usr/src/uts/common/sys/scsi/targets/sddef.h
213
struct sd_w_map *mbs_wmp; /* ptr to write-map struct for RMW */
usr/src/uts/common/sys/scsi/targets/sddef.h
534
struct sd_w_map *un_wm; /* head of sd_w_map chain */