Home
last modified time | relevance | path

Searched defs:idprom (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/sparc64/include/
H A Didprom.h42 struct idprom { struct
43 u_char id_format; /* format identifier (= 1) */
44 u_char id_machine; /* machine type (see param.h) */
45 u_char id_ether[6]; /* ethernet address */
46 int id_date; /* date of manufacture */
47 u_char id_hostid[3]; /* ``host id'' bytes */
48 u_char id_checksum; /* xor of everything else */
49 char id_undef[16]; /* undefined */
/openbsd/sys/arch/sparc64/sparc64/
H A Dclock.c206 static struct idprom *idprom; variable