omsqbuf 55 compat/common/kern_ipc_23.c struct msqid_ds23 omsqbuf; omsqbuf 60 compat/common/kern_ipc_23.c if ((error = copyin(uaddr, &omsqbuf, sizeof(omsqbuf))) == 0) omsqbuf 61 compat/common/kern_ipc_23.c cvt_ds(msqbuf, &omsqbuf, msg, msg_first); omsqbuf 72 compat/common/kern_ipc_23.c struct msqid_ds23 omsqbuf; omsqbuf 76 compat/common/kern_ipc_23.c cvt_ds(&omsqbuf, msqbuf, msg, msg_first); omsqbuf 77 compat/common/kern_ipc_23.c return (copyout(&omsqbuf, uaddr, sizeof(omsqbuf))); omsqbuf 107 compat/common/kern_ipc_35.c struct msqid_ds35 omsqbuf; omsqbuf 112 compat/common/kern_ipc_35.c if ((error = copyin(uaddr, &omsqbuf, sizeof(omsqbuf))) == 0) omsqbuf 113 compat/common/kern_ipc_35.c cvt_ds(msqbuf, &omsqbuf, msg, msg_first); omsqbuf 124 compat/common/kern_ipc_35.c struct msqid_ds35 omsqbuf; omsqbuf 128 compat/common/kern_ipc_35.c cvt_ds(&omsqbuf, msqbuf, msg, msg_first); omsqbuf 129 compat/common/kern_ipc_35.c return (copyout(&omsqbuf, uaddr, sizeof(omsqbuf)));