/src/sys/compat/netbsd32/ |
netbsd32_socket.c | 267 struct netbsd32_mmsghdr mmsg32, *mmsg32p = SCARG_P32(uap, mmsg); local in function:netbsd32_recvmmsg 268 struct netbsd32_msghdr *msg32 = &mmsg32.msg_hdr; 311 error = copyin(mmsg32p + dg, &mmsg32, sizeof(mmsg32)); 338 mmsg32.msg_len = *retval; 340 error = copyout(&mmsg32, mmsg32p + dg, sizeof(mmsg32)); 566 struct netbsd32_mmsghdr mmsg32, *mmsg32p = SCARG_P32(uap, mmsg); local in function:netbsd32_sendmmsg 567 struct netbsd32_msghdr *msg32 = &mmsg32.msg_hdr; 586 error = copyin(mmsg32p + dg, &mmsg32, sizeof(mmsg32)) [all...] |
netbsd32_socket.c | 267 struct netbsd32_mmsghdr mmsg32, *mmsg32p = SCARG_P32(uap, mmsg); local in function:netbsd32_recvmmsg 268 struct netbsd32_msghdr *msg32 = &mmsg32.msg_hdr; 311 error = copyin(mmsg32p + dg, &mmsg32, sizeof(mmsg32)); 338 mmsg32.msg_len = *retval; 340 error = copyout(&mmsg32, mmsg32p + dg, sizeof(mmsg32)); 566 struct netbsd32_mmsghdr mmsg32, *mmsg32p = SCARG_P32(uap, mmsg); local in function:netbsd32_sendmmsg 567 struct netbsd32_msghdr *msg32 = &mmsg32.msg_hdr; 586 error = copyin(mmsg32p + dg, &mmsg32, sizeof(mmsg32)) [all...] |