|
PatchworkOS
|
Go to the source code of this file.
Functions | |
| const char * | aml_type_to_string (aml_type_t type) |
| Convert an aml data type to a string. | |
| const char * | aml_region_space_to_string (aml_region_space_t space) |
| Convert an aml RegionSpace to a string. | |
| const char * | aml_access_type_to_string (aml_access_type_t accessType) |
| Convert an aml AccessType to a string. | |
| const char * | aml_lock_rule_to_string (aml_lock_rule_t lockRule) |
| Convert an aml LockRule to a string. | |
| const char * | aml_update_rule_to_string (aml_update_rule_t updateRule) |
| Convert an aml UpdateRule to a string. | |
| const char * | aml_object_to_string (aml_object_t *object) |
| Convert an aml object to a string. | |
| const char * | aml_name_string_to_string (const aml_name_string_t *nameString) |
| Convert an aml NameString to a string. | |