Home
last modified time | relevance | path

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

/dragonfly/usr.bin/window/
H A Dwwupdate.c46 struct ww_update *upd; in wwupdate1() local
85 for (i = scan_top, touched = &wwtouched[i], upd = &wwupd[i]; in wwupdate1()
87 i++, touched++, upd++) { in wwupdate1()
122 upd->best_gain = best_gain; in wwupdate1()
123 upd->best_col = best_col; in wwupdate1()
124 upd->gain = gain; in wwupdate1()
185 for (i = top, touched = &wwtouched[i], upd = &wwupd[i]; i < bot; in wwupdate1()
186 i++, touched++, upd++) { in wwupdate1()
195 if (tt.tt_clreol != 0 && upd->best_gain > 4) { in wwupdate1()
197 xxclreol(i, j = upd->best_col); in wwupdate1()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c4508 struct nl80211_sta_flag_update upd; in wpa_driver_nl80211_sta_add() local
4649 os_memset(&upd, 0, sizeof(upd)); in wpa_driver_nl80211_sta_add()
4651 upd.mask = upd.set | sta_flags_nl80211(params->flags_mask); in wpa_driver_nl80211_sta_add()
4692 upd.set, upd.mask); in wpa_driver_nl80211_sta_add()
4693 if (nla_put(msg, NL80211_ATTR_STA_FLAGS2, sizeof(upd), &upd)) in wpa_driver_nl80211_sta_add()
5152 struct nl80211_sta_flag_update upd; in wpa_driver_nl80211_sta_set_flags() local
5183 os_memset(&upd, 0, sizeof(upd)); in wpa_driver_nl80211_sta_set_flags()
5186 if (nla_put(msg, NL80211_ATTR_STA_FLAGS2, sizeof(upd), &upd)) in wpa_driver_nl80211_sta_set_flags()
6127 struct nl80211_sta_flag_update upd; in wpa_driver_nl80211_set_supp_port() local
6138 os_memset(&upd, 0, sizeof(upd)); in wpa_driver_nl80211_set_supp_port()
[all …]