RTEMS Logo

RTEMS 4.7.3 On-Line Library


memfile_read() for Regular Files

PREV UP NEXT Bookshelf RTEMS Filesystem Design Guide

6.4.2.3: memfile_read() for Regular Files

Corresponding Structure Element:

memfile_read()

Arguments:

rtems_libio_t     *iop,
void              *buffer,
unsigned32         count

File:

memfile.c

Description:

This routine will determine the jnode that is associated with this file.

It will then call IMFS_memfile_read() with the jnode, file position index, buffer and transfer count as arguments.

IMFS_memfile_read() will do the following:


PREV UP NEXT Bookshelf RTEMS Filesystem Design Guide

Copyright © 1988-2004 OAR Corporation