Home
last modified time | relevance | path

Searched defs:target_shmid_ds (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/linux-user/ppc/
H A Dtarget_structs.h35 struct target_shmid_ds { struct
38 abi_uint __unused1;
40 abi_ulong shm_atime; /* time of last shmat() */
42 abi_uint __unused2;
44 abi_ulong shm_dtime; /* time of last shmdt() */
46 abi_uint __unused3;
50 abi_uint __unused4;
53 abi_int shm_cpid; /* pid of creator */
54 abi_int shm_lpid; /* pid of last shmop */
56 abi_ulong __unused5;
[all …]
/openbmc/qemu/linux-user/hppa/
H A Dtarget_structs.h37 struct target_shmid_ds { struct
39 abi_uint __pad1;
40 abi_ulong shm_atime; /* time of last shmat() */
41 abi_uint __pad2;
42 abi_ulong shm_dtime; /* time of last shmdt() */
43 abi_uint __pad3;
45 abi_uint __pad4;
47 abi_int shm_cpid; /* pid of creator */
48 abi_int shm_lpid; /* pid of last shmop */
50 abi_ulong __unused1;
[all …]
/openbmc/qemu/linux-user/generic/
H A Dtarget_structs.h36 struct target_shmid_ds { struct
38 abi_long shm_segsz; /* size of segment in bytes */
39 abi_ulong shm_atime; /* time of last shmat() */
41 abi_ulong __unused1;
43 abi_ulong shm_dtime; /* time of last shmdt() */
45 abi_ulong __unused2;
49 abi_ulong __unused3;
51 abi_int shm_cpid; /* pid of creator */
52 abi_int shm_lpid; /* pid of last shmop */
54 abi_ulong __unused4;
[all …]
/openbmc/qemu/linux-user/s390x/
H A Dtarget_structs.h41 struct target_shmid_ds { struct
43 abi_long shm_segsz; /* size of segment in bytes */
44 abi_ulong shm_atime; /* time of last shmat() */
46 abi_ulong __unused1;
48 abi_ulong shm_dtime; /* time of last shmdt() */
50 abi_ulong __unused2;
54 abi_ulong __unused3;
56 abi_int shm_cpid; /* pid of creator */
57 abi_int shm_lpid; /* pid of last shmop */
59 abi_ulong __unused4;
[all …]
/openbmc/qemu/linux-user/alpha/
H A Dtarget_structs.h35 struct target_shmid_ds { struct
36 struct target_ipc_perm shm_perm; /* operation permission struct */
37 abi_long shm_segsz; /* size of segment in bytes */
38 abi_ulong shm_atime; /* time of last shmat() */
39 abi_ulong shm_dtime; /* time of last shmdt() */
40 abi_ulong shm_ctime; /* time of last change by shmctl() */
41 abi_int shm_cpid; /* pid of creator */
42 abi_int shm_lpid; /* pid of last shmop */
43 abi_ulong shm_nattch; /* number of current attaches */
44 abi_ulong __unused1;
[all …]
/openbmc/qemu/linux-user/sparc/
H A Dtarget_structs.h38 struct target_shmid_ds { struct
39 struct target_ipc_perm shm_perm; /* operation permission struct */
44 int64_t shm_atime; /* last attach time */
45 int64_t shm_dtime; /* last detach time */
46 int64_t shm_ctime; /* last change time */
47 abi_ulong shm_segsz; /* size of segment in bytes */
48 abi_int shm_cpid; /* pid of creator */
49 abi_int shm_lpid; /* pid of last shmop */
50 abi_ulong shm_nattch; /* number of current attaches */
51 abi_ulong __unused1;
[all …]
/openbmc/qemu/linux-user/xtensa/
H A Dtarget_structs.h35 struct target_shmid_ds { struct
37 abi_long shm_segsz; /* size of segment in bytes */
38 abi_long shm_atime; /* time of last shmat() */
39 abi_ulong __unused1;
40 abi_long shm_dtime; /* time of last shmdt() */
41 abi_ulong __unused2;
43 abi_ulong __unused3;
44 abi_uint shm_cpid; /* pid of creator */
45 abi_uint shm_lpid; /* pid of last shmop */
47 abi_ulong __unused4;
[all …]
/openbmc/qemu/linux-user/mips/
H A Dtarget_structs.h35 struct target_shmid_ds { struct
36 struct target_ipc_perm shm_perm; /* operation permission struct */
37 abi_long shm_segsz; /* size of segment in bytes */
38 abi_ulong shm_atime; /* time of last shmat() */
39 abi_ulong shm_dtime; /* time of last shmdt() */
40 abi_ulong shm_ctime; /* time of last change by shmctl() */
41 abi_int shm_cpid; /* pid of creator */
42 abi_int shm_lpid; /* pid of last shmop */
43 abi_ulong shm_nattch; /* number of current attaches */
44 abi_ulong __unused1;
[all …]
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h78 struct target_shmid_ds { struct
79 struct target_ipc_perm shm_perm; /* peration permission structure */
80 abi_ulong shm_segsz; /* size of segment in bytes */
81 int32_t shm_lpid; /* process ID of last shared memory op */
82 int32_t shm_cpid; /* process ID of creator */
83 int32_t shm_nattch; /* number of current attaches */
84 target_time_t shm_atime; /* time of last shmat() */
85 target_time_t shm_dtime; /* time of last shmdt() */
86 target_time_t shm_ctime; /* time of last change by shmctl() */