Searched refs:un_wm (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h505 struct sd_w_map *un_wm; /* head of sd_w_map chain */ member in struct:sd_lun
783 (((un)->un_wm == (wmp)) || ((wmp)->wm_prev != NULL))
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c29409 wmp->wm_next = un->un_wm;
29413 un->un_wm = wmp;
29483 for (wmp = un->un_wm; wmp != NULL; wmp = wmp->wm_next) {
29513 if (un->un_wm == wmp) {
29514 un->un_wm = wmp->wm_next;

Completed in 140 milliseconds