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

4.115
Last change on this file since abdeac2a was abdeac2a, checked in by Joel Sherrill <joel.sherrill@…>, on 12/06/11 at 15:12:48

2011-12-06 Joel Sherrill <joel.sherrill@…>

PR 1793/doc

  • .cvsignore, Makefile.am, README, configure.ac, index.html.in, main.am, project.am, ada_user/.cvsignore, ada_user/ada_user.texi, ada_user/example.texi, bsp_howto/.cvsignore, bsp_howto/bsp_howto.texi, cpu_supplement/.cvsignore, cpu_supplement/cpu_supplement.texi, cpu_supplement/preface.texi, develenv/.cvsignore, develenv/develenv.texi, develenv/intro.texi, filesystem/.cvsignore, filesystem/filesystem.texi, filesystem/preface.texi, networking/.cvsignore, networking/networking.texi, networking/preface.texi, porting/.cvsignore, porting/porting.texi, porting/preface.texi, posix1003.1/.cvsignore, posix1003.1/posix1003_1.texi, posix_users/.cvsignore, posix_users/posix_users.texi, posix_users/preface.texi, shell/.cvsignore, shell/preface.texi, shell/shell.texi, started/.cvsignore, started/started.texi, user/.cvsignore, user/c_user.texi, user/dirstat.texi, user/example.texi, user/glossary.texi, user/preface.texi: Convert from texi2www to texi2html.
  • texi2html_init.in: New file.
  • rtems_footer.html.in, rtems_header.html.in: Removed.
  • Property mode set to 100644
File size: 2.0 KB
Line 
1@c
2@c  COPYRIGHT (c) 1989-2011.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@node Directive Status Codes, Example Application, Chains Prepend a Node, Top
10@chapter Directive Status Codes
11@table @b
12@item @code{@value{RPREFIX}SUCCESSFUL} - successful completion
13@item @code{@value{RPREFIX}TASK_EXITTED} - returned from a task
14@item @code{@value{RPREFIX}MP_NOT_CONFIGURED} - multiprocessing not configured
15@item @code{@value{RPREFIX}INVALID_NAME} - invalid object name
16@item @code{@value{RPREFIX}INVALID_ID} - invalid object id
17@item @code{@value{RPREFIX}TOO_MANY} - too many
18@item @code{@value{RPREFIX}TIMEOUT} - timed out waiting
19@item @code{@value{RPREFIX}OBJECT_WAS_DELETED} - object was deleted while waiting
20@item @code{@value{RPREFIX}INVALID_SIZE} - invalid specified size
21@item @code{@value{RPREFIX}INVALID_ADDRESS} - invalid address specified
22@item @code{@value{RPREFIX}INVALID_NUMBER} - number was invalid
23@item @code{@value{RPREFIX}NOT_DEFINED} - item not initialized
24@item @code{@value{RPREFIX}RESOURCE_IN_USE} - resources outstanding
25@item @code{@value{RPREFIX}UNSATISFIED} - request not satisfied
26@item @code{@value{RPREFIX}INCORRECT_STATE} - task is in wrong state
27@item @code{@value{RPREFIX}ALREADY_SUSPENDED} - task already in state
28@item @code{@value{RPREFIX}ILLEGAL_ON_SELF} - illegal for calling task
29@item @code{@value{RPREFIX}ILLEGAL_ON_REMOTE_OBJECT} - illegal for remote object
30@item @code{@value{RPREFIX}CALLED_FROM_ISR} - invalid environment
31@item @code{@value{RPREFIX}INVALID_PRIORITY} - invalid task priority
32@item @code{@value{RPREFIX}INVALID_CLOCK} - invalid time buffer
33@item @code{@value{RPREFIX}INVALID_NODE} - invalid node id
34@item @code{@value{RPREFIX}NOT_CONFIGURED} - directive not configured
35@item @code{@value{RPREFIX}NOT_OWNER_OF_RESOURCE} - not owner of resource
36@item @code{@value{RPREFIX}NOT_IMPLEMENTED} - directive not implemented
37@item @code{@value{RPREFIX}INTERNAL_ERROR} - RTEMS inconsistency detected
38@item @code{@value{RPREFIX}NO_MEMORY} - could not get enough memory
39@end table
40
Note: See TracBrowser for help on using the repository browser.