Function uacpi_eval
uacpi_status uacpi_eval(uacpi_namespace_node* parent, const uacpi_char * path, const uacpi_object_array* args, uacpi_object** ret)
Description
Evaluate an object within the namespace and get back its value.
Either root or path must be valid. A value of NULL for 'parent' implies uacpi_namespace_root() relative lookups, unless 'path' is already absolute.