Last change
on this file since 77c4089 was
a97ee41,
checked in by cvs2git <rtems-devel@…>, on Aug 6, 2003 at 7:20:53 PM
|
This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'.
Cherrypick from master 2003-08-06 19:20:52 UTC Jennifer Averett <Jennifer.Averett@…> '2003-08-06 Thomas Doerfler<Thomas.Doerfler@…>':
c/src/tests/samples/fileio/Makefile.am
c/src/tests/samples/fileio/fileio.doc
c/src/tests/samples/fileio/init.c
c/src/tests/samples/fileio/system.h
cpukit/libmisc/fsmount/Makefile.am
cpukit/libmisc/fsmount/README
cpukit/libmisc/fsmount/fsmount.c
cpukit/libmisc/fsmount/fsmount.h
Cherrypick from master 2003-06-18 15:15:48 UTC Ralf Corsepius <ralf.corsepius@…> '2003-06-18 Ralf Corsepius <corsepiu@…>':
bootstrap
config.sub
|
-
Property mode set to
100644
|
File size:
763 bytes
|
Line | |
---|
1 | # |
---|
2 | # |
---|
3 | # fsmount information |
---|
4 | # |
---|
5 | # Author: Thomas Doerfler 02/07/2003 |
---|
6 | # |
---|
7 | # README,v 1.1 1999/07/09 17:23:15 joel Exp |
---|
8 | # |
---|
9 | |
---|
10 | fsmount.c contains the function fsmount. It processes the |
---|
11 | fs table given as an parameter to create the listed mount points |
---|
12 | and mount the corresponding file systems to their mount points. |
---|
13 | See "c/src/tests/samples/fileio" for a sample on how to use this |
---|
14 | function. |
---|
15 | |
---|
16 | The field "report_reasons" specifies, what results of the mount point |
---|
17 | creation/mount operations should print to the console. |
---|
18 | |
---|
19 | The field "abort_reasons" specifies, what results of the mount point |
---|
20 | creation/mount operations should abort the function. Do not set the |
---|
21 | "abort_reasons" bit, unless you want to stop the processing of the |
---|
22 | fsmount table after the first successful mount. |
---|
23 | |
---|
24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.