Home
last modified time | relevance | path

Searched refs:UCCID_TXN_DONT_BLOCK (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/ccid/
H A Duccid.h54 #define UCCID_TXN_DONT_BLOCK 0x01 macro
/illumos-gate/usr/src/test/os-tests/tests/uccid/
H A Dexcl-nonblock.c45 begin.uct_flags = UCCID_TXN_DONT_BLOCK; in nonblock_thread()
/illumos-gate/usr/src/lib/cfgadm_plugins/ccid/common/
H A Dcfga_ccid.c96 begin.uct_flags = UCCID_TXN_DONT_BLOCK; in cfga_ccid_modify()
/illumos-gate/usr/src/lib/libpcsc/common/
H A Dlibpcsc.c784 txn.uct_flags = UCCID_TXN_DONT_BLOCK; in SCardBeginTransaction()
/illumos-gate/usr/src/uts/common/io/usb/clients/ccid/
H A Dccid.c4016 if ((uct.uct_flags & ~UCCID_TXN_DONT_BLOCK) != 0) in ccid_ioctl_txn_begin()
4018 nowait = (uct.uct_flags & UCCID_TXN_DONT_BLOCK) != 0; in ccid_ioctl_txn_begin()