read_boot
bootsize = read_boot(DEFAULT_BOOTCODE, bootcode,
bootsize = read_boot(code, bootcode, sizeof bootcode, 0);
static int read_boot(const char *, void *, size_t, int);
bootsize = read_boot(optarg, bootcode,
if ((bootcode = read_boot(gpt, bootpath)) == NULL) {