rtems_status_code rtems_extension_ident( rtems_name name, rtems_id *id );
RTEMS_SUCCESSFUL
- extension set identified successfully
RTEMS_INVALID_NAME
- extension set name not found
This directive obtains the extension set id associated with the extension set name to be acquired. If the extension set name is not unique, then the extension set id will match one of the extension sets with that name. However, this extension set id is not guaranteed to correspond to the desired extension set. The extension set id is used to access this extension set in other extension set related directives.
This directive will not cause the running task to be preempted.
Copyright © 1988-2008 OAR Corporation