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_STAT_ANY
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ltp/include/lapi/
H
A
D
msg.h
16
#ifndef
MSG_STAT_ANY
17
# define
MSG_STAT_ANY
13
macro
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
H
A
D
msgctl06.c
11
* * The returned index points to a valid MSG by calling
MSG_STAT_ANY
104
tst_res(TINFO, "Test
MSG_STAT_ANY
%s", tc->desc);
in verify_msgctl()
115
msgid = msgctl(TST_RET,
MSG_STAT_ANY
, &buf);
in verify_msgctl()
125
if (msgctl(i,
MSG_STAT_ANY
, &buf) != -1)
in verify_msgctl()
149
TEST(msgctl(msg_id,
MSG_STAT_ANY
, &temp_buf));
in setup()
152
tst_brk(TCONF, "kernel doesn't support
MSG_STAT_ANY
");
in setup()
155
"Current environment doesn't permit
MSG_STAT_ANY
");
in setup()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
msg.h
30
#define
MSG_STAT_ANY
(13 | (IPC_STAT & 0x100))
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
msg.h
30
#define
MSG_STAT_ANY
(13 | (IPC_STAT & 0x100))
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
msg.h
30
#define
MSG_STAT_ANY
(13 | (IPC_STAT & 0x100))
macro
/third_party/musl/include/sys/
H
A
D
msg.h
30
#define
MSG_STAT_ANY
(13 | (IPC_STAT & 0x100))
macro
/third_party/musl/porting/liteos_a/user/src/ipc/
H
A
D
msgctl.c
40
case
MSG_STAT_ANY
:
in msgctl()
/third_party/musl/src/ipc/
H
A
D
msgctl.c
39
case
MSG_STAT_ANY
:
in msgctl()
Completed in 2 milliseconds