Searched refs:msg_ctime (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/sys/ |
H A D | msg.h | 77 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 D | linux_ipc.c | 161 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 D | linux_ipc64.h | 78 l_time_t msg_ctime; /* last change time */ member
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_ipc.h | 78 time32_t msg_ctime; member 165 time32_t msg_ctime; member
|
/freebsd/sys/kern/ |
H A D | sysv_msg.c | 601 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 D | msgtest.c | 275 printf("ctime: %s", ctime(&mp->msg_ctime)); in print_msqid_ds()
|
/freebsd/contrib/netbsd-tests/lib/libc/sys/ |
H A D | t_msgget.c | 181 if (llabs(t - msgds.msg_ctime) > 5) in ATF_TC_BODY()
|
/freebsd/usr.bin/ipcs/ |
H A D | ipcs.c | 342 cvt_time(kmsqptr->u.msg_ctime, ctime_buf); in print_kmsqptr()
|
/freebsd/contrib/netbsd-tests/kernel/ |
H A D | t_sysv.c | 327 printf("ctime: %s", ctime(&mp->msg_ctime)); in print_msqid_ds()
|
/freebsd/sys/compat/linprocfs/ |
H A D | linprocfs.c | 2128 (intmax_t)msqids[id].u.msg_ctime); in linprocfs_dosysvipc_msg()
|