Home
last modified time | relevance | path

Searched refs:construct_scsi_pt_obj_with_fd (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/sg3_utils/lib/
H A Dsg_pt_dummy.c118 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 Dsg_cmds_basic.c429 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 Dsg_pt_solaris.c96 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 Dsg_pt_haiku.c92 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 Dsg_pt_osf1.c174 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 Dsg_pt_linux.c389 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 Dsg_cmds_basic2.c1007 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, verbose); in sg_ll_start_stop_unit_com()
H A Dsg_cmds_extra.c521 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 Dsg_pt_win32.c672 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 Dsg_pt_freebsd.c536 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 Dsg_stream_ctl.c134 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 Dsg_requests.c285 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, verbose); in main()
H A Dsg_opcodes.c1281 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 Dsg_turs.c558 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, op->verbose); in main()
H A Dsg_get_elem_status.c175 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, verbose); in sg_ll_get_phy_elem_status()
H A Dsg_raw.c599 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, op->verbose); in main()
H A Dsg_inq.c4075 ptvp = construct_scsi_pt_obj_with_fd(pt_fd, vb); in do_nvme_identify_ctrl()
H A Dsg_ses.c5743 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, vb); in main()
/aosp_15_r20/external/sg3_utils/include/
H A Dsg_pt.h84 construct_scsi_pt_obj_with_fd(int dev_fd, int verbose);
/aosp_15_r20/external/sg3_utils/testing/
H A Dsg_tst_context.cpp317 ptp = construct_scsi_pt_obj_with_fd(pt_fd, verbose); in work_thread()
H A Dsg_tst_nvme.c761 ptvp = construct_scsi_pt_obj_with_fd(sg_fd, vb); in main()
H A Dsg_tst_async.cpp892 ptp = construct_scsi_pt_obj_with_fd(sg_fd, vb); in work_sync_thread()
/aosp_15_r20/external/sg3_utils/
H A DChangeLog517 - sg_pt: add construct_scsi_pt_obj_with_fd()