OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:system_serial
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/evbarm/gumstix/
gumstix_machdep.c
466
char
system_serial
[GUMSTIX_SYSTEM_SERIAL_SIZE], *src;
local in function:read_system_serial
478
memcpy(
system_serial
,
479
src + GUMSTIX_SYSTEM_SERIAL_ADDR, sizeof (
system_serial
));
482
for (i = 1, x =
system_serial
[0]; i < sizeof (
system_serial
); i++)
483
x &=
system_serial
[i];
487
memcpy(
system_serial
,
488
src + GUMSTIX_SYSTEM_SERIAL_ADDR, sizeof (
system_serial
));
493
* gumstix_serial_hash(
system_serial
);
497
system_serial_high =
system_serial
[0] << 24 | system_serial[1] << 16
[
all
...]
gumstix_machdep.c
466
char
system_serial
[GUMSTIX_SYSTEM_SERIAL_SIZE], *src;
local in function:read_system_serial
478
memcpy(
system_serial
,
479
src + GUMSTIX_SYSTEM_SERIAL_ADDR, sizeof (
system_serial
));
482
for (i = 1, x =
system_serial
[0]; i < sizeof (
system_serial
); i++)
483
x &=
system_serial
[i];
487
memcpy(
system_serial
,
488
src + GUMSTIX_SYSTEM_SERIAL_ADDR, sizeof (
system_serial
));
493
* gumstix_serial_hash(
system_serial
);
497
system_serial_high =
system_serial
[0] << 24 | system_serial[1] << 16
[
all
...]
Completed in 25 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025