Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/ccid/
H A Dccid.c1031 const ccid_header_t *cch; in ccid_command_resp_length()
1039 cch = (ccid_header_t *)cc->cc_response->b_rptr; in ccid_command_resp_length()
1048 const ccid_header_t *cch; in ccid_command_resp_param2()
1120 ccid_header_t cch; in ccid_command_status_decode()
1148 ccid_header_t cch; in ccid_reply_bulk_cb()
1176 if (mlen >= sizeof (ccid_header_t)) { in ccid_reply_bulk_cb()
1451 ccid_header_t *cchead; in ccid_command_queue()
1576 ccid_header_t *cchead; in ccid_command_alloc()
1643 if (datasz + sizeof (ccid_header_t) < datasz) in ccid_command_alloc()
1652 allocsz = datasz + sizeof (ccid_header_t); in ccid_command_alloc()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/clients/ccid/
H A Dccid.h246 } __packed ccid_header_t; typedef