#include <vararg.h>#include <kernel.h>#include <device.h>

Go to the source code of this file.
Functions | |
| devcall | open (ushort descrp,...) |
Definition in file open.c.
| devcall open | ( | ushort | descrp, | |
| ... | ||||
| ) |
open - open a connection to a device/file (params 2 & 3 are optional)
| descrp | definition of device to open |
Definition at line 18 of file open.c.
References devcall, devtab, isbaddev, dentry::open, SYSERR, va_end, and va_start.
Referenced by main(), and nulluser().
1.5.5