Searched refs:BOOT_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
43 unsigned char BootBuf[BOOT_BUF_SIZE];/* buffer as byte count */224 if (boot->pof_reclen < BOOT_BUF_SIZE) in pof_write_buffer()227 boot->last_error = BOOT_BUF_SIZE; /* maximum */ in pof_write_buffer()250 if (boot->pof_reclen - boot->pof_recoffset < BOOT_BUF_SIZE) in pof_write_buffer()253 boot->last_error = BOOT_BUF_SIZE; /* maximum */ in pof_write_buffer()
16 #define BOOT_BUF_SIZE 0x1000 /* =4096, maybe moved to other h file */ macro