PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
ctl.c File Reference
#include <kernel/fs/ctl.h>
#include <kernel/mem/pmm.h>
#include <kernel/sched/thread.h>
#include <errno.h>
#include <sys/argsplit.h>
Include dependency graph for ctl.c:

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)
 

Function Documentation

◆ ctl_dispatch_one()

uint64_t ctl_dispatch_one ( ctl_t ctls,
file_t file,
uint64_t  argc,
const char **  argv 
)

Definition at line 9 of file ctl.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ctl_dispatch()

uint64_t ctl_dispatch ( ctl_t ctls,
file_t file,
const void *  buffer,
uint64_t  count 
)

Definition at line 42 of file ctl.c.

Here is the call graph for this function: