Searched defs:shmid_ds (Results 1 – 2 of 2) 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
1429 struct shmid_ds shmid_ds; in freebsd7_freebsd32_shmctl() member1515 struct shmid_ds shmid_ds; in freebsd32_shmctl() member