Home
last modified time | relevance | path

Searched refs:last_obj_desc (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/acpi/namespace/
Dnsobject.c80 union acpi_operand_object *last_obj_desc; in acpi_ns_attach_object() local
174 last_obj_desc = obj_desc; in acpi_ns_attach_object()
175 while (last_obj_desc->common.next_object) { in acpi_ns_attach_object()
176 last_obj_desc = last_obj_desc->common.next_object; in acpi_ns_attach_object()
181 last_obj_desc->common.next_object = node->object; in acpi_ns_attach_object()