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