Files
rtems/doc/new_chapters/confspace.t
1998-08-03 18:30:21 +00:00

296 lines
3.6 KiB
Perl

@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: