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:SYSCALL
(Results
1 - 7
of
7
) sorted by relevance
/third_party/rust/crates/rustix/src/backend/linux_raw/
H
A
D
vdso_wrappers.rs
93
let callee = match transmute(super::
SYSCALL
.load(Relaxed)) {
105
let callee = match transmute(super::
SYSCALL
.load(Relaxed)) {
117
let callee = match transmute(super::
SYSCALL
.load(Relaxed)) {
130
let callee = match transmute(super::
SYSCALL
.load(Relaxed)) {
144
let callee = match transmute(super::
SYSCALL
.load(Relaxed)) {
159
let callee = match transmute(super::
SYSCALL
.load(Relaxed)) {
175
let callee = match transmute(super::
SYSCALL
.load(Relaxed)) {
192
let callee = match transmute(super::
SYSCALL
.load(Relaxed)) {
225
/// Initialize `
SYSCALL
` and return its value.
231
unsafe { transmute(
SYSCALL
in init_syscall()
239
static mut
SYSCALL
: AtomicPtr<Function> = AtomicPtr::new(null_mut());
global()
consts
[all...]
/third_party/ltp/metadata/tests/
H
A
D
macro_str.c
1
#define
SYSCALL
"syscall(\"foo\")"
macro
4
.syscall =
SYSCALL
,
/third_party/libunwind/libunwind/tests/
H
A
D
test-ptrace.c
62
SYSCALL
,
enumerator
65
trace_mode =
SYSCALL
;
199
++optind, trace_mode =
SYSCALL
; /* backtrace at each syscall */
in main()
332
case
SYSCALL
:
in main()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H
A
D
error.rs
30
pub const
SYSCALL
: ErrorCode = ErrorCode(ffi::SSL_ERROR_SYSCALL);
consts
112
ErrorCode::
SYSCALL
=> match self.io_error() {
in fmt()
H
A
D
mod.rs
3743
ErrorCode::
SYSCALL
=> {
in make_error()
3804
Err(ref e) if e.code() == ErrorCode::
SYSCALL
&& e.io_error().is_none() => {
in read()
/third_party/sqlite/src/
H
A
D
sqlite3.c
45561
# define
SYSCALL
global()
macro
[all...]
/third_party/libbpf/src/
H
A
D
libbpf.c
9271
SEC_DEF("syscall",
SYSCALL
, 0, SEC_SLEEPABLE),
Completed in 152 milliseconds