Lines Matching defs:__tz
41 struct thermal_zone *__tz = NULL;51 __tz = realloc(__tz, sizeof(*__tz) * (size + 2));52 if (!__tz)55 __tz[size - 1].id = nla_get_u32(attr);60 nla_strlcpy(__tz[size - 1].name, attr,64 if (__tz)65 __tz[size].id = -1;67 *tz = __tz;