• Home
  • Raw
  • Download

Lines Matching defs:vp

429 destruct_scsi_pt_obj(struct sg_pt_base * vp)  in destruct_scsi_pt_obj()
449 clear_scsi_pt_obj(struct sg_pt_base * vp) in clear_scsi_pt_obj()
486 partial_clear_scsi_pt_obj(struct sg_pt_base * vp) in partial_clear_scsi_pt_obj()
539 set_pt_file_handle(struct sg_pt_base * vp, int dev_fd, int verbose) in set_pt_file_handle()
623 sg_linux_get_sg_version(const struct sg_pt_base * vp) in sg_linux_get_sg_version()
633 get_pt_file_handle(const struct sg_pt_base * vp) in get_pt_file_handle()
641 set_scsi_pt_cdb(struct sg_pt_base * vp, const uint8_t * cdb, in set_scsi_pt_cdb()
651 get_scsi_pt_cdb_len(const struct sg_pt_base * vp) in get_scsi_pt_cdb_len()
659 get_scsi_pt_cdb_buf(const struct sg_pt_base * vp) in get_scsi_pt_cdb_buf()
667 set_scsi_pt_sense(struct sg_pt_base * vp, uint8_t * sense, in set_scsi_pt_sense()
682 set_scsi_pt_data_in(struct sg_pt_base * vp, uint8_t * dxferp, in set_scsi_pt_data_in()
697 set_scsi_pt_data_out(struct sg_pt_base * vp, const uint8_t * dxferp, in set_scsi_pt_data_out()
711 set_pt_metadata_xfer(struct sg_pt_base * vp, uint8_t * dxferp, in set_pt_metadata_xfer()
724 set_scsi_pt_packet_id(struct sg_pt_base * vp, int pack_id) in set_scsi_pt_packet_id()
732 set_scsi_pt_tag(struct sg_pt_base * vp, uint64_t tag) in set_scsi_pt_tag()
741 set_scsi_pt_task_management(struct sg_pt_base * vp, int tmf_code) in set_scsi_pt_task_management()
752 set_scsi_pt_task_attr(struct sg_pt_base * vp, int attribute, int priority) in set_scsi_pt_task_attr()
776 set_scsi_pt_flags(struct sg_pt_base * vp, int flags) in set_scsi_pt_flags()
798 get_scsi_pt_resid(const struct sg_pt_base * vp) in get_scsi_pt_resid()
813 get_pt_req_lengths(const struct sg_pt_base * vp, int * req_dinp, in get_pt_req_lengths()
833 get_pt_actual_lengths(const struct sg_pt_base * vp, int * act_dinp, in get_pt_actual_lengths()
855 get_scsi_pt_status_response(const struct sg_pt_base * vp) in get_scsi_pt_status_response()
866 get_pt_result(const struct sg_pt_base * vp) in get_pt_result()
877 get_scsi_pt_sense_len(const struct sg_pt_base * vp) in get_scsi_pt_sense_len()
885 get_scsi_pt_sense_buf(const struct sg_pt_base * vp) in get_scsi_pt_sense_buf()
893 get_scsi_pt_duration_ms(const struct sg_pt_base * vp) in get_scsi_pt_duration_ms()
904 get_pt_duration_ns(const struct sg_pt_base * vp) in get_pt_duration_ns()
912 get_scsi_pt_transport_err(const struct sg_pt_base * vp) in get_scsi_pt_transport_err()
920 set_scsi_pt_transport_err(struct sg_pt_base * vp, int err) in set_scsi_pt_transport_err()
931 get_scsi_pt_transport_err_str(const struct sg_pt_base * vp, int max_b_len, in get_scsi_pt_transport_err_str()
972 get_scsi_pt_result_category(const struct sg_pt_base * vp) in get_scsi_pt_result_category()
995 get_scsi_pt_os_err(const struct sg_pt_base * vp) in get_scsi_pt_os_err()
1003 get_scsi_pt_os_err_str(const struct sg_pt_base * vp, int max_b_len, char * b) in get_scsi_pt_os_err_str()
1016 pt_device_is_nvme(const struct sg_pt_base * vp) in pt_device_is_nvme()
1027 get_pt_nvme_nsid(const struct sg_pt_base * vp) in get_pt_nvme_nsid()
1122 do_scsi_pt(struct sg_pt_base * vp, int fd, int time_secs, int verbose) in do_scsi_pt()