RTEMS
status.c
Go to the documentation of this file.
1 
8 /* COPYRIGHT (c) 1989-2013.
9  * On-Line Applications Research Corporation (OAR).
10  *
11  * The license and distribution terms for this file may be
12  * found in the file LICENSE in this distribution or at
13  * http://www.rtems.org/license/LICENSE.
14  */
15 
16 #include <rtems/rtems/statusimpl.h>
17 
29 };
This status code indicates successful completion.
Definition: status.h:86
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
Definition: status.h:82
Classic Status Implementation.
This status code indicates that a specified node identifier was invalid.
Definition: status.h:200
This status code indicates that a specified address was invalid.
Definition: status.h:133
This status code indicates that an object identifier was invalid.
Definition: status.h:106
This status code indicates that an object name was invalid.
Definition: status.h:101
const rtems_status_code _Status_Object_name_errors_to_status[]
Status Object Name Errors to Status Array.
Definition: status.c:18