nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
open.c File Reference
#include <slibc.h>
#include <stdint.h>
#include <sys/types.h>
#include <stdio.h>
#include <errno.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdlib.h>
#include <fcntl.h>
#include <stropts.h>
#include <pthread.h>
#include <string.h>
#include <unistd.h>
#include <object.h>
#include <list.h>
#include <vfs.h>
#include <thread.h>
#include <debug.h>
Include dependency graph for open.c:

Go to the source code of this file.

Functions

int close (int fd)
 
int ioctl (int fd, int request,...)
 IO Control. More...
 
off_t lseek (int fd, off_t offset, int whence)
 
int open (const char *path, int mode,...)
 
ssize_t read (int fd, void *buf, size_t size)
 
ssize_t write (int fd, const void *buf, size_t size)