Searched refs:s1394_send_response (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/io/1394/ |
H A D | h1394.c | 946 (void) s1394_send_response(hal, req); in h1394_read_request() 958 (void) s1394_send_response(hal, req); in h1394_read_request() 969 (void) s1394_send_response(hal, req); in h1394_read_request() 982 (void) s1394_send_response(hal, req); in h1394_read_request() 1071 (void) s1394_send_response(hal, req); in h1394_read_request() 1214 (void) s1394_send_response(hal, req); in h1394_write_request() 1304 (void) s1394_send_response(hal, req); in h1394_write_request() 1362 (void) s1394_send_response(hal, req); in h1394_lock_request() 1407 (void) s1394_send_response(hal, req); in h1394_lock_request() 1418 (void) s1394_send_response(hal, req); in h1394_lock_request() [all …]
|
H A D | s1394_cmp.c | 263 (void) s1394_send_response(hal, req); in s1394_cmp_ompr_recv_read_request() 287 (void) s1394_send_response(hal, req); in s1394_cmp_impr_recv_read_request() 320 (void) s1394_send_response(hal, req); in s1394_cmp_ompr_recv_lock_request() 358 (void) s1394_send_response(hal, req); in s1394_cmp_impr_recv_lock_request()
|
H A D | s1394_csr.c | 562 (void) s1394_send_response(hal, req); in s1394_CSR_state_clear() 641 (void) s1394_send_response(hal, req); in s1394_CSR_state_clear() 675 (void) s1394_send_response(hal, req); in s1394_CSR_state_set() 741 (void) s1394_send_response(hal, req); in s1394_CSR_state_set() 788 (void) s1394_send_response(hal, req); in s1394_CSR_reset_start() 813 (void) s1394_send_response(hal, req); in s1394_CSR_reset_start() 883 (void) s1394_send_response(hal, req); in s1394_CSR_test_regs() 978 (void) s1394_send_response(hal, req); in s1394_CSR_cycle_time() 1030 (void) s1394_send_response(hal, req); in s1394_CSR_cycle_time() 1061 (void) s1394_send_response(hal, req); in s1394_CSR_bus_time() [all …]
|
H A D | s1394_fcp.c | 332 (void) s1394_send_response(hal, req); in s1394_fcp_recv_write_unclaimed()
|
H A D | s1394_asynch.c | 1106 s1394_send_response(s1394_hal_t *hal, cmd1394_cmd_t *resp) in s1394_send_response() function
|
H A D | t1394.c | 1310 ret = s1394_send_response(hal, resp); in t1394_recv_request_done()
|
/titanic_44/usr/src/uts/common/io/warlock/ |
H A D | hci1394.wlcmd | 69 add h1394_lock_request/recv_lock_req targets s1394_send_response 70 add h1394_read_request/recv_read_req targets s1394_send_response 71 add h1394_write_request/recv_write_req targets s1394_send_response
|
/titanic_44/usr/src/uts/common/sys/1394/ |
H A D | s1394.h | 995 int s1394_send_response(s1394_hal_t *hal, cmd1394_cmd_t *resp);
|