Searched refs:BOOT_BUF_SIZE (Results 1 - 4 of 4) 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_pof.h16 #define BOOT_BUF_SIZE 0x1000 /* =4096, maybe moved to other h file */ macro
H A Dhysdn_boot.c43 unsigned char BootBuf[BOOT_BUF_SIZE];/* buffer as byte count */
222 if (boot->pof_reclen < BOOT_BUF_SIZE)
225 boot->last_error = BOOT_BUF_SIZE; /* maximum */
248 if (boot->pof_reclen - boot->pof_recoffset < BOOT_BUF_SIZE)
251 boot->last_error = BOOT_BUF_SIZE; /* maximum */
/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_pof.h16 #define BOOT_BUF_SIZE 0x1000 /* =4096, maybe moved to other h file */ macro
H A Dhysdn_boot.c43 unsigned char BootBuf[BOOT_BUF_SIZE];/* buffer as byte count */
222 if (boot->pof_reclen < BOOT_BUF_SIZE)
225 boot->last_error = BOOT_BUF_SIZE; /* maximum */
248 if (boot->pof_reclen - boot->pof_recoffset < BOOT_BUF_SIZE)
251 boot->last_error = BOOT_BUF_SIZE; /* maximum */

Completed in 109 milliseconds