|
PatchworkOS
966e257
A non-POSIX operating system.
|
#include <kernel/fs/ctl.h>#include <kernel/mem/pmm.h>#include <kernel/sched/thread.h>#include <errno.h>#include <sys/argsplit.h>Go to the source code of this file.
Functions | |
| uint64_t | ctl_dispatch_one (ctl_t *ctls, file_t *file, uint64_t argc, const char **argv) |
| uint64_t | ctl_dispatch (ctl_t *ctls, file_t *file, const void *buffer, uint64_t count) |