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

  /src/sys/arch/next68k/next68k/
nextrom.c 119 uint8_t rom_boot_file[20]; variable in typeref:typename:uint8_t[20]
443 for (j = 0; j < sizeof(rom_boot_file); j++) {
444 RELOC(rom_boot_file[j], uint8_t) =
446 ROM_PUTC(RELOC(rom_boot_file[j], uint8_t));
450 RELOC(rom_boot_file[sizeof(rom_boot_file) - 1], uint8_t) = 0;
nextrom.c 119 uint8_t rom_boot_file[20]; variable in typeref:typename:uint8_t[20]
443 for (j = 0; j < sizeof(rom_boot_file); j++) {
444 RELOC(rom_boot_file[j], uint8_t) =
446 ROM_PUTC(RELOC(rom_boot_file[j], uint8_t));
450 RELOC(rom_boot_file[sizeof(rom_boot_file) - 1], uint8_t) = 0;

Completed in 25 milliseconds