summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/confspace.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-03 18:30:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-03 18:30:21 +0000
commit832e33c5ec020e2e24e85f8945ed0ab21fb2ff52 (patch)
tree49bcf2be23d30b0df21327c8a36ed358c34797ba /doc/new_chapters/confspace.t
parentUnder allcoated task stacks. (diff)
downloadrtems-832e33c5ec020e2e24e85f8945ed0ab21fb2ff52.tar.bz2
Added many new chapters
Diffstat (limited to 'doc/new_chapters/confspace.t')
-rw-r--r--doc/new_chapters/confspace.t295
1 files changed, 295 insertions, 0 deletions
diff --git a/doc/new_chapters/confspace.t b/doc/new_chapters/confspace.t
new file mode 100644
index 0000000000..51261411f0
--- /dev/null
+++ b/doc/new_chapters/confspace.t
@@ -0,0 +1,295 @@
+@c
+@c COPYRIGHT (c) 1988-1998.
+@c On-Line Applications Research Corporation (OAR).
+@c All rights reserved.
+@c
+@c $Id$
+@c
+
+@chapter Configuration Space Manager
+
+@section Introduction
+
+The
+configuration space manager is ...
+
+The directives provided by the configuration space manager are:
+
+@itemize @bullet
+@item @code{cfg_mount} -
+@item @code{cfg_unmount} -
+@item @code{cfg_mknod} -
+@item @code{cfg_get} -
+@item @code{cfg_set} -
+@item @code{cfg_link} -
+@item @code{cfg_unlink} -
+@item @code{cfg_open} -
+@item @code{cfg_read} -
+@item @code{cfg_children} -
+@item @code{cfg_mark} -
+@item @code{cfg_close} -
+@end itemize
+
+@section Background
+
+@section Operations
+
+@section Directives
+
+This section details the configuration space manager's directives.
+A subsection is dedicated to each of this manager's directives
+and describes the calling sequence, related constants, usage,
+and status codes.
+
+@page
+@subsection cfg_mount - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cfg_mount(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection cfg_unmount - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cfg_unmount(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection cfg_mknod - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cfg_mknod(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection cfg_get - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cfg_get(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection cfg_set - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cfg_set(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection cfg_link - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cfg_link(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection cfg_unlink - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cfg_unlink(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection cfg_open - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cfg_open(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection cfg_read - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cfg_read(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection cfg_children - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cfg_children(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection cfg_mark - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cfg_mark(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+
+@page
+@subsection cfg_close - XXX
+
+@subheading CALLING SEQUENCE:
+
+@ifset is-C
+@example
+int cfg_close(
+);
+@end example
+@end ifset
+
+@ifset is-Ada
+@end ifset
+
+@subheading STATUS CODES:
+
+@subheading DESCRIPTION:
+
+@subheading NOTES:
+