Searched refs:system_serial (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dsystem_info.h21 extern const char *system_serial;
/linux-master/arch/arm/kernel/
H A Dsetup.c91 const char *system_serial; variable
92 EXPORT_SYMBOL(system_serial); variable
968 &system_serial);
970 system_serial = NULL;
973 if (!system_serial)
974 system_serial = kasprintf(GFP_KERNEL, "%08x%08x",
1336 seq_printf(m, "Serial\t\t: %s\n", system_serial);

Completed in 120 milliseconds