Lines Matching refs:kern_data_ptr
303 ctsio->kern_data_ptr = malloc(data_len, M_CTL, M_WAITOK | M_ZERO); in ctl_inquiry_evpd_tpc()
304 tpc_ptr = (struct scsi_vpd_tpc *)ctsio->kern_data_ptr; in ctl_inquiry_evpd_tpc()
470 ctsio->kern_data_ptr = malloc(total_len, M_CTL, M_WAITOK | M_ZERO); in ctl_receive_copy_operating_parameters()
476 data = (struct scsi_receive_copy_operating_parameters_data *)ctsio->kern_data_ptr; in ctl_receive_copy_operating_parameters()
558 ctsio->kern_data_ptr = malloc(total_len, M_CTL, M_WAITOK | M_ZERO); in ctl_receive_copy_status_lid1()
564 data = (struct scsi_receive_copy_status_lid1_data *)ctsio->kern_data_ptr; in ctl_receive_copy_status_lid1()
626 ctsio->kern_data_ptr = malloc(total_len, M_CTL, M_WAITOK | M_ZERO); in ctl_receive_copy_failure_details()
632 data = (struct scsi_receive_copy_failure_details_data *)ctsio->kern_data_ptr; in ctl_receive_copy_failure_details()
688 ctsio->kern_data_ptr = malloc(total_len, M_CTL, M_WAITOK | M_ZERO); in ctl_receive_copy_status_lid4()
694 data = (struct scsi_receive_copy_status_lid4_data *)ctsio->kern_data_ptr; in ctl_receive_copy_status_lid4()
1699 ctsio->kern_data_ptr = malloc(len, M_CTL, M_WAITOK); in ctl_extended_copy_lid1()
1711 data = (struct scsi_extended_copy_lid1_data *)ctsio->kern_data_ptr; in ctl_extended_copy_lid1()
1745 list->params = ctsio->kern_data_ptr; in ctl_extended_copy_lid1()
1811 free(ctsio->kern_data_ptr, M_CTL); in ctl_extended_copy_lid1()
1853 ctsio->kern_data_ptr = malloc(len, M_CTL, M_WAITOK); in ctl_extended_copy_lid4()
1865 data = (struct scsi_extended_copy_lid4_data *)ctsio->kern_data_ptr; in ctl_extended_copy_lid4()
1899 list->params = ctsio->kern_data_ptr; in ctl_extended_copy_lid4()
1965 free(ctsio->kern_data_ptr, M_CTL); in ctl_extended_copy_lid4()
2050 ctsio->kern_data_ptr = malloc(len, M_CTL, M_WAITOK); in ctl_populate_token()
2062 data = (struct scsi_populate_token_data *)ctsio->kern_data_ptr; in ctl_populate_token()
2147 token->params = ctsio->kern_data_ptr; in ctl_populate_token()
2176 free(ctsio->kern_data_ptr, M_CTL); in ctl_populate_token()
2213 ctsio->kern_data_ptr = malloc(len, M_CTL, M_WAITOK); in ctl_write_using_token()
2225 data = (struct scsi_write_using_token_data *)ctsio->kern_data_ptr; in ctl_write_using_token()
2271 list->params = ctsio->kern_data_ptr; in ctl_write_using_token()
2330 free(ctsio->kern_data_ptr, M_CTL); in ctl_write_using_token()
2378 ctsio->kern_data_ptr = malloc(total_len, M_CTL, M_WAITOK | M_ZERO); in ctl_receive_rod_token_information()
2384 data = (struct scsi_receive_copy_status_lid4_data *)ctsio->kern_data_ptr; in ctl_receive_rod_token_information()
2449 ctsio->kern_data_ptr = malloc(total_len, M_CTL, M_WAITOK | M_ZERO); in ctl_report_all_rod_tokens()
2455 data = (struct scsi_report_all_rod_tokens_data *)ctsio->kern_data_ptr; in ctl_report_all_rod_tokens()