summaryrefslogtreecommitdiffstats
path: root/doc/user/dirstat.texi
blob: 8a998a28ce68101c877c8f26c44ecaebe1885c91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
@c
@c  COPYRIGHT (c) 1996.
@c  On-Line Applications Research Corporation (OAR).
@c  All rights reserved.
@c

@ifinfo
@node Directive Status Codes, Example Application, MULTIPROCESSING_ANNOUNCE - Announce the arrival of a packet, Top
@end ifinfo
@chapter Directive Status Codes
@table @b
@item @code{SUCCESSFUL} - successful completion
@item @code{TASK_EXITTED} - returned from a task
@item @code{MP_NOT_CONFIGURED} - multiprocessing not configured
@item @code{INVALID_NAME} - invalid object name
@item @code{INVALID_ID} - invalid object id
@item @code{TOO_MANY} - too many
@item @code{TIMEOUT} - timed out waiting
@item @code{OBJECT_WAS_DELETED} - object was deleted while waiting
@item @code{INVALID_SIZE} - invalid specified size
@item @code{INVALID_ADDRESS} - invalid address specified
@item @code{INVALID_NUMBER} - number was invalid
@item @code{NOT_DEFINED} - item not initialized
@item @code{RESOURCE_IN_USE} - resources outstanding
@item @code{UNSATISFIED} - request not satisfied
@item @code{INCORRECT_STATE} - task is in wrong state
@item @code{ALREADY_SUSPENDED} - task already in state
@item @code{ILLEGAL_ON_SELF} - illegal for calling task
@item @code{ILLEGAL_ON_REMOTE_OBJECT} - illegal for remote object
@item @code{CALLED_FROM_ISR} - invalid environment
@item @code{INVALID_PRIORITY} - invalid task priority
@item @code{INVALID_CLOCK} - invalid time buffer
@item @code{INVALID_NODE} - invalid node id
@item @code{NOT_CONFIGURED} - directive not configured
@item @code{NOT_OWNER_OF_RESOURCE} - not owner of resource
@item @code{NOT_IMPLEMENTED} - directive not implemented
@item @code{INTERNAL_ERROR} - RTEMS inconsistency detected
@item @code{NO_MEMORY} - could not get enough memory
@end table