Home
last modified time | relevance | path

Searched defs:shmid_ds (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dshm.h21 struct shmid_ds { struct
22 struct ipc_perm shm_perm; /* operation perms */
23 int shm_segsz; /* size of segment (bytes) */
24 __kernel_time_t shm_atime; /* last attach time */
25 __kernel_time_t shm_dtime; /* last detach time */
26 __kernel_time_t shm_ctime; /* last change time */
27 __kernel_ipc_pid_t shm_cpid; /* pid of creator */
28 __kernel_ipc_pid_t shm_lpid; /* pid of last operator */
29 unsigned short shm_nattch; /* no. of current attaches */
30 unsigned short shm_unused; /* compatibility */
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dshm.h46 struct shmid_ds struct
48 struct ipc_perm shm_perm; /* operation permission struct */
49 size_t shm_segsz; /* size of segment in bytes */
50 __time_t shm_atime; /* time of last shmat() */
51 __time_t shm_dtime; /* time of last shmdt() */
52 __time_t shm_ctime; /* time of last change by shmctl() */
53 __pid_t shm_cpid; /* pid of creator */
54 __pid_t shm_lpid; /* pid of last shmop */
55 shmatt_t shm_nattch; /* number of current attaches */
56 unsigned long int __unused1;
[all …]