pof_reclen 40 drivers/staging/isdn/hysdn/hysdn_boot.c unsigned long pof_reclen;/* total length of pof record data */ pof_reclen 109 drivers/staging/isdn/hysdn/hysdn_boot.c if (boot->pof_reclen != POF_BOOT_LOADER_TOTAL_SIZE) { pof_reclen 151 drivers/staging/isdn/hysdn/hysdn_boot.c if (boot->pof_recoffset + datlen >= boot->pof_reclen) pof_reclen 216 drivers/staging/isdn/hysdn/hysdn_boot.c boot->pof_reclen = boot->buf.PofRecHdr.PofRecDataLen; /* total length */ pof_reclen 221 drivers/staging/isdn/hysdn/hysdn_boot.c boot->pof_recid, boot->pof_reclen); pof_reclen 224 drivers/staging/isdn/hysdn/hysdn_boot.c if (boot->pof_reclen < BOOT_BUF_SIZE) pof_reclen 225 drivers/staging/isdn/hysdn/hysdn_boot.c boot->last_error = boot->pof_reclen; /* limit size */ pof_reclen 246 drivers/staging/isdn/hysdn/hysdn_boot.c if (boot->pof_recoffset >= boot->pof_reclen) { pof_reclen 250 drivers/staging/isdn/hysdn/hysdn_boot.c if (boot->pof_reclen - boot->pof_recoffset < BOOT_BUF_SIZE) pof_reclen 251 drivers/staging/isdn/hysdn/hysdn_boot.c boot->last_error = boot->pof_reclen - boot->pof_recoffset; /* limit size */