Searched defs:kp_true (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_pipe.c1193 *kp_true; local
1231 kp_true = &ksp->ks_ports[port_num];
1233 mutex_enter(&kp_true->kp_mutex);
1235 if (kp_true->kp_state != KEYSPAN_PORT_OPEN) {
1236 mutex_exit(&kp_true->kp_mutex);
1238 USB_DPRINTF_L2(DPRINT_IN_PIPE, kp_true->kp_lh,
1247 USB_DPRINTF_L2(DPRINT_IN_PIPE, kp_true->kp_lh,
1251 if ((copy_len = keyspan_bulkin_cb_process(kp_true,
1254 mutex_exit(&kp_true->kp_mutex);
1258 kp_true
[all...]

Completed in 72 milliseconds