Calls _Objects_Name_to_id_u32() and converts the status.
- Parameters
-
| name | is the name of the object to find. |
| node | is the set of nodes to search. |
[out] | id | is the pointer to an object identifier variable or NULL. The object identifier will be stored in the referenced variable, if the operation was successful. |
| information | is the pointer to an object class information block. |
- Return values
-
RTEMS_SUCCESSFUL | The operations was successful. |
RTEMS_INVALID_ADDRESS | The id parameter was NULL. |
RTEMS_INVALID_NAME | No object exists with the specified name on the specified node set. |
Definition at line 43 of file rtemsnametoid.c.