OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
1057
static struct
idprom
idprom
;
variable in typeref:struct:idprom
1062
struct
idprom
*
1069
if (
idprom
.idp_format != 0)
1071
return (&
idprom
);
1073
dst = (u_char *)&
idprom
;
1074
len = sizeof(struct
idprom
);
1089
* Fetch the `
idprom
' property at the root node.
1096
if (prom_getprop(node, "
idprom
", 1, &len, &dst) != 0) {
1097
printf("`
idprom
' property cannot be read:
[
all
...]
Completed in 12 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025