Searched refs:idrom (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/newsmips/newsmips/
H A Dnews5000.c273 for (i = 0; i < sizeof(struct idrom); i++, p += 2)
277 extern struct idrom idrom;
289 news5000_readidrom((uint8_t *)&idrom);
290 hostid = idrom.id_serial;
H A Dmachid.h149 struct idrom { struct
162 struct idrom { struct
H A Dnews3400.c294 for (i = 0; i < sizeof (struct idrom); i++, p += 2)
298 extern struct idrom idrom;
310 news3400_readidrom((uint8_t *)&idrom);
311 hostid = idrom.id_serial;
H A Dmachdep.c120 struct idrom idrom; variable in typeref:struct:idrom
320 strcpy(cpu_model, idrom.id_machine);
339 strcpy(cpu_model, idrom.id_machine);
388 printf("SONY NET WORK STATION, Model %s, ", idrom.id_model);
389 printf("Machine ID #%d\n", idrom.id_serial);
/netbsd-6-1-5-RELEASE/sys/arch/news68k/news68k/
H A Dmachid.h103 struct idrom { struct
H A Dmachdep.c785 struct oidrom idrom; local
803 q = (uint8_t *)&idrom;
805 for (i = 0; i < sizeof(idrom); i++, p += 2)
810 if (news68k_models[i].id == idrom.id_model) {
818 news_machine_id = (idrom.id_serial[0] << 8) + idrom.id_serial[1];
878 struct idrom idrom; local
895 q = (uint8_t *)&idrom;
896 for (i = 0; i < sizeof(idrom);
[all...]
H A Dlocore.s238 cmpb #0xf2,0xe1c00000 | read model id from idrom
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/podulebus/
H A Dif_ie.c269 * This routine does the checksumming for the idrom
314 char idrom[32]; local
344 /* Fetch the first part of the idrom */
346 idrom[i] = ReadByte ( sc->sc_rom + (i<<2) );
420 /* Get second part of idrom */
422 idrom[i] = ReadByte ( sc->sc_rom + (i<<2) );
431 if ( crc32(idrom,28) != *(u_long *)(idrom+28) )
433 printf ( "ie: ether1 idrom failed checksum %08x!=%08x\n",
434 crc32(idrom,2
[all...]

Completed in 157 milliseconds