Home
last modified time | relevance | path

Searched refs:serial_str (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/lib/
H A Dsmbios.c115 char *serial_str = env_get("serial#"); in smbios_write_type1() local
122 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()