source: rtems/doc/user/dirstat.texi @ 9b4422a2

4.115
Last change on this file since 9b4422a2 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

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