Searched refs:scan (Results 126 - 150 of 167) sorted by relevance

1234567

/freebsd-current/contrib/nvi/regex/
H A Dregcomp.c1604 sop *scan; local
1612 scan = g->strip + 1;
1614 s = *scan++;
/freebsd-current/sys/dev/usb/input/
H A Dukbd.c694 /* scan through HID data */
1571 /* do we have a pending raw scan code? */
1596 /* USB key index -> key code -> AT scan code */
1601 /* return an AT scan code for the K_RAW mode */
2046 static const int scan[] = { local
2100 if ((code >= 89) && (code < (int)(89 + nitems(scan)))) {
2101 code = scan[code - 89];
/freebsd-current/sys/dev/hid/
H A Dhkbd.c676 /* scan through HID data */
1331 /* do we have a pending raw scan code? */
1356 /* USB key index -> key code -> AT scan code */
1361 /* return an AT scan code for the K_RAW mode */
1876 static const int scan[] = { local
1930 if ((code >= 89) && (code < (int)(89 + nitems(scan)))) {
1931 code = scan[code - 89];
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dhtt_tx.c1159 return ar->scan.vdev_id;
1448 freq = ar->scan.roc_freq;
1653 freq = ar->scan.roc_freq;
H A Dcore.h1126 } scan; member in struct:ath10k
1135 /* valid during scan; needed for mgmt rx during scan */
1218 /* cycle count is reported twice for each visited channel during scan.
1226 * COMPLETE flag set respectively for each channel visit during scan.
1241 /* relay(fs) channel for spectral scan */
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp458 // This class encapsulates states needed to scan relocations for one
479 template <class ELFT, class RelTy> void scan(ArrayRef<RelTy> rels);
1038 // The reason we have to do this early scan is as follows
1535 void RelocationScanner::scan(ArrayRef<RelTy> rels) { function in class:RelocationScanner
1570 scan<ELFT>(rels.rels);
1572 scan<ELFT>(rels.relas);
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dscan.c24 #include "scan.h"
166 "end of scan list - go back to beginning");
205 "Failed to assign random MAC address for a scan");
216 "Request driver to clear scan cache due to local BSS flush");
221 * Store the obtained vendor scan cookie (if any) in wpa_s context.
222 * The current design is to allow only one scan request on each
223 * interface, hence having this scan cookie stored in wpa_s context is
226 * Revisit this logic if concurrent scan operations per interface
254 /* Restore scan_req since we will try to scan again */
278 * wpa_supplicant_trigger_scan - Request driver to start a scan
[all...]
/freebsd-current/sys/contrib/zstd/
H A DMakefile433 # static analyzer test uses clang's scan-build
435 staticAnalyze: SCANBUILD ?= scan-build
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dcore.h492 } scan; member in struct:ath12k
518 * vdev_stop_status info, scan data, ath12k_sta info, ath12k_vif info,
527 /* valid during scan; needed for mgmt rx during scan */
560 /* cycle count is reported twice for each visited channel during scan.
567 * COMPLETE flag set respectively for each channel visit during scan.
/freebsd-current/sys/contrib/dev/rtw89/
H A Dphy.h573 void rtw89_phy_config_edcca(struct rtw89_dev *rtwdev, bool scan);
H A Dcoex.c932 bt->scan_info_v1[i] = pscan_v1->scan[i];
2251 } else if (wl->status.map.scan) { /* wl scan */
2283 if (btc->ctrl.manual || wl->status.map.scan)
3449 case BTC_WSCAN_BNOSCAN: /* wl-scan + bt-idle */
3457 case BTC_WSCAN_BSCAN: /* wl-scan + bt-inq */
3554 case BTC_WSCAN_BSCAN: /* wl-scan + bt-inq + bt-A2DP */
3557 case BTC_WSCAN_BNOSCAN: /* wl-scan + bt-A2DP */
3588 case BTC_WSCAN_BNOSCAN: /* wl-scan + bt-A2dp_Sink */
3591 case BTC_WSCAN_BSCAN: /* wl-scan
[all...]
/freebsd-current/sys/dev/wpi/
H A Dif_wpi.c2336 struct wpi_start_scan *scan = local
2340 __func__, scan->chan, le32toh(scan->status));
2350 struct wpi_stop_scan *scan = local
2354 "scan finished nchan=%d status=%d chan=%d\n",
2355 scan->nchan, scan->status, scan->chan);
2360 if (scan->status == WPI_SCAN_ABORTED)
3189 ic_printf(ic, "scan timeou
[all...]
/freebsd-current/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c34 static HIM *hpt_match(device_t dev, int scan) argument
42 if (scan && him->get_controller_count)
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp5854 // parallelism, all bets are off and we may need to scan through the entire
5868 kmp_info_t **scan;
5925 // point, then we need to re-scan the entire list.
5935 // scan is the address of a link in the list, possibly the address of
5940 scan = &(__kmp_thread_pool_insert_pt->th.th_next_pool);
5942 scan = CCAST(kmp_info_t **, &__kmp_thread_pool);
5944 for (; (*scan != NULL) && ((*scan)->th.th_info.ds.ds_gtid < gtid);
5945 scan = &((*scan)
[all...]
/freebsd-current/sbin/camcontrol/
H A Dcamcontrol.c298 lun_id_t lun, int scan);
3685 rescan ? "Re-scan" : "Reset", bus);
3688 rescan ? "Re-scan" : "Reset", bus,
3791 rescan? "Re-scan" : "Reset",
3800 "%#x\n", rescan? "Re-scan" : "Reset",
3825 scanlun_or_reset_dev(path_id_t bus, target_id_t target, lun_id_t lun, int scan) argument
3852 if (scan) {
3867 ccb.ccb_h.func_code = (scan)? XPT_SCAN_LUN : XPT_RESET_DEV;
3877 if (scan) {
3891 if (scan)
[all...]
/freebsd-current/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c35 static HIM *hpt_match(device_t dev, int scan) argument
43 if (scan && him->get_controller_count)
/freebsd-current/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c1701 if (iarg->scan) {
1708 * devices we will scan based on the cachefile.
1732 * scan devices in those directories in case they had
1808 if (iarg->scan || iarg->paths != 0) {
/freebsd-current/sys/vm/
H A Dvm_pageout.c259 * marker page at the desired start point for the scan. Pages will be
311 * Return the next page to be scanned, or NULL if the scan is complete.
375 * holes). To solve this problem we do the reverse scan
377 * forward scan if room remains.
441 * If we exhausted our forward scan, continue with the reverse scan
746 scan:
941 goto scan;
1059 * scan, even if that scan faile
[all...]
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c492 struct xrcd_table_entry *entry, *scan; local
505 scan = rb_entry(parent, struct xrcd_table_entry, node);
507 if ((uintptr_t)vnode < (uintptr_t)scan->vnode) {
509 } else if ((uintptr_t)vnode > (uintptr_t)scan->vnode) {
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dcore.h637 } scan; member in struct:ath11k
662 * vdev_stop_status info, scan data, ath11k_sta info, ath11k_vif info,
671 /* valid during scan; needed for mgmt rx during scan */
704 /* cycle count is reported twice for each visited channel during scan.
711 * COMPLETE flag set respectively for each channel visit during scan.
982 /* To synchronize 11d scan vdev id */
/freebsd-current/contrib/ee/
H A Dee.c276 int scan(char *line, int offset, int column);
1847 scan(char *line, int offset, int column) function
1884 g_horz = g_position = scan(prompt, strlen(prompt), 0);
1896 g_horz = scan(g_point, g_pos, g_position);
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c454 * is scan results fetching while associated were every
1516 "nl80211: Failed to receive consistent scan result dump for get_assoc_ssid");
1519 "nl80211: Failed to receive consistent scan result dump for get_assoc_ssid - try again");
1550 "nl80211: Failed to receive consistent scan result dump for get_assoc_freq");
1553 "nl80211: Failed to receive consistent scan result dump for get_assoc_freq - try again");
1561 "associated BSS from scan results: %u MHz", freq);
1897 ret = nl_get_multicast_id(global, "nl80211", "scan");
1902 "membership for scan events: %d (%s)",
1960 const char *groups[] = { "scan", "mlme", "regulatory", "vendor", NULL };
2640 * it isn't per interface ... maybe just dump the scan
3891 struct wpa_driver_scan_params scan; local
[all...]
/freebsd-current/sys/contrib/dev/rtw88/
H A Dcoex.c534 bool scan = false, link = false; local
540 scan = test_bit(RTW_FLAG_SCANNING, rtwdev->flags);
558 if (scan || link || reason == COEX_RSN_2GCONSTART ||
2869 /* Force antenna setup for no scan result issue */
2942 /* Force antenna setup for no scan result issue */
2986 /* Force antenna setup for no scan result issue */
/freebsd-current/sys/dev/iwn/
H A Dif_iwn.c3462 /* Ignore statistics received during a scan. */
3710 * use of the channel after a scan (where we see traffic).
4107 struct iwn_start_scan *scan = local
4111 __func__, scan->chan, le32toh(scan->status));
4118 struct iwn_stop_scan *scan = local
4121 "scan finished nchan=%d status=%d chan=%d\n",
4122 scan->nchan, scan->status, scan
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1201 s32 (*scan)(struct wiphy *, struct cfg80211_scan_request *); member in struct:cfg80211_ops

Completed in 711 milliseconds

1234567