Home
last modified time | relevance | path

Searched refs:ctctype (Results 1 – 7 of 7) sorted by relevance

/dports/databases/postgresql-libpqxx/libpqxx-7.2.0/test/
H A Dtest07.cxx100 oid const ctctype{r.column_type(rcol)}; in test_007() local
103 ctctype, rctype, "Column type lookup by column name is broken."); in test_007()
/dports/emulators/hercules/hercules-3.13/
H A Dctc_ctci.c187 pDevCTCBLK->pDEVBLK[0]->ctctype = CTC_CTCI; in CTCI_Init()
190 pDevCTCBLK->pDEVBLK[1]->ctctype = CTC_CTCI; in CTCI_Init()
H A Dctcadpt.c777 switch( pDEVBLK->ctctype ) in CTCX_ExecuteCCW()
805 switch( pDEVBLK->ctctype ) in CTCX_ExecuteCCW()
977 dev->ctctype = CTC_CTCT; in CTCT_Init()
1597 dev->ctctype = CTC_VMNET; in VMNET_Init()
2213 dev->ctctype = CTC_CTCE; in CTCE_Init()
H A Dchannel.c298 if ( dev->ctctype == CTC_LCS ) in testio()
378 else if (!IOPENDING(dev) && dev->ctctype != CTC_LCS) in haltio()
396 if ( dev->ctctype == CTC_LCS ) in haltio()
823 if( dev->ctctype ) in clear_subchan()
982 if( dev->ctctype && dev->tid) in halt_subchan()
H A Dhsccmd.c2055 || (CTC_CTCI != dev->ctctype && CTC_LCS != dev->ctctype) in ctc_cmd()
2059 if (CTC_CTCI == dev->ctctype) in ctc_cmd()
2089 if (CTC_CTCI == dev->ctctype) in ctc_cmd()
2098 else if (CTC_LCS == dev->ctctype) in ctc_cmd()
2117 CTC_LCS == dev->ctctype ? "LCS" : "CTCI", in ctc_cmd()
2161 if (CTC_CTCI != dev->ctctype && CTC_LCS != dev->ctctype) in tt32_cmd()
H A Dctc_lcs.c279 pLCSDev->pDEVBLK[0]->ctctype = CTC_LCS; in LCS_Init()
303 pLCSDev->pDEVBLK[1]->ctctype = CTC_LCS; in LCS_Init()
H A Dhstructs.h1015 BYTE ctctype; /* CTC_xxx device type */ member