OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSGSND
(Results
1 - 8
of
8
) sorted by null
/external/strace/xlat/
ipccalls.h
14
#if !(defined(
MSGSND
) || (defined(HAVE_DECL_MSGSND) && HAVE_DECL_MSGSND))
15
# define
MSGSND
11
51
XLAT(
MSGSND
),
/bionic/libc/kernel/uapi/linux/
ipc.h
52
#define
MSGSND
11
/external/kernel-headers/original/uapi/linux/
ipc.h
67
#define
MSGSND
11
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ipc.h
66
#define
MSGSND
11
/bionic/libc/bionic/
sys_msg.cpp
63
int
msgsnd
(int id, const void* msg, size_t n, int flags) {
function
67
return syscall(SYS_ipc,
MSGSND
, id, n, flags, msg, 0);
/external/v8/src/ppc/
constants-ppc.h
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go
1272
MSGSND
[
all
...]
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go
1272
MSGSND
[
all
...]
Completed in 402 milliseconds