Searched refs:un_wm (Results 1 – 2 of 2) sorted by relevance
534 struct sd_w_map *un_wm; /* head of sd_w_map chain */ member791 (((un)->un_wm == (wmp)) || ((wmp)->wm_prev != NULL))
28839 wmp->wm_next = un->un_wm;28843 un->un_wm = wmp;28914 for (wmp = un->un_wm; wmp != NULL; wmp = wmp->wm_next) {28944 if (un->un_wm == wmp) {28945 un->un_wm = wmp->wm_next;