Searched refs:scan (Results 76 - 100 of 167) sorted by relevance

1234567

/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c467 char *icap = 0, *scan, *tc, *tcstart, *tcend; local
477 scan = record;
480 if ((tc = _nc_cgetcap(scan, "tc", '=')) == 0) {
518 scan = s - 1;
574 * Start scan on `:' so next cgetcap works properly
577 scan = s - 1;
/freebsd-current/tests/sys/netmap/
H A Dctrl-api-test.c2114 const char *scan = arg; local
2119 if (*scan == '-') {
2120 scan++;
2123 if (!isdigit(*scan))
2125 *k = strtol(scan, &rest, 10);
2127 scan = rest;
2128 if (*scan == '-') {
2130 scan++;
2133 if (*scan == '\0')
2135 if (!isdigit(*scan))
[all...]
/freebsd-current/sys/net80211/
H A Dieee80211_hostap.c169 ieee80211_cancel_scan(vap); /* background scan */
222 * scan and startup immediately.
230 * Initiate a scan. We can come here as a result
233 * and the scan request parameters will be present
249 * A state change requires a reset; scan.
272 * scan and startup immediately.
1787 struct ieee80211_scanparams scan; local
1791 if (ieee80211_parse_beacon(ni, m0, ic->ic_curchan, &scan) &~ IEEE80211_BPARSE_OFFCHAN)
1802 * If scanning, just pass information to the scan module.
1805 if (scan
[all...]
H A Dieee80211_scan_sta.c84 uint8_t se_seen; /* seen during current scan */
92 u_int se_scangen; /* iterator scan gen# */
105 ieee80211_scan_table_lock_t st_lock; /* on scan table */
110 u_int st_scangen; /* scan generation # */
200 * Flush all per-scan state.
215 * Flush all entries in the scan cache.
233 * entry in the scan cache or update any previous entry.
381 /* only issue one notify event per scan */
519 checktable(const struct scanlist *scan, const struct ieee80211_channel *c) argument
523 for (; scan
613 const struct scanlist *scan; local
[all...]
/freebsd-current/contrib/less/
H A Dscreen.c144 int scan; member in struct:keyRecord
2808 currentKey.scan = 0;
2867 currentKey.scan = ip.Event.KeyEvent.wVirtualScanCode;
2873 switch (currentKey.scan)
2882 switch (currentKey.scan)
2885 currentKey.scan = PCK_CTL_RIGHT;
2888 currentKey.scan = PCK_CTL_LEFT;
2891 currentKey.scan = PCK_CTL_DELETE;
2896 switch (currentKey.scan)
2912 * - The unicode code below can return 0 - incorrectly indicating scan cod
[all...]
/freebsd-current/sys/dev/netmap/
H A Dnetmap_mem2.c657 struct netmap_mem_d *scan = netmap_last_mem_d; local
662 id = scan->nm_id + 1;
665 scan = scan->next;
666 if (id != scan->nm_id) {
669 nmd->prev = scan->prev;
670 nmd->next = scan;
671 scan->prev->next = nmd;
672 scan->prev = nmd;
679 } while (scan !
2849 struct netmap_mem_d *scan = netmap_last_mem_d; local
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dbgscan_learn.c2 * WPA Supplicant - background scan and roaming module: learn
19 #include "scan.h"
307 wpa_printf(MSG_DEBUG, "bgscan learn: Request a background scan");
309 wpa_printf(MSG_DEBUG, "bgscan learn: Failed to trigger scan");
332 wpa_printf(MSG_ERROR, "bgscan learn: Missing scan interval "
422 /* Poll for signal info to set initial scan interval */
434 * reasonable to assume that a scan was completed recently. This makes
435 * us skip an immediate new scan in cases where the current signal
490 wpa_printf(MSG_DEBUG, "bgscan learn: scan result notification");
507 wpa_printf(MSG_DEBUG, "bgscan learn: %u matching BSSes in scan "
564 int scan = 0; local
[all...]
/freebsd-current/usr.bin/rpcgen/
H A Drpc_scan.c62 * scan expecting 1 given token
65 scan(tok_kind expect, token *tokp) function
74 * scan expecting any of the 2 given tokens
86 * scan expecting any of the 3 given token
99 * scan expecting a constant, possibly symbolic
124 * Peek at the next token and scan it if it matches what you expect
/freebsd-current/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c80 int scan(FILE *, struct passwd *);
190 while (scan(fp, &pwd))
341 for (cnt = 1; scan(fp, &pwd); ++cnt) {
528 scan(FILE *fp, struct passwd *pw) function
/freebsd-current/sys/modules/iwlwifi/
H A DMakefile24 SRCS+= mvm/rx.c mvm/rxmq.c mvm/scan.c mvm/sf.c mvm/sta.c mvm/tdls.c
/freebsd-current/sys/contrib/openzfs/include/
H A Dlibzutil.h80 boolean_t scan; /* prefer scanning to libblkid cache */ member in struct:importargs
/freebsd-current/sys/contrib/openzfs/etc/
H A DMakefile.am56 %D%/systemd/system/zfs-import-scan.service \
/freebsd-current/contrib/libxo/
H A DMakefile.am120 ANALYZE_CMD = scan-build-mp-3.6
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dputshell.c38 * @param[in] scan the text to be rewritten as a C program text string.
44 string_size(char const * scan, size_t nl_len) argument
52 char ch = *(scan++);
158 * deallocate the text string. Return the scan resumption point.
/freebsd-current/usr.bin/mail/
H A Dextern.h206 int scan(char **);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2191 int scan() {
2205 int scan(T arg) {
2461 // scan it in search for format strings and store the results in the varargs.
2481 read_count = formatter.scan();
2497 read_count = formatter.scan();
2504 read_count = formatter.scan((int *)dst_ptr);
2511 read_count = formatter.scan((long long int *)dst_ptr);
2515 read_count = formatter.scan((long int *)dst_ptr);
2521 read_count = formatter.scan((long long int *)dst_ptr);
2526 read_count = formatter.scan((intmax_
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h915 bool scan(nonloc::LazyCompoundVal val);
916 bool scan(nonloc::CompoundVal val);
917 bool scan(SVal val);
918 bool scan(const MemRegion *R);
919 bool scan(const SymExpr *sym);
/freebsd-current/contrib/sendmail/src/
H A Dmci.c120 ** MCI_SCAN -- scan the cache, flush junk, and return best slot
1308 char *scan; local
1328 for (scan = start; scan <= end; scan++)
1329 *(hostptr++) = *scan;
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dreg.c122 "failed to receive 11d scan complete: timed out\n");
126 "11d scan wait left time %d\n", left);
130 (ar->scan.state == ATH11K_SCAN_STARTING ||
131 ar->scan.state == ATH11K_SCAN_RUNNING)) {
132 left = wait_for_completion_timeout(&ar->scan.completed,
136 "failed to receive hw scan complete: timed out\n");
139 "hw scan wait left time %d\n", left);
H A Dmac.c3758 switch (ar->scan.state) {
3763 if (ar->scan.is_roc && ar->scan.roc_notify)
3767 if (!ar->scan.is_roc) {
3769 .aborted = ((ar->scan.state ==
3771 (ar->scan.state ==
3778 ar->scan.state = ATH11K_SCAN_IDLE;
3780 ar->scan.roc_freq = 0;
3781 cancel_delayed_work(&ar->scan.timeout);
3782 complete_all(&ar->scan
[all...]
/freebsd-current/sys/dev/adb/
H A Dadb_kbd.c136 static const int scan[] = { local
163 if ((keycode >= 89) && (keycode < 89 + nitems(scan)))
164 scancode = scan[keycode - 89] | SCAN_PREFIX_E0;
/freebsd-current/contrib/libpcap/msdos/
H A Dmakefile.dj35 printk.o pci.o pci-scan.o bios32.o dma.o irq.o intwrap.o \
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Dmac.c2778 switch (ar->scan.state) {
2783 if (!ar->scan.is_roc) {
2785 .aborted = (ar->scan.state ==
2790 } else if (ar->scan.roc_notify) {
2795 ar->scan.state = ATH12K_SCAN_IDLE;
2797 ar->scan.roc_freq = 0;
2798 cancel_delayed_work(&ar->scan.timeout);
2799 complete(&ar->scan.completed);
2826 ath12k_warn(ar->ab, "failed to stop wmi scan: %d\n", ret);
2830 ret = wait_for_completion_timeout(&ar->scan
[all...]
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dmac.c4151 vdev_id = ar->scan.vdev_id;
4511 switch (ar->scan.state) {
4516 if (!ar->scan.is_roc) {
4518 .aborted = (ar->scan.state ==
4523 } else if (ar->scan.roc_notify) {
4528 ar->scan.state = ATH10K_SCAN_IDLE;
4530 ar->scan.roc_freq = 0;
4532 cancel_delayed_work(&ar->scan.timeout);
4533 complete(&ar->scan.completed);
4558 ath10k_warn(ar, "failed to stop wmi scan
[all...]
/freebsd-current/contrib/cortex-strings/src/arm/
H A Dmemchr.S68 @ r0 = start of memory to scan

Completed in 435 milliseconds

1234567