Searched refs:ACPI_ALLOCATE_ZEROED (Results 1 - 25 of 27) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexoparg3.c198 buffer = ACPI_ALLOCATE_ZEROED((acpi_size) length + 1);
213 buffer = ACPI_ALLOCATE_ZEROED(length);
H A Dexstorob.c194 target_desc->string.pointer = ACPI_ALLOCATE_ZEROED((acpi_size)
H A Dexfield.c336 new_buffer = ACPI_ALLOCATE_ZEROED(required_length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/platform/
H A Daclinux.h134 #define ACPI_ALLOCATE_ZEROED(a) acpi_os_allocate_zeroed(a) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/namespace/
H A Dnsnames.c143 name_buffer = ACPI_ALLOCATE_ZEROED(size);
H A Dnsxfname.c243 info = ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_device_info));
H A Dnsxfeval.c179 info = ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_evaluate_info));
204 info->parameters = ACPI_ALLOCATE_ZEROED(((acpi_size)
H A Dnsutils.c494 internal_name = ACPI_ALLOCATE_ZEROED(info.length);
636 *converted_name = ACPI_ALLOCATE_ZEROED(required_length);
H A Dnsinit.c164 ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_evaluate_info));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/utilities/
H A Dutobject.c177 package_elements = ACPI_ALLOCATE_ZEROED((acpi_size)
221 buffer = ACPI_ALLOCATE_ZEROED(buffer_size);
273 string = ACPI_ALLOCATE_ZEROED(string_size + 1);
H A Dutcache.c299 /* Avoid deadlock with ACPI_ALLOCATE_ZEROED */
306 object = ACPI_ALLOCATE_ZEROED(cache->object_size);
H A Dutcopy.c479 ACPI_ALLOCATE_ZEROED((acpi_size) external_object->string.
495 ACPI_ALLOCATE_ZEROED(external_object->buffer.length);
857 dest_obj->package.elements = ACPI_ALLOCATE_ZEROED(((acpi_size)
H A Dutalloc.c271 buffer->pointer = ACPI_ALLOCATE_ZEROED(required_length);
H A Duteval.c216 info = ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_evaluate_info));
524 cid_list = ACPI_ALLOCATE_ZEROED((acpi_size) size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/events/
H A Devrgnini.c104 ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_mem_space_context));
269 pci_id = ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_pci_id));
H A Devgpeblk.c507 gpe_xrupt = ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_gpe_xrupt_info));
751 gpe_register_info = ACPI_ALLOCATE_ZEROED((acpi_size) gpe_block->
765 gpe_event_info = ACPI_ALLOCATE_ZEROED(((acpi_size) gpe_block->
900 gpe_block = ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_gpe_block_info));
H A Devgpe.c551 info = ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_evaluate_info));
H A Devregion.c214 info = ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_evaluate_info));
H A Devxface.c609 handler = ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_handler_info));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/dispatcher/
H A Ddsobject.c243 ACPI_ALLOCATE_ZEROED(obj_desc->buffer.length);
329 obj_desc->package.elements = ACPI_ALLOCATE_ZEROED(((acpi_size)
H A Ddsmethod.c375 info = ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_evaluate_info));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/resources/
H A Drsutils.c674 info = ACPI_ALLOCATE_ZEROED(sizeof(struct acpi_evaluate_info));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/tables/
H A Dtbinstal.c213 tables = ACPI_ALLOCATE_ZEROED((acpi_gbl_root_table_list.size +
H A Dtbxface.c190 tables = ACPI_ALLOCATE_ZEROED(new_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/acpi/
H A Dacmacros.h665 #ifndef ACPI_ALLOCATE_ZEROED
666 #define ACPI_ALLOCATE_ZEROED(a) acpi_ut_allocate_zeroed((acpi_size)(a), _COMPONENT,_acpi_module_name,__LINE__) macro
678 #define ACPI_ALLOCATE_ZEROED(a) acpi_ut_allocate_zeroed_and_track((acpi_size)(a), _COMPONENT,_acpi_module_name,__LINE__) macro

Completed in 82 milliseconds

12