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

/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dhotplug_macosx.c618 io_iterator_t pccIter; local
619 kern_return_t kret = IOServiceGetMatchingServices(kIOMasterPortDefault, pccMatch, &pccIter);
627 while ((pccDevice = IOIteratorNext(pccIter)))
679 IOObjectRelease(pccIter);

Completed in 123 milliseconds