Searched refs:sg_pt_linux_scsi (Results 1 – 3 of 3) sorted by relevance
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_pt_linux.c | 398 struct sg_pt_linux_scsi * ptp; in construct_scsi_pt_obj_with_fd() 406 ptp = (struct sg_pt_linux_scsi *) in construct_scsi_pt_obj_with_fd() 407 calloc(1, sizeof(struct sg_pt_linux_scsi)); in construct_scsi_pt_obj_with_fd() 434 struct sg_pt_linux_scsi * ptp = &vp->impl; in destruct_scsi_pt_obj() 452 struct sg_pt_linux_scsi * ptp = &vp->impl; in clear_scsi_pt_obj() 460 memset(ptp, 0, sizeof(struct sg_pt_linux_scsi)); in clear_scsi_pt_obj() 484 struct sg_pt_linux_scsi * ptp = &vp->impl; in set_pt_file_handle() 512 const struct sg_pt_linux_scsi * ptp = &vp->impl; in get_pt_file_handle() 521 struct sg_pt_linux_scsi * ptp = &vp->impl; in set_scsi_pt_cdb() 533 struct sg_pt_linux_scsi * ptp = &vp->impl; in set_scsi_pt_sense() [all …]
|
D | sg_pt_linux_nvme.c | 193 mk_sense_asc_ascq(struct sg_pt_linux_scsi * ptp, int sk, int asc, int ascq, in mk_sense_asc_ascq() 217 mk_sense_from_nvme_status(struct sg_pt_linux_scsi * ptp, int vb) in mk_sense_from_nvme_status() 249 mk_sense_invalid_fld(struct sg_pt_linux_scsi * ptp, bool in_cdb, int in_byte, in mk_sense_invalid_fld() 299 do_nvme_admin_cmd(struct sg_pt_linux_scsi * ptp, in do_nvme_admin_cmd() 388 sntl_cache_identity(struct sg_pt_linux_scsi * ptp, int time_secs, int vb) in sntl_cache_identity() 412 sntl_inq(struct sg_pt_linux_scsi * ptp, const uint8_t * cdbp, int time_secs, in sntl_inq() 543 sntl_rluns(struct sg_pt_linux_scsi * ptp, const uint8_t * cdbp, int time_secs, in sntl_rluns() 609 sntl_tur(struct sg_pt_linux_scsi * ptp, int time_secs, int vb) in sntl_tur() 653 sntl_req_sense(struct sg_pt_linux_scsi * ptp, const uint8_t * cdbp, in sntl_req_sense() 716 sntl_senddiag(struct sg_pt_linux_scsi * ptp, const uint8_t * cdbp, in sntl_senddiag() [all …]
|
/external/f2fs-tools/tools/sg_write_buffer/include/ |
D | sg_pt_linux.h | 94 struct sg_pt_linux_scsi { struct 123 struct sg_pt_linux_scsi impl; argument
|