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:MAX_HANDLE_SZ
(Results
1 - 13
of
13
) sorted by relevance
/third_party/ltp/include/lapi/
H
A
D
fcntl.h
159
#ifndef
MAX_HANDLE_SZ
160
# define
MAX_HANDLE_SZ
128
macro
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H
A
D
fanotify.h
71
#ifndef
MAX_HANDLE_SZ
72
#define
MAX_HANDLE_SZ
128
macro
112
char buf[
MAX_HANDLE_SZ
];
121
fid->handle.handle_bytes =
MAX_HANDLE_SZ
;
in fanotify_save_fid()
/third_party/eudev/src/shared/
H
A
D
missing.h
119
#ifndef
MAX_HANDLE_SZ
120
#define
MAX_HANDLE_SZ
128
macro
H
A
D
util.h
408
char padding[sizeof(struct file_handle) +
MAX_HANDLE_SZ
];
410
#define FILE_HANDLE_INIT { .handle.handle_bytes =
MAX_HANDLE_SZ
}
/third_party/ltp/testcases/kernel/syscalls/name_to_handle_at/
H
A
D
name_to_handle_at02.c
17
static struct file_handle fh, high_fh = {.handle_bytes =
MAX_HANDLE_SZ
+ 1};
/third_party/musl/porting/linux/user/include/
H
A
D
fcntl.h
179
#define
MAX_HANDLE_SZ
128
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
fcntl.h
178
#define
MAX_HANDLE_SZ
128
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
fcntl.h
178
#define
MAX_HANDLE_SZ
128
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
fcntl.h
178
#define
MAX_HANDLE_SZ
128
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
fcntl.h
174
#define
MAX_HANDLE_SZ
128
macro
/third_party/musl/porting/liteos_m/user/include/
H
A
D
fcntl.h
178
#define
MAX_HANDLE_SZ
128
macro
/third_party/ltp/testcases/kernel/syscalls/open_by_handle_at/
H
A
D
open_by_handle_at02.c
19
static struct file_handle high_fh = {.handle_bytes =
MAX_HANDLE_SZ
+ 1}, *high_fhp = &high_fh;
/third_party/musl/include/
H
A
D
fcntl.h
181
#define
MAX_HANDLE_SZ
128
macro
Completed in 10 milliseconds