HomeSort by: relevance | last modified time | path
    Searched defs:idprom (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/sun/
idprom.h 1 /* $NetBSD: idprom.h,v 1.3 2008/04/28 20:23:58 martin Exp $ */
39 struct idprom { struct
51 #define IDPROM_SIZE (sizeof(struct idprom))
87 extern struct idprom identity_prom;
  /src/sys/arch/sparc/sparc/
promlib.c 1190 static struct idprom idprom; variable in typeref:struct:idprom
1195 struct idprom *
1202 if (idprom.idp_format != 0)
1204 return (&idprom);
1206 dst = (u_char *)&idprom;
1207 len = sizeof(struct idprom);
1222 * Fetch the `idprom' property at the root node.
1229 if (prom_getprop(node, "idprom", 1, &len, &dst) != 0) {
1230 printf("`idprom' property cannot be read:
    [all...]

Completed in 13 milliseconds