Searched refs:__tz (Results 1 – 1 of 1) sorted by relevance
47 struct thermal_zone *__tz = NULL; in parse_tz_get() local57 __tz = realloc(__tz, sizeof(*__tz) * (size + 2)); in parse_tz_get()58 if (!__tz) in parse_tz_get()61 __tz[size - 1].id = nla_get_u32(attr); in parse_tz_get()66 nla_strlcpy(__tz[size - 1].name, attr, in parse_tz_get()70 if (__tz) in parse_tz_get()71 __tz[size].id = -1; in parse_tz_get()73 *tz = __tz; in parse_tz_get()
Completed in 5 milliseconds