Lines Matching defs:obj
1711 union acpi_object *obj;
1751 obj = (union acpi_object *)buffer.pointer;
1754 if (obj->type != mac_obj_type || obj->string.length != mac_strlen) {
1757 obj->type, obj->string.length);
1761 if (strncmp(obj->string.pointer, "_AUXMAC_#", 9) != 0 ||
1762 strncmp(obj->string.pointer + 0x15, "#", 1) != 0) {
1767 ret = hex2bin(buf, obj->string.pointer + 9, 6);
1780 kfree(obj);