Home
last modified time | relevance | path

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

/external/strace/
Dipc_defs.h40 #if !defined IPC_64
41 # define IPC_64 0x100 macro
46 if ((arg) & IPC_64) { \
47 print_xlat(IPC_64); \
50 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
DChangeLog5173 * ipc_defs.h (PRINTCTL): Use print_xlat for printing IPC_64 named
10451 because of inappropriate use of IPC_64 flag. Similar issues were
36791 (IPC_64, PRINTCTL): Move to ipc_defs.h.
36927 ipc.c: remove unnecesarry #ifdef IPC_64.
36928 * ipc.c (PRINTCTL): Remove #ifdef IPC_64 check as IPC_64 is always
39066 tests/ipc_*: match IPC_64 flag.
39067 * tests/ipc_msg.c (main): Optionally match "IPC_64|" in the third
/external/kernel-headers/original/uapi/linux/
Dipc.h50 #define IPC_64 0x0100 /* New version (support 32-bit UIDs, bigger macro