|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include "hal/cpu/core.h"#include "libk/serial.h"#include "str.h"#include "vfs/vnode.h"#include <sys/err_no.h>#include <sys/fd.h>#include <sys/syscall.h>Go to the source code of this file.
Functions | |
| long | syscall_writev (int fd, const struct iovec *iov, int iovcnt) |
| long syscall_writev | ( | int | fd, |
| const struct iovec * | iov, | ||
| int | iovcnt ) |
Definition at line 9 of file writev.c.
References EBADF, EINVAL, ENOTTY, fdt, get_current_core_data(), iovec::iov_base, iovec::iov_len, kalloc(), LOG2_ERROR, memcopy(), ops, and serial2_printf().
Referenced by syscall_dispatch().