Searched refs:IPC_INFO (Results 1 - 5 of 5) sorted by last modified time

/freebsd-9.3-release/contrib/gcclibs/libmudflap/
H A Dmf-hooks2.c1761 struct seminfo *__buf; /* buffer for IPC_INFO */
1783 #ifdef IPC_INFO
1784 /* FreeBSD 5.1 And Cygwin headers include IPC_INFO but not the __buf field. */
1786 case IPC_INFO:
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ipc.c808 error = kern_shmctl(td, args->shmid, IPC_INFO,
/freebsd-9.3-release/sys/sys/
H A Dipc.h117 #define IPC_INFO 3 /* get info */ macro
/freebsd-9.3-release/sys/kern/
H A Dsysv_shm.c460 * layer, in which case, we will need to implement IPC_INFO. It should
467 case IPC_INFO:
569 * The only reason IPC_INFO, SHM_INFO, SHM_STAT exists is to support
573 if (uap->cmd == IPC_INFO || uap->cmd == SHM_INFO ||
1160 case IPC_INFO:
1245 case IPC_INFO:
1317 * The only reason IPC_INFO, SHM_INFO, SHM_STAT exists is to support
1321 if (uap->cmd == IPC_INFO || uap->cmd == SHM_INFO ||
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_ipc.c495 case IPC_INFO:

Completed in 184 milliseconds