Searched refs:serial_str (Results 1 – 1 of 1) sorted by relevance
112 char *serial_str = env_get("serial#"); in smbios_write_type1() local118 if (serial_str) { in smbios_write_type1()119 strncpy((char*)t->uuid, serial_str, sizeof(t->uuid)); in smbios_write_type1()120 t->serial_number = smbios_add_string(t->eos, serial_str); in smbios_write_type1()