Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dshm.h93 time_t shm_atime; /* time of last shmat() */ member
108 time_t shm_atime; /* time of last shmat() */ member
H A Dmman.h277 struct timespec shm_atime; member
/freebsd/sys/compat/linux/
H A Dlinux_ipc.c185 l_time_t shm_atime; member
225 bsp->shm_atime = lsp->shm_atime; in linux_to_bsd_shmid_ds()
239 lsp->shm_atime = bsp->shm_atime; in bsd_to_linux_shmid_ds()
445 linux_shmid.shm_atime = linux_shmid64->shm_atime; in linux_shmid_pushdown()
454 linux_shmid.shm_atime != linux_shmid64->shm_atime || in linux_shmid_pushdown()
H A Dlinux_ipc64.h129 l_time_t shm_atime; /* last attach time */ member
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h98 time32_t shm_atime; member
176 time32_t shm_atime; member
/freebsd/sys/kern/
H A Dsysv_shm.c464 shmseg->u.shm_atime = time_second; in kern_shmat_locked()
760 shmseg->u.shm_atime = shmseg->u.shm_dtime = 0; in shmget_allocate_segment()
1073 CP(tshmseg, tshmseg32, u.shm_atime); in sysctl_shmsegs()
1280 time_t shm_atime; /* last attach time */ member
1331 outbuf.shm_atime = shmseg->u.shm_atime; in oshmctl()
1448 CP(u32.shmid_ds32, u.shmid_ds, shm_atime); in freebsd7_freebsd32_shmctl()
1490 CP(u.shmid_ds, u32.shmid_ds32, shm_atime); in freebsd7_freebsd32_shmctl()
1534 CP(u32.shmid_ds32, u.shmid_ds, shm_atime); in freebsd32_shmctl()
1575 CP(u.shmid_ds, u32.shmid_ds32, shm_atime); in freebsd32_shmctl()
1628 CP(old, buf, shm_atime); in freebsd7_shmctl()
[all …]
H A Duipc_shm.c625 sb->st_atim = shmfd->shm_atime; in shm_stat()
962 shmfd->shm_atime = shmfd->shm_mtime = shmfd->shm_ctime = in shm_alloc()
1713 vfs_timestamp(&shmfd->shm_atime); in shm_mmap()
/freebsd/contrib/llvm-project/compiler-rt/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.h251 long shm_atime; member
273 u64 shm_atime; member
277 uptr shm_atime; member
H A Dsanitizer_platform_limits_solaris.cpp308 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_atime);
H A Dsanitizer_platform_limits_freebsd.h142 __sanitizer_time_t shm_atime; member
H A Dsanitizer_platform_limits_freebsd.cpp513 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_atime);
H A Dsanitizer_platform_limits_posix.cpp1222 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_atime);
H A Dsanitizer_platform_limits_netbsd.h126 u64 shm_atime; member
H A Dsanitizer_platform_limits_netbsd.cpp2650 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_atime);
/freebsd/tools/regression/sysvshm/
H A Dshmtest.c237 printf("atime: %s", ctime(&sp->shm_atime)); in print_shmid_ds()
/freebsd/usr.bin/ipcs/
H A Dipcs.c420 cvt_time(kshmptr->u.shm_atime, atime_buf); in print_kshmptr()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_sysv.c730 printf("atime: %s", ctime(&sp->shm_atime)); in print_shmid_ds()