Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dshm.h94 time_t shm_dtime; /* time of last shmdt() */ member
109 time_t shm_dtime; /* time of last shmdt() */ member
/freebsd/sys/compat/linux/
H A Dlinux_ipc.c186 l_time_t shm_dtime; member
226 bsp->shm_dtime = lsp->shm_dtime; in linux_to_bsd_shmid_ds()
240 lsp->shm_dtime = bsp->shm_dtime; in bsd_to_linux_shmid_ds()
446 linux_shmid.shm_dtime = linux_shmid64->shm_dtime; in linux_shmid_pushdown()
455 linux_shmid.shm_dtime != linux_shmid64->shm_dtime || in linux_shmid_pushdown()
H A Dlinux_ipc64.h133 l_time_t shm_dtime; /* last detach time */ member
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h99 time32_t shm_dtime; member
177 time32_t shm_dtime; member
/freebsd/sys/kern/
H A Dsysv_shm.c283 shmseg->u.shm_dtime = time_second; in shm_delete_mapping()
761 shmseg->u.shm_atime = shmseg->u.shm_dtime = 0; in shmget_allocate_segment()
1100 CP(tshmseg, tshmseg32, u.shm_dtime); in sysctl_shmsegs()
1343 time_t shm_dtime; /* last detach time */ member
1394 outbuf.shm_dtime = shmseg->u.shm_dtime; in oshmctl()
1511 CP(u32.shmid_ds32, u.shmid_ds, shm_dtime); in freebsd7_freebsd32_shmctl()
1553 CP(u.shmid_ds, u32.shmid_ds32, shm_dtime); in freebsd7_freebsd32_shmctl()
1597 CP(u32.shmid_ds32, u.shmid_ds, shm_dtime); in freebsd32_shmctl()
1638 CP(u.shmid_ds, u32.shmid_ds32, shm_dtime); in freebsd32_shmctl()
1691 CP(old, buf, shm_dtime); in freebsd7_shmctl()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/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.h255 long shm_dtime; member
274 u64 shm_dtime; member
281 uptr shm_dtime; member
H A Dsanitizer_platform_limits_solaris.cpp309 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_dtime);
H A Dsanitizer_platform_limits_freebsd.h143 __sanitizer_time_t shm_dtime; member
H A Dsanitizer_platform_limits_freebsd.cpp516 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_dtime);
H A Dsanitizer_platform_limits_posix.cpp1223 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_dtime);
H A Dsanitizer_platform_limits_netbsd.h127 u64 shm_dtime; member
H A Dsanitizer_platform_limits_netbsd.cpp2651 CHECK_SIZE_AND_OFFSET(shmid_ds, shm_dtime);
/freebsd/tools/regression/sysvshm/
H A Dshmtest.c238 printf("dtime: %s", ctime(&sp->shm_dtime)); in print_shmid_ds()
/freebsd/usr.bin/ipcs/
H A Dipcs.c421 cvt_time(kshmptr->u.shm_dtime, dtime_buf); in print_kshmptr()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_sysv.c731 printf("dtime: %s", ctime(&sp->shm_dtime)); in print_shmid_ds()
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c2210 (intmax_t)shmids[id].u.shm_dtime, in linprocfs_dosysvipc_shm()