Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:abort_scan
(Results
1 - 7
of
7
) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H
A
D
driver_i.h
961
if (!wpa_s->driver->
abort_scan
)
in wpa_drv_abort_scan()
963
return wpa_s->driver->
abort_scan
(wpa_s->drv_priv, scan_cookie);
in wpa_drv_abort_scan()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H
A
D
driver_i.h
1039
if (!wpa_s->driver->
abort_scan
)
in wpa_drv_abort_scan()
1041
return wpa_s->driver->
abort_scan
(wpa_s->drv_priv, scan_cookie);
in wpa_drv_abort_scan()
/third_party/backends/backend/
H
A
D
artec.c
650
abort_scan
(SANE_Handle handle)
in abort_scan()
function
655
DBG (7, "
abort_scan
()\n");
in abort_scan()
695
/* Based on
abort_scan
*/
1704
return
abort_scan
(s);
in end_scan()
3731
abort_scan
(s);
in sane_cancel()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
driver.h
4114
*
abort_scan
- Request the driver to abort an ongoing scan
4121
int (*
abort_scan
)(void *priv, u64 scan_cookie);
member
H
A
D
driver_nl80211.c
11031
.
abort_scan
= wpa_driver_nl80211_abort_scan,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H
A
D
driver.h
4537
*
abort_scan
- Request the driver to abort an ongoing scan
4544
int (*
abort_scan
)(void *priv, u64 scan_cookie);
member
H
A
D
driver_nl80211.c
12718
.
abort_scan
= wpa_driver_nl80211_abort_scan,
Completed in 48 milliseconds