Searched refs:pof_recoffset (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.c41 unsigned long pof_recoffset;/* actual offset inside pof record */ member in struct:boot_data
106 datlen, boot->pof_recoffset);
116 (boot->pof_recoffset & (POF_BOOT_LOADER_PAGE_SIZE - 1));
133 (boot->pof_recoffset > POF_BOOT_LOADER_PAGE_SIZE) ? 2 : 0)) < 0)
144 datlen, boot->pof_recoffset);
149 if (boot->pof_recoffset + datlen >= boot->pof_reclen)
157 datlen, boot->pof_recoffset);
215 boot->pof_recoffset = 0; /* no starting offset */
243 boot->pof_recoffset += datlen;
244 if (boot->pof_recoffset >
[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.c41 unsigned long pof_recoffset;/* actual offset inside pof record */ member in struct:boot_data
106 datlen, boot->pof_recoffset);
116 (boot->pof_recoffset & (POF_BOOT_LOADER_PAGE_SIZE - 1));
133 (boot->pof_recoffset > POF_BOOT_LOADER_PAGE_SIZE) ? 2 : 0)) < 0)
144 datlen, boot->pof_recoffset);
149 if (boot->pof_recoffset + datlen >= boot->pof_reclen)
157 datlen, boot->pof_recoffset);
215 boot->pof_recoffset = 0; /* no starting offset */
243 boot->pof_recoffset += datlen;
244 if (boot->pof_recoffset >
[all...]

Completed in 504 milliseconds