Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
open.c File Reference
#include "console/console.h"
#include "hal/cpu/core.h"
#include "vfs/dentry.h"
#include <sys/syscall.h>

Go to the source code of this file.

Functions

int syscall_open (const char *path, int flags, int mode)
 

Function Documentation

◆ syscall_open()

int syscall_open ( const char * path,
int flags,
int mode )

Definition at line 6 of file open.c.

References flags, mode, and path.

Referenced by syscall_dispatch().