Home
last modified time | relevance | path

Searched refs:iKernBuff (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dctc_ctci.c237 tt32ctl.tt32ctl_devbuffsize = pDevCTCBLK->iKernBuff; in CTCI_Init()
1119 int iKernBuff; in ParseArgs() local
1137 pCTCBLK->iKernBuff = DEF_CAPTURE_BUFFSIZE; in ParseArgs()
1252 iKernBuff = atoi( optarg ); in ParseArgs()
1254 if( iKernBuff * 1024 < MIN_CAPTURE_BUFFSIZE || in ParseArgs()
1255 iKernBuff * 1024 > MAX_CAPTURE_BUFFSIZE ) in ParseArgs()
1262 pCTCBLK->iKernBuff = iKernBuff * 1024; in ParseArgs()
1509 iKernBuff = atoi( *argv ); in ParseArgs()
1511 if( iKernBuff * 1024 < MIN_CAPTURE_BUFFSIZE || in ParseArgs()
1512 iKernBuff * 1024 > MAX_CAPTURE_BUFFSIZE ) in ParseArgs()
[all …]
H A Dctc_lcs.c342 tt32ctl.tt32ctl_devbuffsize = pLCSBLK->iKernBuff; in LCS_Init()
2031 int iKernBuff; in ParseArgs() local
2048 pLCSBLK->iKernBuff = DEF_CAPTURE_BUFFSIZE; in ParseArgs()
2131 iKernBuff = atoi( optarg ); in ParseArgs()
2133 if( iKernBuff * 1024 < MIN_CAPTURE_BUFFSIZE || in ParseArgs()
2134 iKernBuff * 1024 > MAX_CAPTURE_BUFFSIZE ) in ParseArgs()
2141 pLCSBLK->iKernBuff = iKernBuff * 1024; in ParseArgs()
H A Dctcadpt.h268 int iKernBuff; // Kernel buffer in K bytes. member
468 int iKernBuff; // Kernel buffer in K bytes. member