Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_ipc64.h126 struct l_shmid64_ds { struct
127 struct l_ipc64_perm shm_perm; /* operation perms */
128 l_size_t shm_segsz; /* size of segment (bytes) */
129 l_time_t shm_atime; /* last attach time */
131 l_ulong __unused1;
133 l_time_t shm_dtime; /* last detach time */
135 l_ulong __unused2;
137 l_time_t shm_ctime; /* last change time */
139 l_ulong __unused3;
141 l_pid_t shm_cpid; /* pid of creator */
[all …]