Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
Makefile | H A D | 25-Apr-2025 | 3.1 KiB | 128 | 77 | |
Makefile.freebsd | H A D | 25-Apr-2025 | 2 KiB | 83 | 40 | |
README | H A D | 25-Apr-2025 | 776 | 18 | 14 | |
reassign_addr.txt | H A D | 25-Apr-2025 | 465 | 12 | 8 | |
scsi_inquiry.c | H A D | 25-Apr-2025 | 4.1 KiB | 131 | 95 | |
sdiag_sas_p0_cjtpat.txt | H A D | 25-Apr-2025 | 405 | 13 | 12 | |
sdiag_sas_p0_prbs9.txt | H A D | 25-Apr-2025 | 407 | 13 | 12 | |
sdiag_sas_p1_cjtpat.txt | H A D | 25-Apr-2025 | 464 | 14 | 13 | |
sdiag_sas_p1_idle.txt | H A D | 25-Apr-2025 | 560 | 15 | 14 | |
sdiag_sas_p1_prbs15.txt | H A D | 25-Apr-2025 | 408 | 13 | 12 | |
sdiag_sas_p1_stop.txt | H A D | 25-Apr-2025 | 359 | 12 | 11 | |
sg__sat_identify.c | H A D | 25-Apr-2025 | 7.6 KiB | 217 | 151 | |
sg__sat_phy_event.c | H A D | 25-Apr-2025 | 12 KiB | 351 | 280 | |
sg__sat_set_features.c | H A D | 25-Apr-2025 | 9.7 KiB | 281 | 218 | |
sg_compare_and_write.txt | H A D | 25-Apr-2025 | 2.4 KiB | 68 | 56 | |
sg_excl.c | H A D | 25-Apr-2025 | 6 KiB | 203 | 148 | |
sg_persist_tst.sh | H A D | 25-Apr-2025 | 3.5 KiB | 131 | 107 | |
sg_sat_chk_power.c | H A D | 25-Apr-2025 | 8.9 KiB | 257 | 193 | |
sg_sat_smart_rd_data.c | H A D | 25-Apr-2025 | 6.4 KiB | 189 | 133 | |
sg_simple1.c | H A D | 25-Apr-2025 | 5.9 KiB | 194 | 136 | |
sg_simple16.c | H A D | 25-Apr-2025 | 3.4 KiB | 123 | 90 | |
sg_simple2.c | H A D | 25-Apr-2025 | 6.6 KiB | 198 | 145 | |
sg_simple3.c | H A D | 25-Apr-2025 | 6.5 KiB | 206 | 154 | |
sg_simple4.c | H A D | 25-Apr-2025 | 7.2 KiB | 239 | 181 | |
sg_simple5.c | H A D | 25-Apr-2025 | 7.5 KiB | 237 | 199 | |
sg_unmap_example.txt | H A D | 25-Apr-2025 | 1.5 KiB | 41 | 36 | |
sgq_dd.c | H A D | 25-Apr-2025 | 37.8 KiB | 1,231 | 1,100 | |
transport_ids.txt | H A D | 25-Apr-2025 | 1.1 KiB | 32 | 22 |
README
1Building files in this directory depends on several files being already 2built in the ../lib directory. So to build files here, the ./configure 3needs to be executed in the parent directory followed by changing 4directory to the lib directory and calling 'make' there. 5Another way is to do a top level 'make' after the ./configure which 6will make the libraries followed by all the utilities in the src/ 7directory. To make them in FreeBSD use 'make -f Makefile.freebsd' . 8 9There is an brief explanation of each example in the README file in 10the main (i.e. this directory's parent) directory. There are also 11some notes at the top of each source file. 12 13Some files that were previously in this directory have been moved to 14the 'testing' directory. 15 16Douglas Gilbert 1719th January 2018 18