mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-28 05:02:23 +08:00
Regenerated to include more information in the stub. Now they have
the descriptive titles.
This commit is contained in:
+15
-15
@@ -16,20 +16,20 @@ fixed block manager is ...
|
||||
The services provided by the fixed block manager are:
|
||||
|
||||
@itemize @bullet
|
||||
@item @code{cre_mpf} -
|
||||
@item @code{del_mpf} -
|
||||
@item @code{get_blf} -
|
||||
@item @code{pget_blf} -
|
||||
@item @code{tget_blf} -
|
||||
@item @code{rel_blf} -
|
||||
@item @code{ref_mpf} -
|
||||
@item @code{cre_mpf} - Create Fixed-Size Memorypool
|
||||
@item @code{del_mpf} - Delete Fixed-Size Memorypool
|
||||
@item @code{get_blf} - Get Fixed-Size Memory Block␍ Poll and Get Fixed-Size Memory Block␍ Get Fixed-Size Memory Block with Timeout
|
||||
@item @code{pget_blf} - Poll and Get Fixed-Size Memory Block
|
||||
@item @code{tget_blf} - Get Fixed-Size Memory Block with Timeout
|
||||
@item @code{rel_blf} - Release Fixed-Size Memory Block
|
||||
@item @code{ref_mpf} - Reference Fixed-Size Memorypool Status
|
||||
@end itemize
|
||||
|
||||
@section Background
|
||||
|
||||
@section Operations
|
||||
|
||||
@section Directives
|
||||
@section System Calls
|
||||
|
||||
This section details the fixed block manager's services.
|
||||
A subsection is dedicated to each of this manager's services
|
||||
@@ -42,7 +42,7 @@ and status codes.
|
||||
@c
|
||||
|
||||
@page
|
||||
@subsection cre_mpf -
|
||||
@subsection cre_mpf - Create Fixed-Size Memorypool
|
||||
|
||||
@subheading CALLING SEQUENCE:
|
||||
|
||||
@@ -70,7 +70,7 @@ int cre_mpf(
|
||||
@c
|
||||
|
||||
@page
|
||||
@subsection del_mpf -
|
||||
@subsection del_mpf - Delete Fixed-Size Memorypool
|
||||
|
||||
@subheading CALLING SEQUENCE:
|
||||
|
||||
@@ -98,7 +98,7 @@ int del_mpf(
|
||||
@c
|
||||
|
||||
@page
|
||||
@subsection get_blf -
|
||||
@subsection get_blf - Get Fixed-Size Memory Block␍ Poll and Get Fixed-Size Memory Block␍ Get Fixed-Size Memory Block with Timeout
|
||||
|
||||
@subheading CALLING SEQUENCE:
|
||||
|
||||
@@ -126,7 +126,7 @@ int get_blf(
|
||||
@c
|
||||
|
||||
@page
|
||||
@subsection pget_blf -
|
||||
@subsection pget_blf - Poll and Get Fixed-Size Memory Block
|
||||
|
||||
@subheading CALLING SEQUENCE:
|
||||
|
||||
@@ -154,7 +154,7 @@ int pget_blf(
|
||||
@c
|
||||
|
||||
@page
|
||||
@subsection tget_blf -
|
||||
@subsection tget_blf - Get Fixed-Size Memory Block with Timeout
|
||||
|
||||
@subheading CALLING SEQUENCE:
|
||||
|
||||
@@ -182,7 +182,7 @@ int tget_blf(
|
||||
@c
|
||||
|
||||
@page
|
||||
@subsection rel_blf -
|
||||
@subsection rel_blf - Release Fixed-Size Memory Block
|
||||
|
||||
@subheading CALLING SEQUENCE:
|
||||
|
||||
@@ -210,7 +210,7 @@ int rel_blf(
|
||||
@c
|
||||
|
||||
@page
|
||||
@subsection ref_mpf -
|
||||
@subsection ref_mpf - Reference Fixed-Size Memorypool Status
|
||||
|
||||
@subheading CALLING SEQUENCE:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user