Home
last modified time | relevance | path

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

/external/strace/
Dipc_defs.h39 #if !defined IPC_64
40 # define IPC_64 0x100 macro
44 if ((arg) & IPC_64) tprints("IPC_64|"); \
45 printxval((flagset), (arg) &~ IPC_64, dflt)
Dipc_msgctl.c57 if (cmd & IPC_64) in print_msqid_ds()
58 cmd &= ~IPC_64; in print_msqid_ds()
Dipc_shmctl.c57 if (cmd & IPC_64) in print_shmid_ds()
58 cmd &= ~IPC_64; in print_shmid_ds()
DChangeLog-CVS3611 * ipc.c (PRINTCTL): New macro. #ifdef IPC_64, factor out the flag and
DChangeLog17601 (IPC_64, PRINTCTL): Move to ipc_defs.h.
17737 ipc.c: remove unnecesarry #ifdef IPC_64.
17738 * ipc.c (PRINTCTL): Remove #ifdef IPC_64 check as IPC_64 is always
19876 tests/ipc_*: match IPC_64 flag.
19877 * 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-m32/
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-mx32/
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