Home
last modified time | relevance | path

Searched refs:SCARD_E_READER_UNAVAILABLE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libpcsc/common/
H A Dlibpcsc.c112 case SCARD_E_READER_UNAVAILABLE: in pcsc_stringify_error()
586 ret = SCARD_E_READER_UNAVAILABLE; in SCardStatus()
794 return (SCARD_E_READER_UNAVAILABLE); in SCardBeginTransaction()
847 return (SCARD_E_READER_UNAVAILABLE); in SCardEndTransaction()
926 return (SCARD_E_READER_UNAVAILABLE); in SCardTransmit()
959 return (SCARD_E_READER_UNAVAILABLE); in SCardTransmit()
H A Dwinscard.h88 #define SCARD_E_READER_UNAVAILABLE ((LONG)0x80100017) macro