Searched refs:cid_objects (Results 1 – 1 of 1) sorted by relevance
300 union acpi_operand_object **cid_objects; in acpi_ut_execute_CID() local330 cid_objects = obj_desc->package.elements; in acpi_ut_execute_CID()334 cid_objects = &obj_desc; in acpi_ut_execute_CID()342 switch (cid_objects[i]->common.type) { in acpi_ut_execute_CID()350 string_area_size += cid_objects[i]->string.length + 1; in acpi_ut_execute_CID()384 if (cid_objects[i]->common.type == ACPI_TYPE_INTEGER) { in acpi_ut_execute_CID()389 cid_objects[i]->integer. in acpi_ut_execute_CID()396 strcpy(next_id_string, cid_objects[i]->string.pointer); in acpi_ut_execute_CID()397 length = cid_objects[i]->string.length + 1; in acpi_ut_execute_CID()