Searched refs:s1394_send_response (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/io/1394/ |
H A D | h1394.c | 803 (void) s1394_send_response(hal, req); in h1394_read_request() 813 (void) s1394_send_response(hal, req); in h1394_read_request() 822 (void) s1394_send_response(hal, req); in h1394_read_request() 833 (void) s1394_send_response(hal, req); in h1394_read_request() 908 (void) s1394_send_response(hal, req); in h1394_read_request() 1033 (void) s1394_send_response(hal, req); in h1394_write_request() 1109 (void) s1394_send_response(hal, req); in h1394_write_request() 1159 (void) s1394_send_response(hal, req); in h1394_lock_request() 1197 (void) s1394_send_response(hal, req); in h1394_lock_request() 1206 (void) s1394_send_response(hal, req); in h1394_lock_request() [all …]
|
H A D | s1394_csr.c | 460 (void) s1394_send_response(hal, req); in s1394_CSR_state_clear() 537 (void) s1394_send_response(hal, req); in s1394_CSR_state_clear() 566 (void) s1394_send_response(hal, req); in s1394_CSR_state_set() 630 (void) s1394_send_response(hal, req); in s1394_CSR_state_set() 668 (void) s1394_send_response(hal, req); in s1394_CSR_reset_start() 691 (void) s1394_send_response(hal, req); in s1394_CSR_reset_start() 744 (void) s1394_send_response(hal, req); in s1394_CSR_test_regs() 815 (void) s1394_send_response(hal, req); in s1394_CSR_cycle_time() 865 (void) s1394_send_response(hal, req); in s1394_CSR_cycle_time() 892 (void) s1394_send_response(hal, req); in s1394_CSR_bus_time() [all …]
|
H A D | s1394_cmp.c | 239 (void) s1394_send_response(hal, req); in s1394_cmp_ompr_recv_read_request() 257 (void) s1394_send_response(hal, req); in s1394_cmp_impr_recv_read_request() 284 (void) s1394_send_response(hal, req); in s1394_cmp_ompr_recv_lock_request() 316 (void) s1394_send_response(hal, req); in s1394_cmp_impr_recv_lock_request()
|
H A D | s1394_fcp.c | 307 (void) s1394_send_response(hal, req); in s1394_fcp_recv_write_unclaimed()
|
H A D | s1394_asynch.c | 971 s1394_send_response(s1394_hal_t *hal, cmd1394_cmd_t *resp) in s1394_send_response() function
|
H A D | t1394.c | 1125 ret = s1394_send_response(hal, resp); in t1394_recv_request_done()
|
/illumos-gate/usr/src/uts/common/sys/1394/ |
H A D | s1394.h | 959 int s1394_send_response(s1394_hal_t *hal, cmd1394_cmd_t *resp);
|