Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsysv_msg.c1874 struct msqid_ds_old msqold; in freebsd7_msgctl() local
1881 error = copyin(uap->buf, &msqold, sizeof(msqold)); in freebsd7_msgctl()
1888 CP(msqold, msqbuf, msg_qnum); in freebsd7_msgctl()
1890 CP(msqold, msqbuf, msg_lspid); in freebsd7_msgctl()
1891 CP(msqold, msqbuf, msg_lrpid); in freebsd7_msgctl()
1892 CP(msqold, msqbuf, msg_stime); in freebsd7_msgctl()
1893 CP(msqold, msqbuf, msg_rtime); in freebsd7_msgctl()
1894 CP(msqold, msqbuf, msg_ctime); in freebsd7_msgctl()
1900 bzero(&msqold, sizeof(msqold)); in freebsd7_msgctl()
1905 CP(msqbuf, msqold, msg_qnum); in freebsd7_msgctl()
[all …]