Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isr.c727 boolean_t response_available; in hci1394_isr_arresp() local
744 &response_available); in hci1394_isr_arresp()
745 } while (response_available == B_TRUE); in hci1394_isr_arresp()
788 boolean_t response_available; in hci1394_isr_atresp_complete() local
807 B_FALSE, &response_available); in hci1394_isr_atresp_complete()
808 } while (response_available == B_TRUE); in hci1394_isr_atresp_complete()
H A Dhci1394_async.c629 boolean_t *response_available) in hci1394_async_arresp_process() argument
640 ASSERT(response_available != NULL); in hci1394_async_arresp_process()
650 *response_available = B_FALSE; in hci1394_async_arresp_process()
658 *response_available = B_TRUE; in hci1394_async_arresp_process()
934 boolean_t flush_q, boolean_t *response_available) in hci1394_async_atresp_process() argument
942 ASSERT(response_available != NULL); in hci1394_async_atresp_process()
955 *response_available = B_FALSE; in hci1394_async_atresp_process()
960 *response_available = B_TRUE; in hci1394_async_atresp_process()
3047 boolean_t response_available; in hci1394_async_arresp_flush() local
3057 &response_available); in hci1394_async_arresp_flush()
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_async.h232 boolean_t *response_available);
236 boolean_t flush_q, boolean_t *response_available);