/src/sys/compat/netbsd32/ |
netbsd32_socket.c | 481 msg_send_copyin(struct lwp *l, const struct netbsd32_msghdr *msg32, function in typeref:typename:int 543 if ((error = msg_send_copyin(l, &msg32, &msg, aiov)) != 0) 589 if ((error = msg_send_copyin(l, msg32, msg, aiov)) != 0)
|
netbsd32_socket.c | 481 msg_send_copyin(struct lwp *l, const struct netbsd32_msghdr *msg32, function in typeref:typename:int 543 if ((error = msg_send_copyin(l, &msg32, &msg, aiov)) != 0) 589 if ((error = msg_send_copyin(l, msg32, msg, aiov)) != 0)
|