Searched refs:IPC_INFO (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dipc.h41 #define IPC_INFO 3 /* see ipcs */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dipcs.c55 /* Some versions of libc only define IPC_INFO when __USE_GNU is defined. */
56 #ifndef IPC_INFO
57 #define IPC_INFO 3 macro
140 if ((shmctl(0, IPC_INFO, (struct shmid_ds *) (void *) &shminfo)) < 0)
269 if ((semctl(0, 0, IPC_INFO, arg)) < 0)
371 if ((msgctl(0, IPC_INFO, (struct msqid_ds *) (void *) &msginfo)) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dcompat.c254 case IPC_INFO:
426 case IPC_INFO:
605 case IPC_INFO:
H A Dsem.c562 case IPC_INFO:
936 case IPC_INFO:
H A Dmsg.c402 case IPC_INFO:
H A Dshm.c596 case IPC_INFO:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dhooks.c4146 case IPC_INFO:
4294 case IPC_INFO:
4393 case IPC_INFO:

Completed in 199 milliseconds