Home
last modified time | relevance | path

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

12

/netbsd/sys/compat/sys/
H A Dshm.h50 int32_t shm_dtime; /* time of last shmdt() */ member
62 int32_t shm_dtime; /* time of last shmdt() */ member
79 int32_t shm_dtime; member
105 CVT(shm_dtime); in __shmid_ds14_to_native()
124 CVTI(shm_dtime); in __native_to_shmid_ds14()
142 CVT(shm_dtime); in __shmid_ds13_to_native()
161 CVTI(shm_dtime); in __native_to_shmid_ds13()
/netbsd/sys/sys/
H A Dshm.h106 time_t shm_dtime; /* time of last shmdt() */ member
151 time_t shm_dtime; member
192 (dst).shm_dtime = (src).shm_dtime; \
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_conv.h692 dsp->shm_dtime = (time_t)ds32p->shm_dtime; in netbsd32_to_shmid_ds50()
708 dsp->shm_dtime = (time_t)ds32p->shm_dtime; in netbsd32_to_shmid_ds()
724 ds32p->shm_dtime = (int32_t)dsp->shm_dtime; in netbsd32_from_shmid_ds50()
740 ds32p->shm_dtime = (netbsd32_long)dsp->shm_dtime; in netbsd32_from_shmid_ds()
H A Dnetbsd32_compat_14_sysv.c176 CVT(shm_dtime); in netbsd32_shmid_ds14_to_native()
194 CVT(shm_dtime); in native_to_netbsd32_shmid_ds14()
H A Dnetbsd32.h646 netbsd32_time_t shm_dtime; /* time of last shmdt() */ member
659 int32_t shm_dtime; /* time of last shmdt() */ member
672 int32_t shm_dtime; /* time of last shmdt() */ member
/netbsd/sys/compat/linux/common/
H A Dlinux_ipc.c509 bsp->shm_dtime = lsp->l_shm_dtime; in linux_to_bsd_shmid_ds()
523 bsp->shm_dtime = lsp->l_shm_dtime; in linux_to_bsd_shmid64_ds()
538 lsp->l_shm_dtime = bsp->shm_dtime; in bsd_to_linux_shmid_ds()
553 lsp->l_shm_dtime = bsp->shm_dtime; in bsd_to_linux_shmid64_ds()
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h83 long shm_dtime; member
92 long shm_dtime; // time_t member
H A Dsanitizer_platform_limits_posix.h249 long shm_dtime; member
268 u64 shm_dtime; member
275 uptr shm_dtime; member
317 unsigned long shm_dtime; member
338 long long shm_dtime; member
H A Dsanitizer_platform_limits_openbsd.h107 u64 shm_dtime; member
H A Dsanitizer_platform_limits_openbsd.cc238 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_dtime);
H A Dsanitizer_platform_limits_solaris.cc305 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_dtime);
H A Dsanitizer_platform_limits_freebsd.h130 __sanitizer_time_t shm_dtime; member
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h85 long shm_dtime; member
94 long shm_dtime; // time_t member
H A Dsanitizer_platform_limits_posix.h249 long shm_dtime; member
268 u64 shm_dtime; member
275 uptr shm_dtime; member
H A Dsanitizer_platform_limits_openbsd.h109 u64 shm_dtime; member
H A Dsanitizer_platform_limits_openbsd.cc240 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_dtime);
H A Dsanitizer_platform_limits_solaris.cc307 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_dtime);
H A Dsanitizer_platform_limits_freebsd.h125 unsigned long shm_dtime; member
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h83 long shm_dtime; member
92 long shm_dtime; // time_t member
H A Dsanitizer_platform_limits_posix.h249 long shm_dtime; member
268 u64 shm_dtime; member
275 uptr shm_dtime; member
317 unsigned long shm_dtime; member
338 long long shm_dtime; member
H A Dsanitizer_platform_limits_openbsd.h107 u64 shm_dtime; member
H A Dsanitizer_platform_limits_openbsd.cc238 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_dtime);
H A Dsanitizer_platform_limits_solaris.cc305 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_dtime);
/netbsd/sys/compat/linux32/common/
H A Dlinux32_ipccall.c560 lsp->l_shm_dtime = bsp->shm_dtime; in bsd_to_linux32_shmid_ds()
574 bsp->shm_dtime = lsp->l_shm_dtime; in linux32_to_bsd_shmid_ds()
589 lsp->l_shm_dtime = bsp->shm_dtime; in bsd_to_linux32_shmid64_ds()
603 bsp->shm_dtime = lsp->l_shm_dtime; in linux32_to_bsd_shmid64_ds()
/netbsd/sys/kern/
H A Dsysv_shm.c217 shmseg->shm_dtime = time_second; in shm_delete_mapping()
543 shmbuf->shm_dtime = shmseg->shm_dtime; in shmctl1()
754 shmseg->shm_atime = shmseg->shm_dtime = 0; in sys_shmget()

12