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_qbytes
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/ipc/
H
A
D
msg.c
336
if (in->
msg_qbytes
> USHRT_MAX) {
in copy_msqid_to_user()
337
out.
msg_qbytes
= USHRT_MAX;
in copy_msqid_to_user()
339
out.
msg_qbytes
= in->
msg_qbytes
;
in copy_msqid_to_user()
341
out.msg_lqbytes = in->
msg_qbytes
;
in copy_msqid_to_user()
372
if (tbuf_old.
msg_qbytes
== 0) {
in copy_msqid_from_user()
373
out->
msg_qbytes
= tbuf_old.msg_lqbytes;
in copy_msqid_from_user()
375
out->
msg_qbytes
= tbuf_old.
msg_qbytes
;
in copy_msqid_from_user()
390
static int msgctl_down(struct ipc_namespace *ns, int msqid, int cmd, struct ipc64_perm *perm, int
msg_qbytes
)
in msgctl_down()
argument
660
unsigned short
msg_qbytes
;
global()
member
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/
H
A
D
msg.h
8
msglen_t
msg_qbytes
;
member
Completed in 2 milliseconds