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