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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hysdn/
H A Dhysdn_boot.c40 unsigned long pof_reclen;/* total length of pof record data */ member in struct:boot_data
108 if (boot->pof_reclen != POF_BOOT_LOADER_TOTAL_SIZE) {
149 if (boot->pof_recoffset + datlen >= boot->pof_reclen)
214 boot->pof_reclen = boot->buf.PofRecHdr.PofRecDataLen; /* total length */
219 boot->pof_recid, boot->pof_reclen);
222 if (boot->pof_reclen < BOOT_BUF_SIZE)
223 boot->last_error = boot->pof_reclen; /* limit size */
244 if (boot->pof_recoffset >= boot->pof_reclen) {
248 if (boot->pof_reclen - boot->pof_recoffset < BOOT_BUF_SIZE)
249 boot->last_error = boot->pof_reclen
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hysdn/
H A Dhysdn_boot.c40 unsigned long pof_reclen;/* total length of pof record data */ member in struct:boot_data
108 if (boot->pof_reclen != POF_BOOT_LOADER_TOTAL_SIZE) {
149 if (boot->pof_recoffset + datlen >= boot->pof_reclen)
214 boot->pof_reclen = boot->buf.PofRecHdr.PofRecDataLen; /* total length */
219 boot->pof_recid, boot->pof_reclen);
222 if (boot->pof_reclen < BOOT_BUF_SIZE)
223 boot->last_error = boot->pof_reclen; /* limit size */
244 if (boot->pof_recoffset >= boot->pof_reclen) {
248 if (boot->pof_reclen - boot->pof_recoffset < BOOT_BUF_SIZE)
249 boot->last_error = boot->pof_reclen
[all...]

Completed in 72 milliseconds