Lines Matching defs:obj
85 union acpi_object *obj;
93 obj = kmalloc(sizeof(union acpi_object), GFP_KERNEL);
94 if (!obj) {
101 kfree(obj);
108 obj->type = ACPI_TYPE_BUFFER;
109 obj->buffer.length = 12;
110 obj->buffer.pointer = (u8 *) buf;
112 obj_list->pointer = obj;
135 union acpi_object *obj;
138 obj = pdc_in->pointer;
139 buffer = (u32 *)(obj->buffer.pointer);