Searched defs:idprom (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_idprom.c35 #include <sys/idprom.h>
38 * Get idprom property from root node, return to callers buffer.
45 /*LINTED [idprom unused]*/
46 idprom_t idprom; local
52 prom_printf("Missing OBP idprom property.\n");
68 i < (sizeof (idprom) - sizeof (idprom.id_undef)); i++)
H A Dprom_macaddr.c35 #include <sys/idprom.h>
41 idprom_t idprom; local
63 * case, return the system mac address from the idprom.
64 * This code (idprom) is SMCC (and compatibles) platform-centric.
67 if (prom_getidprom((caddr_t)&idprom, sizeof (idprom)) == 0) {
68 char *f = (char *)idprom.id_ether;
72 for (i = 0; i < sizeof (idprom.id_ether); ++i)
/illumos-gate/usr/src/uts/sun4/sys/
H A Didprom.h40 typedef struct idprom { struct
/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c48 #include <sys/idprom.h>
1578 idprom_t idprom; variable
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
[all...]

Completed in 81 milliseconds