Searched defs:shmid_ds (Results 1 – 2 of 2) sorted by relevance
24 struct shmid_ds struct36 int shmctl(int shmid, int cmd, struct shmid_ds *buf); argument
26 struct shmid_ds { struct27 struct ipc_perm shm_perm; /* operation perms */28 int shm_segsz; /* size of segment (bytes) */29 __kernel_time_t shm_atime; /* last attach time */30 __kernel_time_t shm_dtime; /* last detach time */31 __kernel_time_t shm_ctime; /* last change time */32 __kernel_ipc_pid_t shm_cpid; /* pid of creator */33 __kernel_ipc_pid_t shm_lpid; /* pid of last operator */34 unsigned short shm_nattch; /* no. of current attaches */35 unsigned short shm_unused; /* compatibility */[all …]