#include <kernel.h>
#include <device.h>
Go to the source code of this file.
Functions | |
devcall | seek (ushort descrp, long pos) |
Definition in file seek.c.
devcall seek | ( | ushort | descrp, | |
long | pos | |||
) |
seek - position a device (very common special case of control)
descrp | definition of device on which to seek | |
pos | requested position to seek |
Definition at line 18 of file seek.c.
References devtab, isbaddev, dentry::seek, and SYSERR.