Home
last modified time | relevance | path

Searched refs:msg_ctime (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/sys/sys/
H A Dmsg.h78 time_t msg_ctime; /* time of last msgctl() */ member
101 time_t msg_ctime; /* time of last msgctl() */ member
/freebsd-12.1/sys/compat/linux/
H A Dlinux_ipc.c165 l_time_t msg_ctime; /* last change time */ member
260 bsp->msg_ctime = lsp->msg_ctime; in linux_to_bsd_msqid_ds()
275 lsp->msg_ctime = bsp->msg_ctime; in bsd_to_linux_msqid_ds()
343 linux_msqid.msg_ctime = linux_msqid64->msg_ctime; in linux_msqid_pushdown()
365 linux_msqid.msg_ctime != linux_msqid64->msg_ctime) in linux_msqid_pushdown()
H A Dlinux_ipc64.h80 l_time_t msg_ctime; /* last change time */ member
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h81 int32_t msg_ctime; member
168 int32_t msg_ctime; member
/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_ipc.c85 ibp->msg_ctime = bp->msg_ctime;
102 bp->msg_ctime = ibp->msg_ctime;
H A Dibcs2_ipc.h57 ibcs2_time_t msg_ctime; member
/freebsd-12.1/sys/kern/
H A Dsysv_msg.c607 msqkptr->u.msg_ctime = time_second; in kern_msgctl()
737 msqkptr->u.msg_ctime = time_second; in sys_msgget()
1451 CP(tmsqk, tmsqk32, u.msg_ctime); in sysctl_msqids()
1720 CP(msqbuf32, msqbuf, msg_ctime); in freebsd7_freebsd32_msgctl()
1737 CP(msqbuf, msqbuf32, msg_ctime); in freebsd7_freebsd32_msgctl()
1765 CP(msqbuf32, msqbuf, msg_ctime); in freebsd32_msgctl()
1781 CP(msqbuf, msqbuf32, msg_ctime); in freebsd32_msgctl()
1890 CP(msqold, msqbuf, msg_ctime); in freebsd7_msgctl()
1907 CP(msqbuf, msqold, msg_ctime); in freebsd7_msgctl()
/freebsd-12.1/tools/regression/sysvmsg/
H A Dmsgtest.c276 printf("ctime: %s", ctime(&mp->msg_ctime)); in print_msqid_ds()
/freebsd-12.1/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgget.c181 if (llabs(t - msgds.msg_ctime) > 5) in ATF_TC_BODY()
/freebsd-12.1/usr.bin/ipcs/
H A Dipcs.c345 cvt_time(kmsqptr->u.msg_ctime, ctime_buf); in print_kmsqptr()
/freebsd-12.1/contrib/netbsd-tests/kernel/
H A Dt_sysv.c368 printf("ctime: %s", ctime(&mp->msg_ctime)); in print_msqid_ds()