Searched refs:MAX_XLOG_SIZE (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ds_bri.c39 #define MAX_XLOG_SIZE (64 * 1024) macro
52 if ( !(Xlog = (word *)diva_os_malloc (0, MAX_XLOG_SIZE)) )
84 if ( size > MAX_XLOG_SIZE )
85 size = MAX_XLOG_SIZE ;
H A Ds_pri.c39 #define MAX_XLOG_SIZE (64 * 1024) macro
71 if ( !(Xlog = (word *)diva_os_malloc (0, MAX_XLOG_SIZE)) ) {
76 if ( size > MAX_XLOG_SIZE )
77 size = MAX_XLOG_SIZE ;
H A Ds_4bri.c42 #define MAX_XLOG_SIZE (64 * 1024) macro
78 if ( !(Xlog = (word *)diva_os_malloc (0, MAX_XLOG_SIZE)) ) {
84 if ( size > MAX_XLOG_SIZE )
85 size = MAX_XLOG_SIZE ;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ds_bri.c39 #define MAX_XLOG_SIZE (64 * 1024) macro
52 if ( !(Xlog = (word *)diva_os_malloc (0, MAX_XLOG_SIZE)) )
84 if ( size > MAX_XLOG_SIZE )
85 size = MAX_XLOG_SIZE ;
H A Ds_pri.c39 #define MAX_XLOG_SIZE (64 * 1024) macro
71 if ( !(Xlog = (word *)diva_os_malloc (0, MAX_XLOG_SIZE)) ) {
76 if ( size > MAX_XLOG_SIZE )
77 size = MAX_XLOG_SIZE ;
H A Ds_4bri.c42 #define MAX_XLOG_SIZE (64 * 1024) macro
78 if ( !(Xlog = (word *)diva_os_malloc (0, MAX_XLOG_SIZE)) ) {
84 if ( size > MAX_XLOG_SIZE )
85 size = MAX_XLOG_SIZE ;

Completed in 153 milliseconds