Searched refs:readerID (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Deventhandler.h60 LONG readerID; member in struct:pubReaderStatesList
H A Dreaderstate.h80 LONG xreaderID() const { Atomic<int>::barrier(); return ntohl(readerID); }
81 void xreaderID(LONG rid) { Atomic<int>::barrier(); readerID = htonl(rid); }
H A Deventhandler.c106 (readerStates[i])->readerID = 0;
157 (readerStates[i])->readerID = 0;
207 if ((readerStates[i])->readerID == 0)
224 (readerStates[i])->readerID = htonl(i + 100);
H A Deventhandler.cpp129 (readerStates[i])->readerID = 0;
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Difdhandler.c444 int readerID = get_ccid_descriptor(reader_index) -> readerID; local
446 if ((GEMALTOPROXDU == readerID) || (GEMALTOPROXSU == readerID))
882 if ((OZ776 == ccid_desc->readerID)
883 || (OZ776_7772 == ccid_desc->readerID))
1154 if (KOBIL_IDTOKEN == ccid_descriptor -> readerID)
1185 if (GEMCORESIMPRO == ccid_descriptor -> readerID)
1269 if (KOBIL_IDTOKEN == get_ccid_descriptor(reader_index) -> readerID)
1369 int readerID local
1417 int readerID = ccid_descriptor -> readerID; local
[all...]
H A Dccid.h35 int readerID; member in struct:__anon5495
218 #define GET_VENDOR(readerID) ((readerID >> 16) & 0xFFFF)
H A Dccid_serial.c515 int readerID; local
520 readerID = GEMPCTWIN;
522 readerID = GEMCOREPOSPRO;
524 readerID = GEMCORESIMPRO;
526 readerID = GEMPCPINPAD;
557 switch (readerID)
596 serialDevice[reader_index].ccid.readerID = readerID;
608 switch (readerID)
H A Dcommands.c240 ((GEMPC433 == ccid_descriptor->readerID)
241 || (CHERRYXX33 == ccid_descriptor->readerID)))
348 if ((GEMPCPINPAD == ccid_descriptor->readerID)
349 || (VEGAALPHA == ccid_descriptor->readerID))
371 if ((DELLSCRK == ccid_descriptor->readerID)
372 || (DELLSK == ccid_descriptor->readerID))
388 if (DELLSK == ccid_descriptor->readerID)
445 if ((SPR532 == ccid_descriptor->readerID)
525 if (VEGAALPHA == ccid_descriptor->readerID)
533 if ((GET_VENDOR(ccid_descriptor->readerID)
[all...]
H A Dccid.c51 switch (ccid_descriptor->readerID)
234 switch (ccid_descriptor->readerID)
491 if (GET_VENDOR(ccid_descriptor->readerID) == VENDOR_GEMALTO)
H A Dccid_usb.c389 int readerID = (vendorID << 16) + productID; local
395 if ((GEMALTOPROXDU == readerID)
396 || (GEMALTOPROXSU == readerID))
453 if ((GEMCOREPOSPRO == readerID)
454 || ((GEMCORESIMPRO == readerID)
625 usbDevice[reader_index].ccid.readerID =

Completed in 80 milliseconds