Searched refs:processor_brand (Results 1 – 1 of 1) sorted by relevance
175 uint32_t processor_brand[12]; member203 strncpy((char *)chunk->processor_brand, "Unknown", sizeof(chunk->processor_brand)); in ac_sqtt_fill_cpu_info()232 char *ptr = (char *)chunk->processor_brand; in ac_sqtt_fill_cpu_info()235 strncpy(ptr, v + 1, sizeof(chunk->processor_brand) - 1); in ac_sqtt_fill_cpu_info()236 ptr[sizeof(chunk->processor_brand) - 1] = '\0'; in ac_sqtt_fill_cpu_info()