Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/clients/ccid/
H A Dccid.c655 mblk_t *cc_response; member
1110 cc->cc_response = NULL; in ccid_command_transport_error()
1125 mblen = msgsize(cc->cc_response); in ccid_command_status_decode()
1527 if (cc->cc_response != NULL) { in ccid_command_free()
1528 freemsgchain(cc->cc_response); in ccid_command_free()
1529 cc->cc_response = NULL; in ccid_command_free()
1867 cc->cc_response->b_wptr = cc->cc_response->b_rptr + len; in ccid_command_power_on()
1868 *atrp = cc->cc_response; in ccid_command_power_on()
1869 cc->cc_response = NULL; in ccid_command_power_on()
3618 mp = cc->cc_response; in ccid_complete_apdu()
[all …]