Home
last modified time | relevance | path

Searched refs:IPC_64 (Results 1 – 10 of 10) sorted by relevance

/external/strace/
Dipc_defs.h40 #if !defined IPC_64
41 # define IPC_64 0x100 macro
46 if ((arg) & IPC_64) \
48 printxval((flagset), (arg) & ~IPC_64, dflt); \
Dipc_shmctl.c58 if (cmd & IPC_64) in print_shmid_ds()
59 cmd &= ~IPC_64; in print_shmid_ds()
Dipc_msgctl.c58 if (cmd & IPC_64) in print_msqid_ds()
59 cmd &= ~IPC_64; in print_msqid_ds()
DChangeLog-CVS3611 * ipc.c (PRINTCTL): New macro. #ifdef IPC_64, factor out the flag and
DChangeLog22147 (IPC_64, PRINTCTL): Move to ipc_defs.h.
22283 ipc.c: remove unnecesarry #ifdef IPC_64.
22284 * ipc.c (PRINTCTL): Remove #ifdef IPC_64 check as IPC_64 is always
24422 tests/ipc_*: match IPC_64 flag.
24423 * tests/ipc_msg.c (main): Optionally match "IPC_64|" in the third
/external/libchrome/sandbox/linux/system_headers/
Dlinux_seccomp.h64 #ifndef IPC_64
65 #define IPC_64 0x0100 macro
/external/strace/tests-mx32/
Dipc_msgbuf.expected4 msgctl\([0-9]*, (IPC_64\|)?IPC_RMID, NULL\) += 0
/external/strace/tests/
Dipc_msgbuf.expected4 msgctl\([0-9]*, (IPC_64\|)?IPC_RMID, NULL\) += 0
/external/strace/tests-m32/
Dipc_msgbuf.expected4 msgctl\([0-9]*, (IPC_64\|)?IPC_RMID, NULL\) += 0
/external/kernel-headers/original/uapi/linux/
Dipc.h49 #define IPC_64 0x0100 /* New version (support 32-bit UIDs, bigger macro