Lines Matching defs:vp
676 struct sg_pt_base * vp = NULL; in construct_scsi_pt_obj_with_fd() local
747 destruct_scsi_pt_obj(struct sg_pt_base * vp) in destruct_scsi_pt_obj()
764 set_pt_file_handle(struct sg_pt_base * vp, int dev_han, int vb) in set_pt_file_handle()
819 get_pt_file_handle(const struct sg_pt_base * vp) in get_pt_file_handle()
832 clear_scsi_pt_obj(struct sg_pt_base * vp) in clear_scsi_pt_obj()
867 partial_clear_scsi_pt_obj(struct sg_pt_base * vp) in partial_clear_scsi_pt_obj()
893 set_scsi_pt_cdb(struct sg_pt_base * vp, const uint8_t * cdb, in set_scsi_pt_cdb()
920 get_scsi_pt_cdb_len(const struct sg_pt_base * vp) in get_scsi_pt_cdb_len()
928 get_scsi_pt_cdb_buf(const struct sg_pt_base * vp) in get_scsi_pt_cdb_buf()
946 set_scsi_pt_sense(struct sg_pt_base * vp, uint8_t * sense, int sense_len) in set_scsi_pt_sense()
958 set_scsi_pt_data_in(struct sg_pt_base * vp, uint8_t * dxferp, in set_scsi_pt_data_in()
978 set_scsi_pt_data_out(struct sg_pt_base * vp, const uint8_t * dxferp, in set_scsi_pt_data_out()
996 set_pt_metadata_xfer(struct sg_pt_base * vp, uint8_t * mdxferp, in set_pt_metadata_xfer()
1011 set_scsi_pt_packet_id(struct sg_pt_base * vp __attribute__ ((unused)), in set_scsi_pt_packet_id()
1017 set_scsi_pt_tag(struct sg_pt_base * vp, uint64_t tag __attribute__ ((unused))) in set_scsi_pt_tag()
1025 set_scsi_pt_task_management(struct sg_pt_base * vp, in set_scsi_pt_task_management()
1034 set_scsi_pt_task_attr(struct sg_pt_base * vp, in set_scsi_pt_task_attr()
1131 scsi_pt_indirect(struct sg_pt_base * vp, struct sg_pt_handle * shp, in scsi_pt_indirect()
1238 do_scsi_pt(struct sg_pt_base * vp, int dev_fd, int time_secs, int vb) in do_scsi_pt()
1294 get_scsi_pt_result_category(const struct sg_pt_base * vp) in get_scsi_pt_result_category()
1312 get_scsi_pt_resid(const struct sg_pt_base * vp) in get_scsi_pt_resid()
1320 get_pt_req_lengths(const struct sg_pt_base * vp, int * req_dinp, in get_pt_req_lengths()
1340 get_pt_actual_lengths(const struct sg_pt_base * vp, int * act_dinp, in get_pt_actual_lengths()
1361 get_scsi_pt_status_response(const struct sg_pt_base * vp) in get_scsi_pt_status_response()
1371 get_pt_result(const struct sg_pt_base * vp) in get_pt_result()
1381 get_scsi_pt_sense_len(const struct sg_pt_base * vp) in get_scsi_pt_sense_len()
1391 get_scsi_pt_sense_buf(const struct sg_pt_base * vp) in get_scsi_pt_sense_buf()
1400 get_scsi_pt_duration_ms(const struct sg_pt_base * vp __attribute__ ((unused))) in get_scsi_pt_duration_ms()
1410 get_pt_duration_ns(const struct sg_pt_base * vp __attribute__ ((unused))) in get_pt_duration_ns()
1416 get_scsi_pt_transport_err(const struct sg_pt_base * vp) in get_scsi_pt_transport_err()
1424 set_scsi_pt_transport_err(struct sg_pt_base * vp, int err) in set_scsi_pt_transport_err()
1432 get_scsi_pt_os_err(const struct sg_pt_base * vp) in get_scsi_pt_os_err()
1440 pt_device_is_nvme(const struct sg_pt_base * vp) in pt_device_is_nvme()
1451 get_pt_nvme_nsid(const struct sg_pt_base * vp) in get_pt_nvme_nsid()
1460 get_scsi_pt_transport_err_str(const struct sg_pt_base * vp, int max_b_len, in get_scsi_pt_transport_err_str()
1474 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()
3148 do_nvm_pt(struct sg_pt_base * vp, int submq, int timeout_secs, int verbose) in do_nvm_pt()