Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmsg.h77 time_t msg_ctime; /* time of last msgctl() */ member
100 time_t msg_ctime; /* time of last msgctl() */ member
/freebsd/sys/compat/linux/
H A Dlinux_ipc.c161 l_time_t msg_ctime; /* last change time */ member
256 bsp->msg_ctime = lsp->msg_ctime; in linux_to_bsd_msqid_ds()
271 lsp->msg_ctime = bsp->msg_ctime; in bsd_to_linux_msqid_ds()
336 linux_msqid.msg_ctime = linux_msqid64->msg_ctime; in linux_msqid_pushdown()
358 linux_msqid.msg_ctime != linux_msqid64->msg_ctime) in linux_msqid_pushdown()
H A Dlinux_ipc64.h78 l_time_t msg_ctime; /* last change time */ member
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_ipc.h78 time32_t msg_ctime; member
165 time32_t msg_ctime; member
/freebsd/sys/kern/
H A Dsysv_msg.c601 msqkptr->u.msg_ctime = time_second; in kern_msgctl()
738 msqkptr->u.msg_ctime = time_second; in sys_msgget()
1452 CP(tmsqk, tmsqk32, u.msg_ctime); in sysctl_msqids()
1755 CP(msqbuf32, msqbuf, msg_ctime); in freebsd7_freebsd32_msgctl()
1772 CP(msqbuf, msqbuf32, msg_ctime); in freebsd7_freebsd32_msgctl()
1800 CP(msqbuf32, msqbuf, msg_ctime); in freebsd32_msgctl()
1816 CP(msqbuf, msqbuf32, msg_ctime); in freebsd32_msgctl()
1925 CP(msqold, msqbuf, msg_ctime); in freebsd7_msgctl()
1942 CP(msqbuf, msqold, msg_ctime); in freebsd7_msgctl()
/freebsd/tools/regression/sysvmsg/
H A Dmsgtest.c275 printf("ctime: %s", ctime(&mp->msg_ctime)); in print_msqid_ds()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgget.c181 if (llabs(t - msgds.msg_ctime) > 5) in ATF_TC_BODY()
/freebsd/usr.bin/ipcs/
H A Dipcs.c342 cvt_time(kmsqptr->u.msg_ctime, ctime_buf); in print_kmsqptr()
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_sysv.c327 printf("ctime: %s", ctime(&mp->msg_ctime)); in print_msqid_ds()
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c2128 (intmax_t)msqids[id].u.msg_ctime); in linprocfs_dosysvipc_msg()