Searched refs:msqbuf32 (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | sysv_msg.c | 1707 struct msqid_ds32_old msqbuf32; in freebsd7_freebsd32_msgctl() local 1711 error = copyin(uap->buf, &msqbuf32, sizeof(msqbuf32)); in freebsd7_freebsd32_msgctl() 1718 CP(msqbuf32, msqbuf, msg_qnum); in freebsd7_freebsd32_msgctl() 1720 CP(msqbuf32, msqbuf, msg_lspid); in freebsd7_freebsd32_msgctl() 1721 CP(msqbuf32, msqbuf, msg_lrpid); in freebsd7_freebsd32_msgctl() 1730 bzero(&msqbuf32, sizeof(msqbuf32)); in freebsd7_freebsd32_msgctl() 1735 CP(msqbuf, msqbuf32, msg_qnum); in freebsd7_freebsd32_msgctl() 1752 struct msqid_ds32 msqbuf32; in freebsd32_msgctl() local 1756 error = copyin(uap->buf, &msqbuf32, sizeof(msqbuf32)); in freebsd32_msgctl() 1763 CP(msqbuf32, msqbuf, msg_qnum); in freebsd32_msgctl() [all …]
|