Searched refs:pcc_fd (Results 1 – 1 of 1) sorted by relevance
48 int pcc_fd; member190 card->pcc_fd = -1; in pcsc_card_alloc()222 if (card->pcc_fd >= 0) { in pcsc_card_free()223 (void) close(card->pcc_fd); in pcsc_card_free()544 if ((card->pcc_fd = open(reader, O_RDWR)) < 0) { in SCardConnect()554 if ((ret = uccid_status_helper(card->pcc_fd, prots, &ucs)) != 0) { in SCardConnect()584 if (ioctl(card->pcc_fd, UCCID_CMD_STATUS, &ucs) != 0) { in SCardStatus()713 if (ioctl(card->pcc_fd, UCCID_CMD_TXN_BEGIN, &txnbegin) != 0) { in SCardDisconnect()741 if (ioctl(card->pcc_fd, UCCID_CMD_TXN_END, &txnend) != 0) { in SCardDisconnect()759 if (close(card->pcc_fd) != 0) { in SCardDisconnect()[all …]