Home
last modified time | relevance | path

Searched refs:uct (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/ccid/
H A Dccid.c4007 uccid_cmd_txn_begin_t uct; in ccid_ioctl_txn_begin() local
4010 if (ddi_copyin((void *)arg, &uct, sizeof (uct), mode & FKIOCTL) != 0) in ccid_ioctl_txn_begin()
4013 if (uct.uct_version != UCCID_VERSION_ONE) in ccid_ioctl_txn_begin()
4016 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()
4040 uccid_cmd_txn_end_t uct; in ccid_ioctl_txn_end() local
4042 if (ddi_copyin((void *)arg, &uct, sizeof (uct), mode & FKIOCTL) != 0) { in ccid_ioctl_txn_end()
4046 if (uct.uct_version != UCCID_VERSION_ONE) { in ccid_ioctl_txn_end()
4065 switch (uct.uct_flags) { in ccid_ioctl_txn_end()
/illumos-gate/usr/src/contrib/mDNSResponder/Clients/
H A Ddns-sd.c491 time_t uct = time(NULL); in printtimestamp_F() local
492 tm = *localtime(&uct); in printtimestamp_F()