| /freebsd/crypto/openssl/ssl/record/methods/ |
| H A D | tls_pad.c | 212 size_t scan_start = 0; in ssl3_cbc_copy_mac() local 256 scan_start = origreclen - (mac_size + 255 + 1); in ssl3_cbc_copy_mac() 261 for (i = scan_start, j = 0; i < origreclen; i++) { in ssl3_cbc_copy_mac()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | rtw8852a_rfk.h | 25 void rtw8852a_wifi_scan_notify(struct rtw89_dev *rtwdev, bool scan_start,
|
| H A D | rtw8851b_rfk.h | 27 void rtw8851b_wifi_scan_notify(struct rtw89_dev *rtwdev, bool scan_start,
|
| H A D | rtw8852c_rfk.h | 27 void rtw8852c_wifi_scan_notify(struct rtw89_dev *rtwdev, bool scan_start,
|
| H A D | rtw8852b_rfk.h | 24 void rtw8852b_wifi_scan_notify(struct rtw89_dev *rtwdev, bool scan_start,
|
| H A D | rtw8852bt_rfk.h | 24 void rtw8852bt_wifi_scan_notify(struct rtw89_dev *rtwdev, bool scan_start,
|
| H A D | rtw8851b_rfk.c | 3555 void rtw8851b_wifi_scan_notify(struct rtw89_dev *rtwdev, bool scan_start, in _bw_setting() 3559 if (scan_start) in _bw_setting() 3522 rtw8851b_wifi_scan_notify(struct rtw89_dev * rtwdev,bool scan_start,enum rtw89_phy_idx phy_idx,enum rtw89_chanctx_idx chanctx_idx) rtw8851b_wifi_scan_notify() argument
|
| H A D | rtw8852a_rfk.c | 3857 bool scan_start, enum rtw89_phy_idx phy_idx) 3859 if (scan_start) { 3827 rtw8852a_wifi_scan_notify(struct rtw89_dev * rtwdev,bool scan_start,enum rtw89_phy_idx phy_idx) rtw8852a_wifi_scan_notify() argument
|
| H A D | rtw8852c_rfk.c | 4462 bool scan_start, enum rtw89_phy_idx phy_idx) 4464 if (scan_start) 4361 rtw8852c_wifi_scan_notify(struct rtw89_dev * rtwdev,bool scan_start,enum rtw89_phy_idx phy_idx) rtw8852c_wifi_scan_notify() argument
|
| H A D | rtw8852b_rfk.c | 3938 void rtw8852b_wifi_scan_notify(struct rtw89_dev *rtwdev, bool scan_start, in rtw8852b_wifi_scan_notify() argument 3942 if (scan_start) in rtw8852b_wifi_scan_notify()
|
| H A D | rtw8852bt_rfk.c | 4004 void rtw8852bt_wifi_scan_notify(struct rtw89_dev *rtwdev, bool scan_start, in rtw8852bt_tssi_default_txagc() 4008 if (scan_start) in rtw8852bt_tssi_default_txagc() 4012 rtw8852bt_wifi_scan_notify(struct rtw89_dev * rtwdev,bool scan_start,enum rtw89_phy_idx phy_idx,enum rtw89_chanctx_idx chanctx_idx) rtw8852bt_wifi_scan_notify() argument
|
| /freebsd/sys/net80211/ |
| H A D | ieee80211_scan_sw.c | 87 static void scan_start(void *, int); 215 ss->ss_ops->scan_start(ss, vap); in ieee80211_swscan_start_scan_locked() 400 ss->ss_ops->scan_start(ss, vap); in ieee80211_swscan_bg_scan() 627 scan_start(void *arg, int pending) in scan_start() function 1037 TASK_INIT(&ss->ss_scan_start, 0, scan_start, ss); in ieee80211_swscan_attach()
|
| H A D | ieee80211_scan.h | 303 int (*scan_start)(struct ieee80211_scan_state *, member
|
| H A D | ieee80211_scan_sta.c | 1515 .scan_start = sta_start, 1747 .scan_start = adhoc_start, 1879 .scan_start = ap_start, 1986 .scan_start = adhoc_start,
|
| H A D | ieee80211_ddb.c | 396 DB_PRINTSYM("\t", "scan_start", ss_ops->scan_start); in _db_show_scan()
|
| /freebsd/sys/dev/drm2/ |
| H A D | drm_mm.c | 534 mm->scan_start = start; in drm_mm_init_scan_with_range() 573 if (adj_start < mm->scan_start) in drm_mm_scan_add_block() 574 adj_start = mm->scan_start; in drm_mm_scan_add_block()
|
| H A D | drm_mm.h | 73 unsigned long scan_start; member
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | scan.c | 3249 .scan_start_tsf = mvm->scan_start, in iwl_mvm_rx_umac_scan_complete_notif() 3300 mvm->scan_start = le64_to_cpu(notif->start_tsf); in iwl_mvm_rx_umac_scan_iter_complete_notif() 3314 mvm->scan_start); in iwl_mvm_rx_umac_scan_iter_complete_notif() 3624 req->scan_start = jiffies; in iwl_mvm_int_mlo_scan_start()
|
| H A D | mvm.h | 1124 u64 scan_start; member
|
| /freebsd/sys/contrib/zlib/ |
| H A D | deflate.c | 1368 register ush scan_start = *(ushf*)scan; in longest_match() local 1410 *(ushf*)match != scan_start) continue; in longest_match()
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | cfg80211.h | 433 uint64_t scan_start; member
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | scan.c | 1816 req->scan_start = jiffies; in iwl_mld_int_mlo_scan_start()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211.c | 4895 hw_req->req.scan_start = jiffies; in lkpi_ic_scan_start()
|