Searched defs:shmid_ds (Results 1 – 3 of 3) sorted by relevance
102 struct shmid_ds { struct103 struct ipc_perm shm_perm; /* operation permission structure */104 size_t shm_segsz; /* size of segment in bytes */105 pid_t shm_lpid; /* process ID of last shared memory op */129 * Add a kernel wrapper to the shmid_ds struct so that private info (like the argument
136 struct shmid_ds shmid_ds; local
1489 struct shmid_ds shmid_ds; in freebsd7_freebsd32_shmctl() member1575 struct shmid_ds shmid_ds; in freebsd32_shmctl() member