Lines Matching defs:semid64_ds
29 struct semid64_ds { struct
30 struct ipc64_perm sem_perm; /* permissions .. see ipc.h */
32 long sem_otime; /* last semop time */
33 long sem_ctime; /* last change time */
35 unsigned long sem_otime; /* last semop time */
36 unsigned long sem_otime_high;
37 unsigned long sem_ctime; /* last change time */
38 unsigned long sem_ctime_high;
40 unsigned long sem_nsems; /* no. of semaphores in array */
41 unsigned long __unused3;
42 unsigned long __unused4;