Searched refs:scanning (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/sys/isa/
H A Dpnp.c420 int large_len, scanning = len, retval = FALSE; local
429 while (scanning > 0) {
431 scanning--;
434 if (scanning < 2) {
435 scanning = 0;
441 if (scanning < large_len) {
442 scanning = 0;
447 scanning -= large_len;
477 if (scanning < PNP_SRES_LEN(tag)) {
478 scanning
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dscan.h21 int scanning);
H A Dscan.c847 if (wpa_s->scanning) {
849 * If we are already in scanning state, we shall reschedule the
852 wpa_dbg(wpa_s, MSG_DEBUG, "Already scanning - Reschedule the incoming scan req");
903 * restarting scanning once the host is woken up and PNO stopped.
940 * If autoscan has set its own scanning parameters
979 /* Find the starting point from which to continue scanning */
1446 wpa_dbg(wpa_s, MSG_DEBUG, "Already sched scanning");
1509 /* Find the starting point from which to continue scanning */
1768 * @scanning: Whether scanning i
1775 wpa_supplicant_notify_scanning(struct wpa_supplicant *wpa_s, int scanning) argument
[all...]
H A Dwpa_supplicant_i.h609 int scanning; member in struct:wpa_supplicant
H A Drrm.c1017 if (wpa_s->scanning || wpas_p2p_in_progress(wpa_s) ||
H A Dhs20_supplicant.c1200 if (wpa_s->scanning) {
1202 "scanning");
H A Dwnm_sta.c1446 if (wpa_s->wnm_dissoc_timer && !wpa_s->scanning) {
1531 * done some internal scanning operations after the last scan
H A Devents.c262 * It is possible that the device is sched scanning, which means
1831 "scanning again");
2807 /* When using scanning (ap_scan=1), SIM PC/SC interface can be
4846 resched = wpa_s->scanning && wpas_scan_scheduled(wpa_s);
4853 * If the driver stopped scanning without being requested to,
4854 * request a new scan to continue scanning for networks.
4859 "Restart scanning after unexpected sched_scan stop event");
H A Dwpa_supplicant.c223 * So, wait a second until scanning again.
6727 * increasing the delay here to avoid constant scanning.
6904 if (wpa_s->wpa_state == WPA_SCANNING && !wpa_s->scanning)
H A Dctrl_iface.c8456 if (!wpa_s->sched_scanning && !wpa_s->scanning &&
/freebsd-11-stable/contrib/bmake/mk/
H A Dlib.mk246 # some libs have lots of objects, and scanning all .o, .po and ${PICO} meta files
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S400 repnz # scanning for
/freebsd-11-stable/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c2955 * wpas_dbus_new_iface_get_scanning - Get interface scanning state
2961 * Getter for "scanning" property.
2968 dbus_bool_t scanning = wpa_s->scanning ? TRUE : FALSE; local
2971 &scanning, error);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql156 ### scanning the filesystem). */
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex7322 \def\macroargctxt{% used when scanning invocations

Completed in 392 milliseconds