Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Functions
seek.c File Reference
#include <stddef.h>
#include <device.h>

Functions

devcall seek (int descrp, uint pos)
 

Function Documentation

devcall seek ( int  descrp,
uint  pos 
)

XXX: This function apparently isn't used anywhere currently.

position a device (very common special case of control)

Parameters
descrpdefinition of device on which to seek
posrequested position to seek
Returns
function to seek on device on success, SYSERR on failure