Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
compat_shmid_ds Struct Reference

Data Fields

struct compat_ipc_perm shm_perm
 
int shm_segsz
 
compat_time_t shm_atime
 
compat_time_t shm_dtime
 
compat_time_t shm_ctime
 
compat_ipc_pid_t shm_cpid
 
compat_ipc_pid_t shm_lpid
 
unsigned short shm_nattch
 
unsigned short shm_unused
 
compat_uptr_t shm_unused2
 
compat_uptr_t shm_unused3
 

Detailed Description

Definition at line 79 of file compat.c.

Field Documentation

compat_time_t shm_atime

Definition at line 82 of file compat.c.

compat_ipc_pid_t shm_cpid

Definition at line 85 of file compat.c.

compat_time_t shm_ctime

Definition at line 84 of file compat.c.

compat_time_t shm_dtime

Definition at line 83 of file compat.c.

compat_ipc_pid_t shm_lpid

Definition at line 86 of file compat.c.

unsigned short shm_nattch

Definition at line 87 of file compat.c.

Definition at line 80 of file compat.c.

int shm_segsz

Definition at line 81 of file compat.c.

unsigned short shm_unused

Definition at line 88 of file compat.c.

compat_uptr_t shm_unused2

Definition at line 89 of file compat.c.

compat_uptr_t shm_unused3

Definition at line 90 of file compat.c.


The documentation for this struct was generated from the following file: