Searched refs:IPC_64 (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dipc.h49 #define IPC_64 0x0100 /* New version (support 32-bit UIDs, bigger macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dcompat.c121 int version = *cmd & IPC_64;
124 * ipc structures in 64 bit binaries need to have IPC_64 set
127 *cmd |= IPC_64;
129 *cmd &= ~IPC_64;
249 if ((third & (~IPC_64)) == SETVAL)
253 switch (third & (~IPC_64)) {
276 else if (version == IPC_64)
285 if (version == IPC_64) {
425 switch (second & (~IPC_64)) {
433 if (version == IPC_64) {
[all...]
H A Dutil.h111 # define ipc_parse_version(cmd) IPC_64
H A Dutil.c696 * Return IPC_64 for new style IPC and IPC_OLD for old style IPC.
703 if (*cmd & IPC_64) {
704 *cmd ^= IPC_64;
705 return IPC_64;
H A Dshm.c461 case IPC_64:
492 case IPC_64:
526 case IPC_64:
H A Dmsg.c298 case IPC_64:
350 case IPC_64:
H A Dsem.c536 case IPC_64:
825 case IPC_64:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsys_sparc.c464 err = sys_semctl(first, (int)second | IPC_64,
487 err = sys_msgctl(first, (int)second | IPC_64, ptr);
513 err = sys_shmctl(first, (int)second | IPC_64, ptr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dlinux32.c401 return compat_sys_msgrcv(msqid, msgsz, msgtyp, msgflg, IPC_64,

Completed in 78 milliseconds