Home
last modified time | relevance | path

Searched defs:promops (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/sparc/include/
H A Dpromlib.h55 struct promops { struct
56 int po_version; /* PROM version number */
62 int po_revision; /* revision level */
63 int po_stdin; /* stdio handles */
64 int po_stdout; /* */
65 void *po_bootcookie;
68 const char *(*po_bootpath)(void);
69 const char *(*po_bootfile)(void);
70 const char *(*po_bootargs)(void);
73 int (*po_getchar)(void);
[all …]
/netbsd-src/sys/arch/sparc/stand/bootxx/
H A Dpromlib.c66 struct promops promops; variable
/netbsd-src/sys/arch/sparc/stand/ofwboot/
H A Dpromlib.c47 struct promops promops; variable
/netbsd-src/sys/arch/sparc/sparc/
H A Dpromlib.c116 struct promops promops = { variable