Searched refs:pof_reclen (Results 1 – 1 of 1) sorted by relevance
40 ulong pof_reclen; /* total length of pof record data */ member108 if (boot->pof_reclen != POF_BOOT_LOADER_TOTAL_SIZE) { in pof_handle_data()149 if (boot->pof_recoffset + datlen >= boot->pof_reclen) in pof_handle_data()214 boot->pof_reclen = boot->buf.PofRecHdr.PofRecDataLen; /* total length */ in pof_write_buffer()219 boot->pof_recid, boot->pof_reclen); in pof_write_buffer()222 if (boot->pof_reclen < BOOT_BUF_SIZE) in pof_write_buffer()223 boot->last_error = boot->pof_reclen; /* limit size */ in pof_write_buffer()244 if (boot->pof_recoffset >= boot->pof_reclen) { in pof_write_buffer()248 if (boot->pof_reclen - boot->pof_recoffset < BOOT_BUF_SIZE) in pof_write_buffer()249 boot->last_error = boot->pof_reclen - boot->pof_recoffset; /* limit size */ in pof_write_buffer()