Lines Matching defs:obj
1427 union acpi_object *obj;
1467 obj = (union acpi_object *)buffer.pointer;
1470 if (obj->type != mac_obj_type || obj->string.length != mac_strlen) {
1473 obj->type, obj->string.length);
1477 if (strncmp(obj->string.pointer, "_AUXMAC_#", 9) != 0 ||
1478 strncmp(obj->string.pointer + 0x15, "#", 1) != 0) {
1483 ret = hex2bin(buf, obj->string.pointer + 9, 6);
1496 kfree(obj);