Desktop/xinu_mips-1.0.2.tar/xinu_mips-1.0.2/system/write.c File Reference

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

Include dependency graph for write.c:

Go to the source code of this file.

Functions

devcall write (ushort descrp, void *buffer, long count)


Detailed Description

write

Id
write.c 226 2007-07-12 01:18:27Z mschul

Definition in file write.c.


Function Documentation

devcall write ( ushort  descrp,
void *  buffer,
long  count 
)

write - write 1 or more bytes to a device

Parameters:
descrp definition of device on which to write
*buffer pointer to data to be written
count length of data to be written
Returns:
function to write data on success, SYSERR on failure

Definition at line 19 of file write.c.

References devtab, isbaddev, SYSERR, and dentry::write.


Generated on Thu Oct 9 22:35:15 2008 for xinu by  doxygen 1.5.5