File nut/fs/uromfs.c

References Functions: UromClose() nut/fs/uromfs.c
  UromIOCtl() nut/fs/uromfs.c
  UromOpen() nut/fs/uromfs.c
  UromRead() nut/fs/uromfs.c
  UromSize() nut/fs/uromfs.c
  UromWrite() nut/fs/uromfs.c
  UromWrite_P() nut/fs/uromfs.c

Included Files


Global Variable devUrom

NUTDEVICE devUrom
Visible in:   nut/fs/uromfs.c

Global Function UromIOCtl()

int UromIOCtl ( NUTDEVICE* dev, int req, void* conf )
Calls: UromSeek() nut/fs/uromfs.c
Used in:   nut/fs/uromfs.c

Local Function UromClose()

static int UromClose ( NUTFILE* fp )
Calls: NutHeapFree() nut/os/heap.c
Used in:   nut/fs/uromfs.c

Local Function UromOpen()

static NUTFILE* UromOpen ( NUTDEVICE* dev, const char* name, int mode, int acc )
Calls: NutHeapAlloc() nut/os/heap.c
  NutHeapAllocClear() nut/os/heap.c
  NutHeapFree() nut/os/heap.c
  strcmp_P()
Used in:   nut/fs/uromfs.c

Local Function UromRead()

static int UromRead ( NUTFILE* fp, void* buffer, int size )
Calls: memcpy_P()
Used in:   nut/fs/uromfs.c

Local Function UromSeek()

static int UromSeek ( NUTFILE* fp, long* pos, int whence )
Called by: UromIOCtl() nut/fs/uromfs.c

Local Function UromSize()

static long UromSize ( NUTFILE* fp )
Used in:   nut/fs/uromfs.c

Local Function UromWrite()

static int UromWrite ( NUTFILE* fp, const void* buffer, int len )
Used in:   nut/fs/uromfs.c

Local Function UromWrite_P()

static int UromWrite_P ( NUTFILE* fp, const prog_char* buffer, int len )
Used in:   nut/fs/uromfs.c