Searched refs:bbh (Results 1 – 1 of 1) sorted by relevance
94 bug_boot_header_t *bbh = (bug_boot_header_t *)&header_block[0]; in write_bugboot_header() local99 strncpy(bbh->magic_word, "BOOT", 4); /* PPCBUG magic word */ in write_bugboot_header()100 bbh->entry_offset = cpu_to_be32(HEADER_SIZE); /* Entry address */ in write_bugboot_header()101 bbh->routine_length= cpu_to_be32(HEADER_SIZE+boot_size+2); /* Routine length */ in write_bugboot_header()102 strncpy(bbh->routine_name, "LINUXROM", 8); /* Routine name */ in write_bugboot_header()