Searched refs:bootcode (Results 1 – 7 of 7) sorted by relevance
31 static struct bootcode_block bootcode = {0}; variable194 memcpy(&bootcode, boot, sizeof(struct bootcode_block)); in get_bootcode()195 return &bootcode; in get_bootcode()212 struct bootcode_block *bootcode; in part_test_amiga() local219 bootcode = get_bootcode(dev_desc); in part_test_amiga()220 if (bootcode) in part_test_amiga()
131 int n = read(fd, drive.pmbr.bootcode, sizeof(drive.pmbr.bootcode)); in CgptBoot()
34 uint8_t bootcode[424]; member
18 . = CONFIG_SYS_TEXT_BASE; /* Location of bootcode in flash */
18 . = CONFIG_SPL_TEXT_BASE; /* Location of bootcode in flash */
197 static const u_int8_t bootcode[] = { variable725 memcpy(img + x1, bootcode, sizeof(bootcode)); in mkfs_msdos()