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