open.c File Reference

Implements the functions: open. More...

#include <stddef.h>
#include <device.h>
#include <stdarg.h>

Include dependency graph for open.c:

Go to the source code of this file.

Functions

devcall open (int descrp,...)
 open - open a connection to a device/file (params 2 & 3 are optional)


Detailed Description

Implements the functions: open.

Id
open.c 1447 2008-08-12 19:23:34Z mschul

Definition in file open.c.


Function Documentation

devcall open ( int  descrp,
  ... 
)

open - open a connection to a device/file (params 2 & 3 are optional)

Parameters:
descrp definition of device to open
Returns:
function to open device on success, SYSERR on failure

Definition at line 18 of file open.c.

References isbaddev, and SYSERR.

Referenced by etherStart(), and nulluser().

Here is the caller graph for this function:


Generated on Wed Aug 27 06:08:58 2008 for Embedded XINU by  doxygen 1.5.5