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:msg_buf
(Results
1 - 5
of
5
) sorted by relevance
/third_party/libdrm/tests/amdgpu/
H
A
D
vcn_tests.c
295
struct amdgpu_vcn_bo
msg_buf
;
in amdgpu_cs_vcn_dec_create()
local
299
alloc_resource(&
msg_buf
, 4096, AMDGPU_GEM_DOMAIN_GTT);
in amdgpu_cs_vcn_dec_create()
300
resources[num_resources++] =
msg_buf
.handle;
in amdgpu_cs_vcn_dec_create()
303
r = amdgpu_bo_cpu_map(
msg_buf
.handle, (void **)&
msg_buf
.ptr);
in amdgpu_cs_vcn_dec_create()
306
memset(
msg_buf
.ptr, 0, 4096);
in amdgpu_cs_vcn_dec_create()
307
memcpy(
msg_buf
.ptr, vcn_dec_create_msg, sizeof(vcn_dec_create_msg));
in amdgpu_cs_vcn_dec_create()
311
ib_cpu[len++] =
msg_buf
.addr;
in amdgpu_cs_vcn_dec_create()
313
ib_cpu[len++] =
msg_buf
.addr >> 32;
in amdgpu_cs_vcn_dec_create()
324
free_resource(&
msg_buf
);
in amdgpu_cs_vcn_dec_create()
405
struct amdgpu_vcn_bo
msg_buf
;
amdgpu_cs_vcn_dec_destroy()
local
[all...]
/third_party/ltp/utils/sctp/func_tests/
H
A
D
test_fragments.c
95
void *
msg_buf
;
in main()
local
165
msg_buf
= test_build_msg(10);
in main()
166
outmessage.msg_iov->iov_base =
msg_buf
;
in main()
205
free(
msg_buf
);
in main()
230
msg_buf
= test_build_msg(msg_len);
in main()
231
outmessage.msg_iov->iov_base =
msg_buf
;
in main()
253
msg_buf
= test_build_msg(msg_len);
in main()
254
outmessage.msg_iov->iov_base =
msg_buf
;
in main()
283
free(
msg_buf
);
in main()
H
A
D
test_recvmsg.c
72
void *
msg_buf
;
in main()
local
111
msg_buf
= test_build_msg(30000);
in main()
112
outmessage.msg_iov->iov_base =
msg_buf
;
in main()
/third_party/ltp/testcases/kernel/containers/sysvipc/
H
A
D
mesgq_nstest.c
40
struct
msg_buf
{
struct
48
struct
msg_buf
msg = {};
in check_mesgq()
79
struct
msg_buf
msg = {
in run()
/third_party/ltp/utils/sctp/testlib/
H
A
D
sctputil.c
314
char *
msg_buf
, *p;
in test_build_msg()
local
316
msg_buf
= (char *)malloc(len);
in test_build_msg()
317
if (!
msg_buf
)
in test_build_msg()
320
p =
msg_buf
;
in test_build_msg()
329
msg_buf
[len-1] = '\0';
in test_build_msg()
331
return(
msg_buf
);
in test_build_msg()
Completed in 3 milliseconds