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:event_buf_len
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H
A
D
fanotify10.c
73
static int event_buf_pos,
event_buf_len
;
variable
739
if (event_buf_pos >=
event_buf_len
) {
in fetch_event()
747
event_buf_len
= ret;
in fetch_event()
749
if (
event_buf_len
- event_buf_pos < (int)FAN_EVENT_METADATA_LEN) {
in fetch_event()
752
event_buf_len
- event_buf_pos,
in fetch_event()
821
event_buf_pos =
event_buf_len
= 0;
in test_fanotify()
852
event_buf_pos =
event_buf_len
= 0;
in test_fanotify()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H
A
D
driver_bsd.c
55
size_t
event_buf_len
;
member
785
n = read(sock, global->event_buf, global->
event_buf_len
);
in bsd_wireless_event_receive()
1224
n = read(sock, global->event_buf, global->
event_buf_len
);
in wpa_driver_bsd_event_receive()
1686
global->
event_buf_len
= rtbuf_len();
in bsd_global_init()
1687
global->event_buf = os_malloc(global->
event_buf_len
);
in bsd_global_init()
Completed in 4 milliseconds