forked from Imagelibrary/rtems
+ Cleaned up lines that were too long.
+ Removed subheading File - This is not valid for the callback descriptions. + Filled in information on freenod
This commit is contained in:
@@ -221,15 +221,15 @@ allowed.
|
|||||||
@example
|
@example
|
||||||
struct rtems_libio_tt @{
|
struct rtems_libio_tt @{
|
||||||
rtems_driver_name_t *driver;
|
rtems_driver_name_t *driver;
|
||||||
off_t size; /* size of file */
|
off_t size;
|
||||||
off_t offset; /* current offset into file */
|
off_t offset;
|
||||||
unsigned32 flags;
|
unsigned32 flags;
|
||||||
rtems_filesystem_location_info_t pathinfo;
|
rtems_filesystem_location_info_t pathinfo;
|
||||||
Objects_Id sem;
|
Objects_Id sem;
|
||||||
unsigned32 data0; /* private to "driver" */
|
unsigned32 data0;
|
||||||
void data1; / . */
|
void data1;
|
||||||
void file_info; /used by file handlers/
|
void file_info;
|
||||||
rtems_filesystem_file_handlers_r handlers; /type specific handlers/
|
rtems_filesystem_file_handlers_r handlers;
|
||||||
@};
|
@};
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@@ -332,10 +332,6 @@ XXX
|
|||||||
|
|
||||||
XXX
|
XXX
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -356,10 +352,6 @@ XXX
|
|||||||
|
|
||||||
XXX
|
XXX
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -385,10 +377,6 @@ rtems_filesystem_location_info_t *parent_loc, /* IN */
|
|||||||
const char *token /* IN */
|
const char *token /* IN */
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
imfs_link.c
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
|
|
||||||
@@ -415,10 +403,6 @@ XXX
|
|||||||
|
|
||||||
XXX
|
XXX
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -441,10 +425,6 @@ node_type()
|
|||||||
rtems_filesystem_location_info_t *pathloc /* IN */
|
rtems_filesystem_location_info_t *pathloc /* IN */
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
imfs_ntype.c
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -469,10 +449,6 @@ dev_t dev, /* IN */
|
|||||||
rtems_filesystem_location_info_t *pathloc /* IN/OUT */
|
rtems_filesystem_location_info_t *pathloc /* IN/OUT */
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
mknod.c
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -492,10 +468,6 @@ XXX
|
|||||||
|
|
||||||
XXX
|
XXX
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -520,10 +492,6 @@ uid_t owner /* IN */
|
|||||||
gid_t group /* IN */
|
gid_t group /* IN */
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
imfs_chown.c
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -537,20 +505,22 @@ XXX
|
|||||||
|
|
||||||
@subheading Corresponding Structure Element:
|
@subheading Corresponding Structure Element:
|
||||||
|
|
||||||
XXX
|
freenod()
|
||||||
|
|
||||||
@subheading Arguments:
|
@subheading Arguments:
|
||||||
|
|
||||||
XXX
|
@example
|
||||||
|
rtems_filesystem_location_info_t *pathloc /* IN */
|
||||||
@subheading File:
|
@end example
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
This routine is used by the generic code to allow memory to be allocated
|
||||||
|
during the evaluate routines, and set free when the generic code is finished
|
||||||
|
accessing a node. If the evaluate routines allocate memory to identify
|
||||||
|
a node this routine should be utilized to free that memory.
|
||||||
|
|
||||||
|
This routine is not required and may be set to NULL.
|
||||||
|
|
||||||
@c
|
@c
|
||||||
@c
|
@c
|
||||||
@@ -569,10 +539,6 @@ mount()
|
|||||||
rtems_filesystem_mount_table_entry_t *mt_entry
|
rtems_filesystem_mount_table_entry_t *mt_entry
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
mount.c
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -594,10 +560,6 @@ XXX
|
|||||||
rtems_filesystem_mount_table_entry_t *mt_entry
|
rtems_filesystem_mount_table_entry_t *mt_entry
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
This function is provided with a filesystem to take care of the internal
|
This function is provided with a filesystem to take care of the internal
|
||||||
@@ -728,10 +690,6 @@ XXX
|
|||||||
|
|
||||||
XXX
|
XXX
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -754,10 +712,6 @@ imfs_fsunmount_me()
|
|||||||
rtems_filesystem_mount_table_entry_t *mt_entry
|
rtems_filesystem_mount_table_entry_t *mt_entry
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
imfs_fsunmount_me.c
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -778,10 +732,6 @@ XXX
|
|||||||
|
|
||||||
XXX
|
XXX
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -801,10 +751,6 @@ XXX
|
|||||||
|
|
||||||
XXX
|
XXX
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -824,10 +770,6 @@ XXX
|
|||||||
|
|
||||||
XXX
|
XXX
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -883,10 +825,6 @@ unsigned32 flag,
|
|||||||
unsigned32 mode
|
unsigned32 mode
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -908,10 +846,6 @@ close()
|
|||||||
rtems_libio_t *iop
|
rtems_libio_t *iop
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -941,10 +875,6 @@ void *buffer,
|
|||||||
unsigned32 count
|
unsigned32 count
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -968,10 +898,6 @@ XXX
|
|||||||
@subheading Arguments:
|
@subheading Arguments:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -1000,10 +926,6 @@ unsigned32 command,
|
|||||||
void *buffer
|
void *buffer
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -1032,10 +954,6 @@ off_t offset,
|
|||||||
int whence
|
int whence
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -1063,10 +981,6 @@ rtems_filesystem_location_info_t *loc,
|
|||||||
struct stat *buf
|
struct stat *buf
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
The following information is extracted from the filesystem
|
The following information is extracted from the filesystem
|
||||||
@@ -1115,10 +1029,6 @@ rtems_libio_t *iop
|
|||||||
mode_t mode
|
mode_t mode
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
imfs_fchmod.c
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -1142,10 +1052,6 @@ XXX
|
|||||||
@subheading Arguments:
|
@subheading Arguments:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -1164,10 +1070,6 @@ XXX
|
|||||||
|
|
||||||
XXX
|
XXX
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -1190,10 +1092,6 @@ XXX
|
|||||||
@subheading Arguments:
|
@subheading Arguments:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -1217,10 +1115,6 @@ XXX
|
|||||||
|
|
||||||
XXX
|
XXX
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
@@ -1244,10 +1138,6 @@ XXX
|
|||||||
|
|
||||||
XXX
|
XXX
|
||||||
|
|
||||||
@subheading File:
|
|
||||||
|
|
||||||
XXX
|
|
||||||
|
|
||||||
@subheading Description:
|
@subheading Description:
|
||||||
|
|
||||||
XXX
|
XXX
|
||||||
|
|||||||
Reference in New Issue
Block a user