aml_object_t * aml_os_implementation(aml_method_obj_t *method, aml_object_t **args, uint64_t argCount)
Implementation of the _OS predefined method.
uint64_t aml_predefined_init(void)
Initialize predefined AML names and objects.
aml_object_t * aml_rev_implementation(aml_method_obj_t *method, aml_object_t **args, uint64_t argCount)
Implementation of the _REV predefined method.
aml_mutex_obj_t * aml_gl_get(void)
Get the global AML mutex.
aml_object_t * aml_osi_implementation(aml_method_obj_t *method, aml_object_t **args, uint64_t argCount)
Implementation of the _OSI predefined method.
Data for a method object.