Searched defs:promvec (Results 1 – 3 of 3) sorted by relevance
212 struct promvec { struct214 u_int pv_magic; /* Magic number */216 u_int pv_romvec_vers; /* interface version (0, 2) */217 u_int pv_plugin_vers; /* ??? */218 u_int pv_printrev; /* PROM rev # (* 10, e.g 1.9 = 19) */221 struct v0mem pv_v0mem; /* V0: Memory description lists. */224 struct nodeops *pv_nodeops; /* node functions */226 char **pv_bootstr; /* Boot command, eg sd(0,0,0)vmunix */228 struct v0devops pv_v0devops; /* V0: device ops */234 char *pv_stdin; /* stdin cookie */[all …]
976 struct promvec *promvec; in prom_makememarr() local
7861 struct promvec *promvec = romp; in debug_pagetables() local