Lines Matching defs:idprom
48 #include <sys/idprom.h>
1578 idprom_t idprom;
1711 * We set the cpu type from the idprom, if we can.
1718 * We cache the idprom info early on so that we don't
1721 (void) prom_getidprom((caddr_t)&idprom, sizeof (idprom));
1730 if (idprom.id_format == IDFORM_1) {
1731 (void) localetheraddr((struct ether_addr *)idprom.id_ether,
1734 (idprom.id_machine << 24) + idprom.id_serial);