Lines Matching refs:kern_data_ptr
302 ctsio->kern_data_ptr = malloc(data_len, M_CTL, M_WAITOK | M_ZERO); in ctl_inquiry_evpd_tpc()
303 tpc_ptr = (struct scsi_vpd_tpc *)ctsio->kern_data_ptr; in ctl_inquiry_evpd_tpc()
469 ctsio->kern_data_ptr = malloc(total_len, M_CTL, M_WAITOK | M_ZERO); in ctl_receive_copy_operating_parameters()
475 data = (struct scsi_receive_copy_operating_parameters_data *)ctsio->kern_data_ptr; in ctl_receive_copy_operating_parameters()
557 ctsio->kern_data_ptr = malloc(total_len, M_CTL, M_WAITOK | M_ZERO); in ctl_receive_copy_status_lid1()
563 data = (struct scsi_receive_copy_status_lid1_data *)ctsio->kern_data_ptr; in ctl_receive_copy_status_lid1()
625 ctsio->kern_data_ptr = malloc(total_len, M_CTL, M_WAITOK | M_ZERO); in ctl_receive_copy_failure_details()
631 data = (struct scsi_receive_copy_failure_details_data *)ctsio->kern_data_ptr; in ctl_receive_copy_failure_details()
687 ctsio->kern_data_ptr = malloc(total_len, M_CTL, M_WAITOK | M_ZERO); in ctl_receive_copy_status_lid4()
693 data = (struct scsi_receive_copy_status_lid4_data *)ctsio->kern_data_ptr; in ctl_receive_copy_status_lid4()
1698 ctsio->kern_data_ptr = malloc(len, M_CTL, M_WAITOK); in ctl_extended_copy_lid1()
1710 data = (struct scsi_extended_copy_lid1_data *)ctsio->kern_data_ptr; in ctl_extended_copy_lid1()
1744 list->params = ctsio->kern_data_ptr; in ctl_extended_copy_lid1()
1810 free(ctsio->kern_data_ptr, M_CTL); in ctl_extended_copy_lid1()
1852 ctsio->kern_data_ptr = malloc(len, M_CTL, M_WAITOK); in ctl_extended_copy_lid4()
1864 data = (struct scsi_extended_copy_lid4_data *)ctsio->kern_data_ptr; in ctl_extended_copy_lid4()
1898 list->params = ctsio->kern_data_ptr; in ctl_extended_copy_lid4()
1964 free(ctsio->kern_data_ptr, M_CTL); in ctl_extended_copy_lid4()
2049 ctsio->kern_data_ptr = malloc(len, M_CTL, M_WAITOK); in ctl_populate_token()
2061 data = (struct scsi_populate_token_data *)ctsio->kern_data_ptr; in ctl_populate_token()
2146 token->params = ctsio->kern_data_ptr; in ctl_populate_token()
2175 free(ctsio->kern_data_ptr, M_CTL); in ctl_populate_token()
2212 ctsio->kern_data_ptr = malloc(len, M_CTL, M_WAITOK); in ctl_write_using_token()
2224 data = (struct scsi_write_using_token_data *)ctsio->kern_data_ptr; in ctl_write_using_token()
2270 list->params = ctsio->kern_data_ptr; in ctl_write_using_token()
2329 free(ctsio->kern_data_ptr, M_CTL); in ctl_write_using_token()
2377 ctsio->kern_data_ptr = malloc(total_len, M_CTL, M_WAITOK | M_ZERO); in ctl_receive_rod_token_information()
2383 data = (struct scsi_receive_copy_status_lid4_data *)ctsio->kern_data_ptr; in ctl_receive_rod_token_information()
2448 ctsio->kern_data_ptr = malloc(total_len, M_CTL, M_WAITOK | M_ZERO); in ctl_report_all_rod_tokens()
2454 data = (struct scsi_report_all_rod_tokens_data *)ctsio->kern_data_ptr; in ctl_report_all_rod_tokens()