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

/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/src/
H A Dccid_usb.c1392 int slot_status = ((buffer[1+b] >> (s*2)) & 3); local
1395 present = (slot_status & 1) ? "present" : "absent";
1396 change = (slot_status & 2) ? "status changed" : "no change";
1399 s + b*4, slot_status);

Completed in 104 milliseconds