source: rtems/doc/user/dirstat.texi @ ae68ff0

4.104.114.84.95
Last change on this file since ae68ff0 was ae68ff0, checked in by Joel Sherrill <joel.sherrill@…>, on 05/27/97 at 12:40:11

Initial revision

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