/freebsd/sys/isa/ |
H A D | pnp.c | 388 int large_len, scanning = len, retval = FALSE; in pnp_create_devices() local 397 while (scanning > 0) { in pnp_create_devices() 399 scanning--; in pnp_create_devices() 402 if (scanning < 2) { in pnp_create_devices() 403 scanning = 0; in pnp_create_devices() 409 if (scanning < large_len) { in pnp_create_devices() 410 scanning = 0; in pnp_create_devices() 415 scanning -= large_len; in pnp_create_devices() 445 if (scanning < PNP_SRES_LEN(tag)) { in pnp_create_devices() 446 scanning in pnp_create_devices() [all...] |
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | cyttsp.txt | 28 scanning/processing cycles when the chip is in active mode. 31 scanning/processing cycles when the chip is in low-power mode. 40 scanning/processing cycle).
|
/freebsd/sys/net80211/ |
H A D | ieee80211_scan_sw.c | 28 * IEEE 802.11 scanning support. 291 * We're not currently scanning and the cache is in ieee80211_swscan_check_scan() 296 * in while temporarily marked as scanning. in ieee80211_swscan_check_scan() 336 bool scanning; in ieee80211_swscan_bg_scan() local 342 scanning = ic->ic_flags & IEEE80211_F_SCAN; in ieee80211_swscan_bg_scan() 343 if (!scanning) { in ieee80211_swscan_bg_scan() 408 scanning = true; in ieee80211_swscan_bg_scan() 419 return (scanning); in ieee80211_swscan_bg_scan() 426 * driver to try and cancel scanning, however it may not be cancelable. 487 * Provided for drivers that manage scanning themselve [all...] |
/freebsd/contrib/libxo/doc/ |
H A D | faq.rst | 63 tag downstream-scanning { 64 help "Result of scanning in downstream direction"; 86 Downstream scanning: @, Ranging: @ 94 field downstream-scanning;
|
/freebsd/sys/contrib/openzfs/etc/systemd/system/ |
H A D | zfs-import-scan.service.in | 2 Description=Import ZFS pools by device scanning
|
/freebsd/contrib/flex/ |
H A D | ONEWS | 7 scanning strings using exclusive start conditions works. 72 - A bug in destructing a FlexLexer object before doing any scanning 179 to C++ scanning objects via the new member function 198 yyclass="<name>" set the name of the C++ scanning class 219 buffer) for scanning the given string, which occurs starting 225 creates a buffer for scanning "len" bytes (including possibly NUL's) 230 the contents of the buffer it is scanning.) You can avoid the 237 YY_END_OF_BUFFER_CHAR (these bytes are not scanned; thus, scanning 321 can be used to control whether the current buffer's scanning 390 - When generating a C++ scanning class, you can now use [all …]
|
/freebsd/contrib/blocklist/ |
H A D | TODO | 10 - perhaps instead of scanning the list have a sparse map by port?
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | gpio-mouse.txt | 8 - scan-interval-ms: The scanning interval in milliseconds
|
H A D | ti,nspire-keypad.txt | 14 - row-delay: How long to wait before scanning each row.
|
H A D | imx-keypad.txt | 5 of scanning a keypad matrix. The KPP is capable of detecting, debouncing,
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | scan.h | 50 int scanning);
|
H A D | scan.c | 1083 if (wpa_s->scanning) { in wpa_supplicant_scan() 2049 int scanning) in wpa_supplicant_notify_scanning() argument 2051 if (wpa_s->scanning != scanning) { in wpa_supplicant_notify_scanning() 2052 wpa_s->scanning = scanning; in wpa_supplicant_notify_scanning()
|
H A D | defconfig | 595 # during scanning. 630 # Background scanning modules 631 # These can be used to request wpa_supplicant to perform background scanning
|
H A D | android.config | 523 # Background scanning modules 524 # These can be used to request wpa_supplicant to perform background scanning
|
H A D | ChangeLog | 543 * allow passive scanning to be forced with passive_scan=1 640 e.g., when rfkill blocking happens during scanning or when 694 - fix a case where auto_interworking=1 could end up stopping scanning 749 - avoid more concurrent scanning cases during full group formation 1004 * added autoscan module to control scanning behavior while not connected 1286 dynamic changes to background scanning interval based on changes in 1375 up scanning process considerably if it is known that only a small 1501 * added driver_wext workaround for race condition between scanning and 2252 * driver_ndis: enable radio before starting scanning, disable radio 2409 scanning and selection; this is disabled by default and can be
|
H A D | README-Windows.txt | 188 scanning; this allows APs with hidden SSIDs to be used)
|
H A D | hs20_supplicant.c | 1211 if (wpa_s->scanning) { in hs20_fetch_osu()
|
H A D | rrm.c | 1045 if (wpa_s->scanning || wpas_p2p_in_progress(wpa_s) || in wpas_rrm_scan_timeout()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | mac80211.c | 100 !rtwdev->scanning) in rtw89_ops_config() 283 if (rtwdev->scanning) { in rtw89_ops_configure_filter() 440 if (rtwdev->scanning) in rtw89_ops_bss_info_changed() 512 if (rtwdev->scanning) in rtw89_ops_conf_tx() 891 if (rtwdev->scanning || rtwvif->offchan) in rtw89_ops_add_chanctx() 914 if (!rtwdev->scanning) 1014 if (rtwdev->scanning) in rtw89_ops_set_tid_config()
|
H A D | core.c | 1874 if (!rtwdev->scanning) in rtw89_cancel_6ghz_probe_work() 1952 if (rtwdev->scanning && in rtw89_vif_rx_stats_iter() 2425 if (rtwdev->scanning && in rtw89_core_update_rx_status() 3219 if (rtwdev->scanning) in rtw89_track_work() 4402 rtwdev->scanning = true; in rtw89_core_scan_start() 4431 rtwdev->scanning = false; in rtw89_core_scan_complete()
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | fsmc-nand.txt | 12 - nand-skip-bbtscan: Indicates the BBT scanning should be skipped
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | cad | 131 # ApplicationType: 0~generic raster image 3~drawing, scanning 141 # DeviceResolution; resolution of scanning device
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntpdbase-opts.def | 374 Use 0 to disable scanning. 60 seconds is the minimum time between scans.
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | BEGEMOT-WIRELESS-MIB.txt | 698 "The value of this object specifies whether background scanning 721 scanning is attempted when operating in station mode." 1373 "A table that contains a configuration for channel scanning 1452 "This object is used to initiate or cancel channel scanning on the cloned 1454 scanning on the cloned interface, while setting the value to cancel will
|
/freebsd/contrib/flex/src/ |
H A D | flex.skl | 527 * (via yyrestart()), so that the user can continue scanning by 1290 /* We're scanning a new file or input source. It's 1410 } /* end of scanning one token */ 1551 * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
|