Home
last modified time | relevance | path

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

/dports/emulators/hercules/hercules-3.13/
H A Dctc_ctci.c554 if( pCTCBLK->fd >= 0 ) in CTCI_Close()
599 CTCBLK* pCTCBLK; in CTCI_Query() local
605 if(!pCTCBLK) in CTCI_Query()
728 if( pCTCBLK->fDebug ) in CTCI_Read()
883 if( pCTCBLK->fDebug ) in CTCI_Write()
970 pCTCBLK->pid = getpid(); in CTCI_ReadThread()
972 while( pCTCBLK->fd != -1 && !pCTCBLK->fCloseInProgress ) in CTCI_ReadThread()
989 if( pCTCBLK->fDebug ) in CTCI_ReadThread()
998 && pCTCBLK->fd != -1 && !pCTCBLK->fCloseInProgress ) in CTCI_ReadThread()
1019 VERIFY( pCTCBLK->fd == -1 || TUNTAP_Close( pCTCBLK->fd ) == 0 ); in CTCI_ReadThread()
[all …]
H A Dctcadpt.h196 #define MAX_CTCI_FRAME_SIZE( pCTCBLK ) \ argument
198 pCTCBLK->iMaxFrameBufferSize /* (whatever CTCI_Init defined) */ \
H A Dhsccmd.c2016 CTCBLK* pCTCBLK; in ctc_cmd() local
2061 pCTCBLK = dev->dev_data; in ctc_cmd()
2062 pCTCBLK->fDebug = onoff; in ctc_cmd()
2094 pCTCBLK = pDEVBLK->dev_data; in ctc_cmd()
2095 pCTCBLK->fDebug = onoff; in ctc_cmd()