/usr/share/doc/sg3-utils/examples
NameSizeModeActions
archive/-0755rm
forwarded_sense.txt2960644editdlrm
Makefile31560644editdlrm
Makefile.freebsd20230644editdlrm
nvme_dev_self_test.hex8060644editdlrm
nvme_identify_ctl.hex11980644editdlrm
nvme_read_ctl.hex18320644editdlrm
nvme_write_ctl.hex18460644editdlrm
README7760644editdlrm
reassign_addr.txt4650644editdlrm
ref_sense.txt3050644editdlrm
scsi_inquiry.c41850644editdlrm
sdiag_sas_p0_cjtpat.txt4050644editdlrm
sdiag_sas_p0_prbs9.txt4070644editdlrm
sdiag_sas_p1_cjtpat.txt4640644editdlrm
sdiag_sas_p1_idle.txt5600644editdlrm
sdiag_sas_p1_prbs15.txt4080644editdlrm
sdiag_sas_p1_stop.txt3590644editdlrm
sgq_dd.c386790644editdlrm
sg_compare_and_write.txt24830644editdlrm
sg_excl.c61280644editdlrm
sg_persist_tst.sh36240755editdlrm
sg_sat_chk_power.c91640644editdlrm
sg_sat_smart_rd_data.c65560644editdlrm
sg_simple1.c60060644editdlrm
sg_simple2.c67440644editdlrm
sg_simple3.c66120644editdlrm
sg_simple4.c74240644editdlrm
sg_simple5.c76490644editdlrm
sg_simple16.c34940644editdlrm
sg_unmap_example.txt15710644editdlrm
sg__sat_identify.c77330644editdlrm
sg__sat_phy_event.c123040644editdlrm
sg__sat_set_features.c99340644editdlrm
transport_ids.txt11240644editdlrm
Edit: /usr/share/doc/sg3-utils/examples/nvme_dev_self_test.hex (806B)
# 64 byte NVMe Device Self Test command (an Admin command) that is suitable # for: # sg_raw --cmdfile= # # There is no data-in or data-out associated with this command. This command # is optional so check the Identify controller command response to see if # it is supported. # # The following invocation will self test the controller and all its # namespaces (since nsid=0xffffffff) and does a "short" self test on each # one (since CDW10 is 0x1). 14 00 00 00 ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 # A typical invocation in Linux and FreeBSD would look like this: # sg_raw --cmdfile=nvme_dev_self_test.hex /dev/nvme0 #