/aosp_15_r20/external/sg3_utils/lib/ |
H A D | sg_pt_dummy.c | 118 construct_scsi_pt_obj_with_fd(int device_fd, int verbose) in construct_scsi_pt_obj_with_fd() function 134 return construct_scsi_pt_obj_with_fd(-1, 0); in construct_scsi_pt_obj()
|
H A D | sg_cmds_basic.c | 429 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, verbose); in sg_ll_inquiry_com() 655 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, verbose); in sg_ll_test_unit_ready_com() 773 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, verbose); in sg_ll_request_sense_com()
|
H A D | sg_pt_solaris.c | 96 construct_scsi_pt_obj_with_fd(int dev_fd, int verbose) in construct_scsi_pt_obj_with_fd() function 119 return construct_scsi_pt_obj_with_fd(-1, 0); in construct_scsi_pt_obj()
|
H A D | sg_pt_haiku.c | 92 construct_scsi_pt_obj_with_fd(int device_fd, int verbose) in construct_scsi_pt_obj_with_fd() function 115 return construct_scsi_pt_obj_with_fd(-1, 0); in construct_scsi_pt_obj()
|
H A D | sg_pt_osf1.c | 174 construct_scsi_pt_obj_with_fd(int device_fd, int verbose) in construct_scsi_pt_obj_with_fd() function 192 return construct_scsi_pt_obj_with_fd(-1, 0); in construct_scsi_pt_obj()
|
H A D | sg_pt_linux.c | 389 construct_scsi_pt_obj_with_fd(int dev_fd, int verbose) in construct_scsi_pt_obj_with_fd() function 425 return construct_scsi_pt_obj_with_fd(-1 /* dev_fd */, 0 /* verbose */); in construct_scsi_pt_obj()
|
H A D | sg_cmds_basic2.c | 1007 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, verbose); in sg_ll_start_stop_unit_com()
|
H A D | sg_cmds_extra.c | 521 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, vb); in sg_ll_send_diag_com() 625 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, vb); in sg_ll_receive_diag_com()
|
H A D | sg_pt_win32.c | 672 construct_scsi_pt_obj_with_fd(int dev_fd, int vb) in construct_scsi_pt_obj_with_fd() function 743 return construct_scsi_pt_obj_with_fd(-1, 0); in construct_scsi_pt_obj()
|
H A D | sg_pt_freebsd.c | 536 construct_scsi_pt_obj_with_fd(int dev_han, int vb) in construct_scsi_pt_obj_with_fd() function 571 return construct_scsi_pt_obj_with_fd(-1, 0); in construct_scsi_pt_obj()
|
/aosp_15_r20/external/sg3_utils/src/ |
H A D | sg_stream_ctl.c | 134 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, verbose); in sg_ll_get_stream_status() 204 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, verbose); in sg_ll_stream_control()
|
H A D | sg_requests.c | 285 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, verbose); in main()
|
H A D | sg_opcodes.c | 1281 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, op->verbose); in main() 1323 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, op->verbose); in main()
|
H A D | sg_turs.c | 558 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, op->verbose); in main()
|
H A D | sg_get_elem_status.c | 175 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, verbose); in sg_ll_get_phy_elem_status()
|
H A D | sg_raw.c | 599 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, op->verbose); in main()
|
H A D | sg_inq.c | 4075 ptvp = construct_scsi_pt_obj_with_fd(pt_fd, vb); in do_nvme_identify_ctrl()
|
H A D | sg_ses.c | 5743 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, vb); in main()
|
/aosp_15_r20/external/sg3_utils/include/ |
H A D | sg_pt.h | 84 construct_scsi_pt_obj_with_fd(int dev_fd, int verbose);
|
/aosp_15_r20/external/sg3_utils/testing/ |
H A D | sg_tst_context.cpp | 317 ptp = construct_scsi_pt_obj_with_fd(pt_fd, verbose); in work_thread()
|
H A D | sg_tst_nvme.c | 761 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, vb); in main()
|
H A D | sg_tst_async.cpp | 892 ptp = construct_scsi_pt_obj_with_fd(sg_fd, vb); in work_sync_thread()
|
/aosp_15_r20/external/sg3_utils/ |
H A D | ChangeLog | 517 - sg_pt: add construct_scsi_pt_obj_with_fd()
|