|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include "hal/cpu/core.h"#include "libk/serial.h"#include "sys/err_no.h"#include "vfs/vnode.h"#include <sys/fd.h>#include <sys/syscall.h>Go to the source code of this file.
Functions | |
| int | syscall_ioctl (int fd, uint32_t req, void *arg) |
| int syscall_ioctl | ( | int | fd, |
| uint32_t | req, | ||
| void * | arg ) |
Definition at line 8 of file ioctl.c.
References EBADF, ENOTTY, fdt, get_current_core_data(), LOG2_ERROR, and ops.
Referenced by syscall_dispatch().