PatchworkOS  2ca1c69
A non-POSIX operating system.
Loading...
Searching...
No Matches
String Conversion

String Conversion. More...

Collaboration diagram for String Conversion:

Detailed Description

String Conversion.

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.
 

Function Documentation

◆ aml_type_to_string()

const char * aml_type_to_string ( aml_type_t  type)

Convert an aml data type to a string.

Parameters
typeACPI AML data type.
Returns
String representation of the ACPI data type or "Unknown" if it is invalid.

Definition at line 5 of file to_string.c.

Here is the caller graph for this function:

◆ aml_region_space_to_string()

const char * aml_region_space_to_string ( aml_region_space_t  space)

Convert an aml RegionSpace to a string.

Parameters
spaceACPI AML RegionSpace.
Returns
String representation of the RegionSpace or "Unknown" if it is invalid.

Definition at line 60 of file to_string.c.

Here is the caller graph for this function:

◆ aml_access_type_to_string()

const char * aml_access_type_to_string ( aml_access_type_t  accessType)

Convert an aml AccessType to a string.

Parameters
accessTypeACPI AML AccessType.
Returns
String representation of the AccessType or "Unknown" if it is invalid.

Definition at line 95 of file to_string.c.

◆ aml_lock_rule_to_string()

const char * aml_lock_rule_to_string ( aml_lock_rule_t  lockRule)

Convert an aml LockRule to a string.

Parameters
lockRuleACPI AML LockRule.
Returns
String representation of the LockRule or "Unknown" if it is invalid.

Definition at line 116 of file to_string.c.

◆ aml_update_rule_to_string()

const char * aml_update_rule_to_string ( aml_update_rule_t  updateRule)

Convert an aml UpdateRule to a string.

Parameters
updateRuleACPI AML UpdateRule.
Returns
String representation of the UpdateRule or "Unknown" if it is invalid.

Definition at line 129 of file to_string.c.

◆ aml_object_to_string()

const char * aml_object_to_string ( aml_object_t object)

Convert an aml object to a string.

Parameters
objectACPI AML object.
Returns
String representation of the object or "Unknown" if it is invalid.

Definition at line 144 of file to_string.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ aml_name_string_to_string()

const char * aml_name_string_to_string ( const aml_name_string_t nameString)

Convert an aml NameString to a string.

Parameters
nameStringACPI AML NameString.
Returns
String representation of the NameString or "Unknown" if it is invalid.

Definition at line 254 of file to_string.c.

Here is the call graph for this function:
Here is the caller graph for this function: