Searched refs:processor_brand (Results 1 – 1 of 1) sorted by relevance
633 uint32_t processor_brand[12]; member667 strncpy((char *)chunk->processor_brand, "Unknown", sizeof(chunk->processor_brand)); in rmt_fill_chunk_system_info()696 char *ptr = (char *)chunk->processor_brand; in rmt_fill_chunk_system_info()699 strncpy(ptr, v + 1, sizeof(chunk->processor_brand) - 1); in rmt_fill_chunk_system_info()700 ptr[sizeof(chunk->processor_brand) - 1] = '\0'; in rmt_fill_chunk_system_info()