Searched refs:pof_reclen (Results 1 – 1 of 1) sorted by relevance
40 unsigned long pof_reclen;/* total length of pof record data */ member109 if (boot->pof_reclen != POF_BOOT_LOADER_TOTAL_SIZE) { in pof_handle_data()151 if (boot->pof_recoffset + datlen >= boot->pof_reclen) in pof_handle_data()216 boot->pof_reclen = boot->buf.PofRecHdr.PofRecDataLen; /* total length */ in pof_write_buffer()221 boot->pof_recid, boot->pof_reclen); in pof_write_buffer()224 if (boot->pof_reclen < BOOT_BUF_SIZE) in pof_write_buffer()225 boot->last_error = boot->pof_reclen; /* limit size */ in pof_write_buffer()246 if (boot->pof_recoffset >= boot->pof_reclen) { in pof_write_buffer()250 if (boot->pof_reclen - boot->pof_recoffset < BOOT_BUF_SIZE) in pof_write_buffer()251 boot->last_error = boot->pof_reclen - boot->pof_recoffset; /* limit size */ in pof_write_buffer()