summaryrefslogtreecommitdiffstats
path: root/doc/user/part.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-05-06 19:21:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-05-06 19:21:50 +0000
commitf8892c9bdb2f4022bc52f39f2a1f4256b2832f11 (patch)
tree03f65cd51ed407ba4e2d6bcac593c343384ae6d9 /doc/user/part.t
parent2004-05-06 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-f8892c9bdb2f4022bc52f39f2a1f4256b2832f11.tar.bz2
2004-05-06 Joel Sherrill <joel@OARcorp.com>
PR 618/rtems * user/clock.t, user/dpmem.t, user/event.t, user/msg.t, user/part.t, user/region.t, user/sem.t, user/task.t, user/timer.t: Add NULL checks.
Diffstat (limited to 'doc/user/part.t')
-rw-r--r--doc/user/part.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/part.t b/doc/user/part.t
index 950c29c4f4..eef41e6308 100644
--- a/doc/user/part.t
+++ b/doc/user/part.t
@@ -173,6 +173,8 @@ procedure Partition_Create (
@code{@value{RPREFIX}INVALID_NAME} - invalid task name@*
@code{@value{RPREFIX}TOO_MANY} - too many partitions created@*
@code{@value{RPREFIX}INVALID_ADDRESS} - address not on four byte boundary@*
+@code{@value{RPREFIX}INVALID_ADDRESS} - @code{starting_address} is NULL@*
+@code{@value{RPREFIX}INVALID_ADDRESS} - @code{id} is NULL@*
@code{@value{RPREFIX}INVALID_SIZE} - length or buffer size is 0@*
@code{@value{RPREFIX}INVALID_SIZE} - length is less than the buffer size@*
@code{@value{RPREFIX}INVALID_SIZE} - buffer size not a multiple of 4@*
@@ -257,6 +259,7 @@ procedure Partition_Ident (
@subheading DIRECTIVE STATUS CODES:
@code{@value{RPREFIX}SUCCESSFUL} - partition identified successfully@*
+@code{@value{RPREFIX}INVALID_ADDRESS} - @code{id} is NULL@*
@code{@value{RPREFIX}INVALID_NAME} - partition name not found@*
@code{@value{RPREFIX}INVALID_NODE} - invalid node id
@@ -376,6 +379,7 @@ procedure Partition_Get_Buffer (
@subheading DIRECTIVE STATUS CODES:
@code{@value{RPREFIX}SUCCESSFUL} - buffer obtained successfully@*
+@code{@value{RPREFIX}INVALID_ADDRESS} - @code{buffer} is NULL@*
@code{@value{RPREFIX}INVALID_ID} - invalid partition id@*
@code{@value{RPREFIX}UNSATISFIED} - all buffers are allocated
@@ -430,6 +434,7 @@ procedure Partition_Return_Buffer (
@subheading DIRECTIVE STATUS CODES:
@code{@value{RPREFIX}SUCCESSFUL} - buffer returned successfully@*
+@code{@value{RPREFIX}INVALID_ADDRESS} - @code{buffer} is NULL@*
@code{@value{RPREFIX}INVALID_ID} - invalid partition id@*
@code{@value{RPREFIX}INVALID_ADDRESS} - buffer address not in partition