Function uacpi_namespace_node_is

uacpi_status uacpi_namespace_node_is(const uacpi_namespace_node* node, uacpi_object_type type, uacpi_bool * out)

Description

Returns UACPI_TRUE via 'out' if the type of the object stored at the

namespace node matches the provided value, UACPI_FALSE otherwise. NOTE: due to the existance of the CopyObject operator in AML, the return value of this function is subject to TOCTOU bugs.