Searched refs:msg_ctime (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | msg.h | 78 time_t msg_ctime; /* time of last msgctl() */ member 101 time_t msg_ctime; /* time of last msgctl() */ member
|
| /f-stack/freebsd/kern/ |
| H A D | sysv_msg.c | 604 msqkptr->u.msg_ctime = time_second; in kern_msgctl() 741 msqkptr->u.msg_ctime = time_second; in sys_msgget() 1455 CP(tmsqk, tmsqk32, u.msg_ctime); in sysctl_msqids() 1724 CP(msqbuf32, msqbuf, msg_ctime); in freebsd7_freebsd32_msgctl() 1741 CP(msqbuf, msqbuf32, msg_ctime); in freebsd7_freebsd32_msgctl() 1769 CP(msqbuf32, msqbuf, msg_ctime); in freebsd32_msgctl() 1785 CP(msqbuf, msqbuf32, msg_ctime); in freebsd32_msgctl() 1894 CP(msqold, msqbuf, msg_ctime); in freebsd7_msgctl() 1911 CP(msqbuf, msqold, msg_ctime); in freebsd7_msgctl()
|