pof_recoffset 41 drivers/staging/isdn/hysdn/hysdn_boot.c unsigned long pof_recoffset;/* actual offset inside pof record */ pof_recoffset 107 drivers/staging/isdn/hysdn/hysdn_boot.c datlen, boot->pof_recoffset); pof_recoffset 117 drivers/staging/isdn/hysdn/hysdn_boot.c (boot->pof_recoffset & (POF_BOOT_LOADER_PAGE_SIZE - 1)); pof_recoffset 134 drivers/staging/isdn/hysdn/hysdn_boot.c (boot->pof_recoffset > POF_BOOT_LOADER_PAGE_SIZE) ? 2 : 0)) < 0) pof_recoffset 146 drivers/staging/isdn/hysdn/hysdn_boot.c datlen, boot->pof_recoffset); pof_recoffset 151 drivers/staging/isdn/hysdn/hysdn_boot.c if (boot->pof_recoffset + datlen >= boot->pof_reclen) pof_recoffset 159 drivers/staging/isdn/hysdn/hysdn_boot.c datlen, boot->pof_recoffset); pof_recoffset 217 drivers/staging/isdn/hysdn/hysdn_boot.c boot->pof_recoffset = 0; /* no starting offset */ pof_recoffset 245 drivers/staging/isdn/hysdn/hysdn_boot.c boot->pof_recoffset += datlen; pof_recoffset 246 drivers/staging/isdn/hysdn/hysdn_boot.c if (boot->pof_recoffset >= boot->pof_reclen) { pof_recoffset 250 drivers/staging/isdn/hysdn/hysdn_boot.c if (boot->pof_reclen - boot->pof_recoffset < BOOT_BUF_SIZE) pof_recoffset 251 drivers/staging/isdn/hysdn/hysdn_boot.c boot->last_error = boot->pof_reclen - boot->pof_recoffset; /* limit size */