Searched refs:bootCodeData (Results 1 - 1 of 1) sorted by relevance

/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp140 uint8 *bootCodeData = new uint8[kBootCodeSize]; local
161 memcpy(bootCodeData, resourceData, kBootCodeSize);
165 0, bootCodeData, kBootCodeSize);
178 return bootCodeData;
185 const uint8 *bootCodeData, int offset, int size, bool dryRun)
189 bootCodeData + offset, size);
343 uint8 *bootCodeData = NULL; local
345 bootCodeData = read_boot_code_data(argv[0]);
349 bootCodeData = read_boot_code_data(info.name);
351 if (!bootCodeData) {
184 write_boot_code_part(const char *fileName, int fd, off_t imageOffset, const uint8 *bootCodeData, int offset, int size, bool dryRun) argument
[all...]

Completed in 33 milliseconds