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