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:setupfunc
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/open/
H
A
D
open07.c
88
void (*
setupfunc
) ();
member
115
if (TC[i].
setupfunc
!= NULL)
in main()
116
TC[i].
setupfunc
();
in main()
/third_party/ltp/testcases/kernel/syscalls/mprotect/
H
A
D
mprotect01.c
57
void (*
setupfunc
) (struct test_case *self);
member
98
if (TC[i].
setupfunc
!= NULL)
in main()
99
TC[i].
setupfunc
(&TC[i]);
in main()
/third_party/ltp/testcases/kernel/syscalls/acct/
H
A
D
acct01.c
63
void (*
setupfunc
) ();
member
111
if (tcase->
setupfunc
)
in verify_acct()
112
tcase->
setupfunc
();
in verify_acct()
/third_party/ltp/testcases/kernel/syscalls/unlink/
H
A
D
unlink05.c
23
void (*
setupfunc
)(char *);
member
47
tc->
setupfunc
(fname);
in verify_unlink()
/third_party/ltp/testcases/kernel/syscalls/linkat/
H
A
D
linkat02.c
67
void (*
setupfunc
) (void);
member
111
if (desc->
setupfunc
!= NULL) {
in linkat_verify()
112
desc->
setupfunc
();
in linkat_verify()
/third_party/ltp/testcases/kernel/syscalls/mincore/
H
A
D
mincore01.c
71
void (*
setupfunc
) (struct test_case_t *tc);
member
187
if (tc->
setupfunc
)
in mincore_verify()
188
tc->
setupfunc
(tc);
in mincore_verify()
/third_party/ltp/testcases/kernel/syscalls/mknod/
H
A
D
mknod06.c
101
int (*
setupfunc
) ();
member
204
Test_cases[ind].
setupfunc
();
in setup()
/third_party/ltp/testcases/kernel/syscalls/symlink/
H
A
D
symlink03.c
120
int (*
setupfunc
) ();
member
235
Test_cases[ind].
setupfunc
();
in setup()
Completed in 3 milliseconds