Home
last modified time | relevance | path

Searched refs:uct_flags (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/clients/ccid/
H A Duccid.h58 uint32_t uct_flags; member
74 uint32_t uct_flags; member
/illumos-gate/usr/src/test/os-tests/tests/uccid/
H A Dexcl-nonblock.c45 begin.uct_flags = UCCID_TXN_DONT_BLOCK; in nonblock_thread()
79 end.uct_flags = UCCID_TXN_END_RELEASE; in main()
H A Dexcl-basic.c52 end.uct_flags = UCCID_TXN_END_RELEASE; in main()
H A Dexcl-reset.c52 end.uct_flags = UCCID_TXN_END_RESET; in main()
H A Dexcl-loop.c54 end.uct_flags = UCCID_TXN_END_RELEASE; in main()
H A Dtxn-pollerr.c72 end.uct_flags = UCCID_TXN_END_RELEASE; in main()
/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()
142 end.uct_flags = UCCID_TXN_END_RELEASE; in cfga_ccid_modify()
/illumos-gate/usr/src/lib/libpcsc/common/
H A Dlibpcsc.c739 .uct_flags = UCCID_TXN_END_RESET, in SCardDisconnect()
832 txn.uct_flags = UCCID_TXN_END_RELEASE; in SCardEndTransaction()
835 txn.uct_flags = UCCID_TXN_END_RESET; in SCardEndTransaction()
/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()
4065 switch (uct.uct_flags) { in ccid_ioctl_txn_end()