Searched refs:msg_stime (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | msg.h | 74 time_t msg_stime; /* time of last msgsnd() */ member 99 time_t msg_stime; /* time of last msgsnd() */ member
|
| /f-stack/freebsd/kern/ |
| H A D | sysv_msg.c | 739 msqkptr->u.msg_stime = 0; in sys_msgget() 1092 msqkptr->u.msg_stime = time_second; in kern_msgsnd() 1453 CP(tmsqk, tmsqk32, u.msg_stime); in sysctl_msqids() 1722 CP(msqbuf32, msqbuf, msg_stime); in freebsd7_freebsd32_msgctl() 1739 CP(msqbuf, msqbuf32, msg_stime); in freebsd7_freebsd32_msgctl() 1767 CP(msqbuf32, msqbuf, msg_stime); in freebsd32_msgctl() 1783 CP(msqbuf, msqbuf32, msg_stime); in freebsd32_msgctl() 1892 CP(msqold, msqbuf, msg_stime); in freebsd7_msgctl() 1909 CP(msqbuf, msqold, msg_stime); in freebsd7_msgctl()
|