Searched refs:lpcDevice (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dreaderfactory.c94 DWORD dwPort, LPCSTR lpcLibrary, LPCSTR lpcDevice);
129 LONG RFAddReader(LPSTR lpcReader, DWORD dwPort, LPSTR lpcLibrary, LPSTR lpcDevice) argument
136 if ((lpcReader == NULL) || (lpcLibrary == NULL) || (lpcDevice == NULL))
156 if (strlen(lpcDevice) >= MAX_DEVICENAME)
159 strlen(lpcDevice), MAX_DEVICENAME);
175 rv = ReaderContextConstructor(baseContext, lpcReader, dwPort, lpcLibrary, lpcDevice);
220 rv = ReaderContextConstructor(ctxSlot, lpcReader, dwPort, lpcLibrary, lpcDevice);
811 rContext->dwPort, rContext->lpcDevice);
1140 (sReadersContexts[i])->dwPort, (sReadersContexts[i])->lpcDevice);
1190 DWORD dwPort, LPCSTR lpcLibrary, LPCSTR lpcDevice)
1189 ReaderContextConstructor(PREADER_CONTEXT ctx, LPCSTR lpcReader, DWORD dwPort, LPCSTR lpcLibrary, LPCSTR lpcDevice) argument
[all...]
H A Difdwrapper.c178 if (rContext->lpcDevice[0] != '\0')
179 rv = (*IFDH_create_channel_by_name) (rContext->dwSlot, rContext->lpcDevice);
193 if (rContext->lpcDevice[0] != '\0')
194 rv = IFDHCreateChannelByName(rContext->dwSlot, rContext->lpcDevice);
H A Dreaderfactory.h175 char lpcDevice[MAX_DEVICENAME]; /* Device Name */ member in struct:ReaderContext
/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Difdhandler.c73 EXTERNAL RESPONSECODE IFDHCreateChannelByName(DWORD Lun, LPSTR lpcDevice) argument
82 DEBUG_INFO3("lun: %X, device: %s", Lun, lpcDevice);
95 CcidSlots[reader_index].readerName = strdup(lpcDevice);
101 ret = OpenPortByName(reader_index, lpcDevice);

Completed in 300 milliseconds