Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dsmbios.c112 char *serial_str = env_get("serial#"); in smbios_write_type1() local
118 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()