Lines Matching defs:semid64_ds
14 struct semid64_ds { struct
15 struct ipc64_perm sem_perm; /* permissions .. see ipc.h */
17 __kernel_time_t sem_otime; /* last semop time */
18 __kernel_time_t sem_ctime; /* last change time */
20 unsigned long sem_otime_high;
21 unsigned long sem_otime; /* last semop time */
22 unsigned long sem_ctime_high;
23 unsigned long sem_ctime; /* last change time */
25 unsigned long sem_nsems; /* no. of semaphores in array */
26 unsigned long __unused1;
27 unsigned long __unused2;