Searched refs:cid_objects (Results 1 – 1 of 1) sorted by relevance
199 union acpi_operand_object **cid_objects; in acpi_ut_execute_CID() local229 cid_objects = obj_desc->package.elements; in acpi_ut_execute_CID()233 cid_objects = &obj_desc; in acpi_ut_execute_CID()241 switch (cid_objects[i]->common.type) { in acpi_ut_execute_CID()249 string_area_size += cid_objects[i]->string.length + 1; in acpi_ut_execute_CID()282 if (cid_objects[i]->common.type == ACPI_TYPE_INTEGER) { in acpi_ut_execute_CID()287 cid_objects[i]->integer. in acpi_ut_execute_CID()292 strcpy(next_id_string, cid_objects[i]->string.pointer); in acpi_ut_execute_CID()293 length = cid_objects[i]->string.length + 1; in acpi_ut_execute_CID()