Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h507 struct sd_w_map *un_wm; /* head of sd_w_map chain */ member
785 (((un)->un_wm == (wmp)) || ((wmp)->wm_prev != NULL))
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dsd.c29428 wmp->wm_next = un->un_wm;
29432 un->un_wm = wmp;
29503 for (wmp = un->un_wm; wmp != NULL; wmp = wmp->wm_next) {
29533 if (un->un_wm == wmp) {
29534 un->un_wm = wmp->wm_next;