#include <kernel.h>
#include <device.h>
Go to the source code of this file.
Functions | |
devcall | write (ushort descrp, void *buffer, long count) |
Definition in file write.c.
devcall write | ( | ushort | descrp, | |
void * | buffer, | |||
long | count | |||
) |
write - write 1 or more bytes to a device
descrp | definition of device on which to write | |
*buffer | pointer to data to be written | |
count | length of data to be written |
Definition at line 19 of file write.c.
References devtab, isbaddev, SYSERR, and dentry::write.