Lines Matching defs:resource
4 * Module Name: rscreate - Create resource lists/tables
20 * PARAMETERS: aml_buffer - Pointer to the resource byte stream
22 * resource_ptr - Where the converted resource is returned
26 * DESCRIPTION: Convert a raw AML buffer to a resource list
36 void *resource;
46 /* Get the required length for the converted resource */
58 /* Allocate a buffer for the converted resource */
60 resource = ACPI_ALLOCATE_ZEROED(list_size_needed);
61 current_resource_ptr = resource;
62 if (!resource) {
75 ACPI_FREE(resource);
77 *resource_ptr = resource;
89 * PARAMETERS: aml_buffer - Pointer to the resource byte stream
111 void *resource;
144 resource = output_buffer->pointer;
147 &resource);
390 * PARAMETERS: resource_list - Pointer to the resource list buffer