Lines Matching refs:body
78 ndmpd_scsi_open_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_open_v2() argument
80 ndmp_scsi_open_request_v2 *request = (ndmp_scsi_open_request_v2 *)body; in ndmpd_scsi_open_v2()
100 ndmpd_scsi_close_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_close_v2() argument
150 ndmpd_scsi_get_state_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_get_state_v2() argument
194 ndmpd_scsi_set_target_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_set_target_v2() argument
198 request = (ndmp_scsi_set_target_request_v2 *) body; in ndmpd_scsi_set_target_v2()
220 ndmpd_scsi_reset_device_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_reset_device_v2() argument
264 ndmpd_scsi_reset_bus_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_reset_bus_v2() argument
289 ndmpd_scsi_execute_cdb_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_execute_cdb_v2() argument
291 ndmp_execute_cdb_request *request = (ndmp_execute_cdb_request *) body; in ndmpd_scsi_execute_cdb_v2()
329 ndmpd_scsi_open_v3(ndmp_connection_t *connection, void *body) in ndmpd_scsi_open_v3() argument
331 ndmp_scsi_open_request_v3 *request = (ndmp_scsi_open_request_v3 *)body; in ndmpd_scsi_open_v3()
352 ndmpd_scsi_set_target_v3(ndmp_connection_t *connection, void *body) in ndmpd_scsi_set_target_v3() argument
356 request = (ndmp_scsi_set_target_request_v3 *) body; in ndmpd_scsi_set_target_v3()