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

  /src/sys/arch/vax/vax/
findcpu.c 42 * running on and thus initializes/uses vax_cputype and vax_boardtype.
48 int vax_boardtype; /* machine dependent, combination of SID and SIE */ variable in typeref:typename:int
62 vax_boardtype = vax_cputype << 24;
89 vax_boardtype |= vax_siedata >> 24;
91 switch (vax_boardtype) {
128 vax_boardtype = VAX_BTYP_8000;
133 vax_boardtype = VAX_BTYP_8800; /* subversion later */
138 vax_boardtype = VAX_BTYP_8PS;

Completed in 11 milliseconds