source: rtems/doc/user/dirstat.texi @ 106942b

Last change on this file since 106942b was 6449498, checked in by Joel Sherrill <joel.sherrill@…>, on 01/17/02 at 21:47:47

2001-01-17 Joel Sherrill <joel@…>

  • SUPPORT, LICENSE: New files.
  • Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
  • Property mode set to 100644
File size: 2.1 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-2002.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@ifinfo
10@node Directive Status Codes, Example Application, Multiprocessing Manager MULTIPROCESSING_ANNOUNCE - Announce the arrival of a packet, Top
11@end ifinfo
12@chapter Directive Status Codes
13@table @b
14@item @code{@value{RPREFIX}SUCCESSFUL} - successful completion
15@item @code{@value{RPREFIX}TASK_EXITTED} - returned from a task
16@item @code{@value{RPREFIX}MP_NOT_CONFIGURED} - multiprocessing not configured
17@item @code{@value{RPREFIX}INVALID_NAME} - invalid object name
18@item @code{@value{RPREFIX}INVALID_ID} - invalid object id
19@item @code{@value{RPREFIX}TOO_MANY} - too many
20@item @code{@value{RPREFIX}TIMEOUT} - timed out waiting
21@item @code{@value{RPREFIX}OBJECT_WAS_DELETED} - object was deleted while waiting
22@item @code{@value{RPREFIX}INVALID_SIZE} - invalid specified size
23@item @code{@value{RPREFIX}INVALID_ADDRESS} - invalid address specified
24@item @code{@value{RPREFIX}INVALID_NUMBER} - number was invalid
25@item @code{@value{RPREFIX}NOT_DEFINED} - item not initialized
26@item @code{@value{RPREFIX}RESOURCE_IN_USE} - resources outstanding
27@item @code{@value{RPREFIX}UNSATISFIED} - request not satisfied
28@item @code{@value{RPREFIX}INCORRECT_STATE} - task is in wrong state
29@item @code{@value{RPREFIX}ALREADY_SUSPENDED} - task already in state
30@item @code{@value{RPREFIX}ILLEGAL_ON_SELF} - illegal for calling task
31@item @code{@value{RPREFIX}ILLEGAL_ON_REMOTE_OBJECT} - illegal for remote object
32@item @code{@value{RPREFIX}CALLED_FROM_ISR} - invalid environment
33@item @code{@value{RPREFIX}INVALID_PRIORITY} - invalid task priority
34@item @code{@value{RPREFIX}INVALID_CLOCK} - invalid time buffer
35@item @code{@value{RPREFIX}INVALID_NODE} - invalid node id
36@item @code{@value{RPREFIX}NOT_CONFIGURED} - directive not configured
37@item @code{@value{RPREFIX}NOT_OWNER_OF_RESOURCE} - not owner of resource
38@item @code{@value{RPREFIX}NOT_IMPLEMENTED} - directive not implemented
39@item @code{@value{RPREFIX}INTERNAL_ERROR} - RTEMS inconsistency detected
40@item @code{@value{RPREFIX}NO_MEMORY} - could not get enough memory
41@end table
42
Note: See TracBrowser for help on using the repository browser.