OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:id_serial
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/news68k/news68k/
machid.h
94
/*01*/ unsigned char
id_serial
[2];
member in struct:oidrom
113
/*14*/ unsigned int
id_serial
; /* serial number */
member in struct:idrom
machdep.c
795
news_machine_id = (idrom.
id_serial
[0] << 8) + idrom.
id_serial
[1];
877
news_machine_id = idrom.
id_serial
;
/src/sys/arch/newsmips/newsmips/
machid.h
151
/*01*/ unsigned char
id_serial
[2];
member in struct:idrom
170
/*14*/ unsigned int
id_serial
; /* serial number */
member in struct:idrom
news4000.c
241
hostid = idrom.
id_serial
;
news5000.c
294
hostid = idrom.
id_serial
;
news3400.c
312
hostid = idrom.
id_serial
;
machdep.c
398
printf("Machine ID #%d\n", idrom.
id_serial
);
Completed in 126 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025