Home
last modified time | relevance | path

Searched refs:shm_atime (Results 1 – 25 of 38) sorted by relevance

12

/netbsd/sys/compat/sys/
H A Dshm.h49 int32_t shm_atime; /* time of last shmat() */ member
61 int32_t shm_atime; /* time of last shmat() */ member
78 int32_t shm_atime; member
104 CVT(shm_atime); in __shmid_ds14_to_native()
123 CVTI(shm_atime); in __native_to_shmid_ds14()
141 CVT(shm_atime); in __shmid_ds13_to_native()
160 CVTI(shm_atime); in __native_to_shmid_ds13()
/netbsd/sys/sys/
H A Dshm.h105 time_t shm_atime; /* time of last shmat() */ member
150 time_t shm_atime; member
191 (dst).shm_atime = (src).shm_atime; \
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_conv.h691 dsp->shm_atime = (time_t)ds32p->shm_atime; in netbsd32_to_shmid_ds50()
707 dsp->shm_atime = (long)ds32p->shm_atime; in netbsd32_to_shmid_ds()
723 ds32p->shm_atime = (int32_t)dsp->shm_atime; in netbsd32_from_shmid_ds50()
739 ds32p->shm_atime = (netbsd32_long)dsp->shm_atime; in netbsd32_from_shmid_ds()
H A Dnetbsd32_compat_14_sysv.c175 CVT(shm_atime); in netbsd32_shmid_ds14_to_native()
193 CVT(shm_atime); in native_to_netbsd32_shmid_ds14()
H A Dnetbsd32.h645 netbsd32_time_t shm_atime; /* time of last shmat() */ member
658 int32_t shm_atime; /* time of last shmat() */ member
671 int32_t shm_atime; /* time of last shmat() */ member
/netbsd/sys/compat/linux/common/
H A Dlinux_ipc.c508 bsp->shm_atime = lsp->l_shm_atime; in linux_to_bsd_shmid_ds()
522 bsp->shm_atime = lsp->l_shm_atime; in linux_to_bsd_shmid64_ds()
537 lsp->l_shm_atime = bsp->shm_atime; in bsd_to_linux_shmid_ds()
552 lsp->l_shm_atime = bsp->shm_atime; in bsd_to_linux_shmid64_ds()
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h82 long shm_atime; // time_t member
90 long shm_atime; // time_t member
H A Dsanitizer_platform_limits_posix.h245 long shm_atime; member
267 u64 shm_atime; member
271 uptr shm_atime; member
316 unsigned long shm_atime; member
337 long long shm_atime; member
H A Dsanitizer_platform_limits_openbsd.h105 u64 shm_atime; member
H A Dsanitizer_platform_limits_openbsd.cc236 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_atime);
H A Dsanitizer_platform_limits_solaris.cc304 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_atime);
H A Dsanitizer_platform_limits_freebsd.h129 __sanitizer_time_t shm_atime; member
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h84 long shm_atime; // time_t member
92 long shm_atime; // time_t member
H A Dsanitizer_platform_limits_posix.h245 long shm_atime; member
267 u64 shm_atime; member
271 uptr shm_atime; member
H A Dsanitizer_platform_limits_openbsd.h107 u64 shm_atime; member
H A Dsanitizer_platform_limits_openbsd.cc238 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_atime);
H A Dsanitizer_platform_limits_solaris.cc306 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_atime);
H A Dsanitizer_platform_limits_freebsd.h124 unsigned long shm_atime; member
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h82 long shm_atime; // time_t member
90 long shm_atime; // time_t member
H A Dsanitizer_platform_limits_posix.h245 long shm_atime; member
267 u64 shm_atime; member
271 uptr shm_atime; member
316 unsigned long shm_atime; member
337 long long shm_atime; member
H A Dsanitizer_platform_limits_openbsd.h105 u64 shm_atime; member
H A Dsanitizer_platform_limits_openbsd.cc236 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_atime);
H A Dsanitizer_platform_limits_solaris.cc304 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_atime);
/netbsd/sys/compat/linux32/common/
H A Dlinux32_ipccall.c559 lsp->l_shm_atime = bsp->shm_atime; in bsd_to_linux32_shmid_ds()
573 bsp->shm_atime = lsp->l_shm_atime; in linux32_to_bsd_shmid_ds()
588 lsp->l_shm_atime = bsp->shm_atime; in bsd_to_linux32_shmid64_ds()
602 bsp->shm_atime = lsp->l_shm_atime; in linux32_to_bsd_shmid64_ds()
/netbsd/sys/kern/
H A Dsysv_shm.c459 shmseg->shm_atime = time_second; in sys_shmat()
542 shmbuf->shm_atime = shmseg->shm_atime; in shmctl1()
754 shmseg->shm_atime = shmseg->shm_dtime = 0; in sys_shmget()

12