54 #include <rtems/test.h> 83 T_TEST_CASE( RtemsPartValIdent )
90 ClassicObjectIdentName,
97 T_assert_rsc_success( sc );
101 ClassicPartIdentAction
uint32_t rtems_name
This type is used to represent a Classic API object name.
#define RTEMS_DEFAULT_ATTRIBUTES
This is the default value for an attribute set.
rtems_status_code rtems_partition_create(rtems_name name, void *starting_address, uintptr_t length, size_t buffer_size, rtems_attribute attribute_set, rtems_id *id)
Creates a partition.
rtems_status_code rtems_partition_delete(rtems_id id)
Deletes the specified partition.
void RtemsReqIdent_Run(rtems_id id_local_object, rtems_status_code(*action)(rtems_name, uint32_t, rtems_id *))
Runs the parameterized test case.
rtems_status_code
This enumeration provides status codes for directives of the Classic API.
Objects_Id rtems_id
Values of this type identify an RTEMS object.
rtems_status_code rtems_partition_ident(rtems_name name, uint32_t node, rtems_id *id)
Identifies a partition object by the specified object name.