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

  /src/sys/arch/newsmips/newsmips/
machdep.c 118 struct idrom idrom; variable in typeref:struct:idrom
325 cpu_setmodel("%s", idrom.id_machine);
344 cpu_setmodel("%s", idrom.id_machine);
362 cpu_setmodel("%s", idrom.id_machine);
397 printf("SONY NET WORK STATION, Model %s, ", idrom.id_model);
398 printf("Machine ID #%d\n", idrom.id_serial);
machdep.c 118 struct idrom idrom; variable in typeref:struct:idrom
325 cpu_setmodel("%s", idrom.id_machine);
344 cpu_setmodel("%s", idrom.id_machine);
362 cpu_setmodel("%s", idrom.id_machine);
397 printf("SONY NET WORK STATION, Model %s, ", idrom.id_model);
398 printf("Machine ID #%d\n", idrom.id_serial);
machdep.c 118 struct idrom idrom; variable in typeref:struct:idrom
325 cpu_setmodel("%s", idrom.id_machine);
344 cpu_setmodel("%s", idrom.id_machine);
362 cpu_setmodel("%s", idrom.id_machine);
397 printf("SONY NET WORK STATION, Model %s, ", idrom.id_model);
398 printf("Machine ID #%d\n", idrom.id_serial);
machid.h 149 struct idrom { struct
162 struct idrom { struct
machid.h 149 struct idrom { struct
162 struct idrom { struct
machid.h 149 struct idrom { struct
162 struct idrom { struct
  /src/sys/arch/news68k/news68k/
machdep.c 303 struct oidrom idrom; local
320 q = (uint8_t *)&idrom;
322 for (i = 0; i < sizeof(idrom); i++, p += 2)
327 if (news68k_models[i].id == idrom.id_model) {
335 news_machine_id = (idrom.id_serial[0] << 8) + idrom.id_serial[1];
398 struct idrom idrom; local
414 q = (uint8_t *)&idrom;
415 for (i = 0; i < sizeof(idrom); i++, p += 2
    [all...]
machdep.c 303 struct oidrom idrom; local
320 q = (uint8_t *)&idrom;
322 for (i = 0; i < sizeof(idrom); i++, p += 2)
327 if (news68k_models[i].id == idrom.id_model) {
335 news_machine_id = (idrom.id_serial[0] << 8) + idrom.id_serial[1];
398 struct idrom idrom; local
414 q = (uint8_t *)&idrom;
415 for (i = 0; i < sizeof(idrom); i++, p += 2
    [all...]
machdep.c 303 struct oidrom idrom; local
320 q = (uint8_t *)&idrom;
322 for (i = 0; i < sizeof(idrom); i++, p += 2)
327 if (news68k_models[i].id == idrom.id_model) {
335 news_machine_id = (idrom.id_serial[0] << 8) + idrom.id_serial[1];
398 struct idrom idrom; local
414 q = (uint8_t *)&idrom;
415 for (i = 0; i < sizeof(idrom); i++, p += 2
    [all...]
machid.h 105 struct idrom { struct
machid.h 105 struct idrom { struct
machid.h 105 struct idrom { struct
  /src/sys/arch/acorn32/podulebus/
if_ie.c 261 * This routine does the checksumming for the idrom
307 char idrom[32]; local
338 /* Fetch the first part of the idrom */
340 idrom[i] = ReadByte ( sc->sc_rom + (i<<2) );
414 /* Get second part of idrom */
416 idrom[i] = ReadByte ( sc->sc_rom + (i<<2) );
425 if ( crc32(idrom,28) != *(u_long *)(idrom+28) )
427 printf ( "ie: ether1 idrom failed checksum %08x!=%08x\n",
428 crc32(idrom,28), *(u_long *)(idrom+28))
    [all...]
if_ie.c 261 * This routine does the checksumming for the idrom
307 char idrom[32]; local
338 /* Fetch the first part of the idrom */
340 idrom[i] = ReadByte ( sc->sc_rom + (i<<2) );
414 /* Get second part of idrom */
416 idrom[i] = ReadByte ( sc->sc_rom + (i<<2) );
425 if ( crc32(idrom,28) != *(u_long *)(idrom+28) )
427 printf ( "ie: ether1 idrom failed checksum %08x!=%08x\n",
428 crc32(idrom,28), *(u_long *)(idrom+28))
    [all...]
if_ie.c 261 * This routine does the checksumming for the idrom
307 char idrom[32]; local
338 /* Fetch the first part of the idrom */
340 idrom[i] = ReadByte ( sc->sc_rom + (i<<2) );
414 /* Get second part of idrom */
416 idrom[i] = ReadByte ( sc->sc_rom + (i<<2) );
425 if ( crc32(idrom,28) != *(u_long *)(idrom+28) )
427 printf ( "ie: ether1 idrom failed checksum %08x!=%08x\n",
428 crc32(idrom,28), *(u_long *)(idrom+28))
    [all...]

Completed in 67 milliseconds