Searched defs:promops (Results 1 – 4 of 4) sorted by relevance
55 struct promops { struct56 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 …]
66 struct promops promops; variable
47 struct promops promops; variable
116 struct promops promops = { variable