Searched refs:system_serial (Results 1 – 2 of 2) sorted by relevance
21 extern const char *system_serial;
97 const char *system_serial; variable98 EXPORT_SYMBOL(system_serial);955 &system_serial); in init_machine_late()957 system_serial = NULL; in init_machine_late()960 if (!system_serial) in init_machine_late()961 system_serial = kasprintf(GFP_KERNEL, "%08x%08x", in init_machine_late()1327 seq_printf(m, "Serial\t\t: %s\n", system_serial); in c_show()