Searched defs:shmid64_ds (Results 1 – 2 of 2) sorted by relevance
31 struct shmid64_ds { struct45 struct shmid64_ds { struct66 * The shmid64_ds structure for parisc architecture. argument74 struct shmid64_ds { struct75 struct ipc64_perm shm_perm; /* operation perms */77 long shm_atime; /* last attach time */78 long shm_dtime; /* last detach time */102 * The shmid64_ds structure for PPC architecture. argument111 struct shmid64_ds { struct112 struct ipc64_perm shm_perm; /* operation perms */[all …]
50396 struct shmid64_ds { struct50397 struct ipc64_perm shm_perm;50398 size_t shm_segsz;50399 long int shm_atime;50400 long int shm_dtime;50401 long int shm_ctime;50402 __kernel_pid_t shm_cpid;50403 __kernel_pid_t shm_lpid;50404 long unsigned int shm_nattch;50405 long unsigned int __unused4;[all …]