Searched refs:IPC_64 (Results 1 – 6 of 6) sorted by relevance
40 #if !defined IPC_6441 # define IPC_64 0x100 macro46 if ((arg) & IPC_64) { \47 print_xlat(IPC_64); \50 printxval((flagset), (arg) & ~IPC_64, dflt); \
58 if (cmd & IPC_64) in print_shmid_ds()59 cmd &= ~IPC_64; in print_shmid_ds()
58 if (cmd & IPC_64) in print_msqid_ds()59 cmd &= ~IPC_64; in print_msqid_ds()
3611 * ipc.c (PRINTCTL): New macro. #ifdef IPC_64, factor out the flag and
5173 * ipc_defs.h (PRINTCTL): Use print_xlat for printing IPC_64 named10451 because of inappropriate use of IPC_64 flag. Similar issues were36791 (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 always39066 tests/ipc_*: match IPC_64 flag.39067 * tests/ipc_msg.c (main): Optionally match "IPC_64|" in the third
50 #define IPC_64 0x0100 /* New version (support 32-bit UIDs, bigger macro