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