MCPcopy Create free account
hub / github.com/F-Stack/f-stack / board_set_serial

Function board_set_serial

freebsd/arm/arm/machdep_boot.c:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 &vfp_exists, 0, "Floating point support enabled");
101
102void
103board_set_serial(uint64_t serial)
104{
105
106 snprintf(board_serial, sizeof(board_serial)-1,
107 "%016jx", serial);
108}
109
110void
111board_set_revision(uint32_t revision)

Callers 2

linux_parse_boot_paramFunction · 0.85
bcm2835_late_initFunction · 0.85

Calls 1

snprintfFunction · 0.85

Tested by

no test coverage detected