Lines Matching defs:semid64_ds
23 struct semid64_ds { struct
24 struct ipc64_perm sem_perm; /* permissions .. see ipc.h */
26 unsigned long sem_otime_high;
27 unsigned long sem_otime; /* last semop time */
28 unsigned long sem_ctime_high;
29 unsigned long sem_ctime; /* last change time */
31 long sem_otime; /* last semop time */
32 long sem_ctime; /* last change time */
34 unsigned long sem_nsems; /* no. of semaphores in array */
35 unsigned long __unused3;
36 unsigned long __unused4;