Name Date Size #Lines LOC

..--

MakefileH A D25-Apr-20253.1 KiB12877

Makefile.freebsdH A D25-Apr-20252 KiB8340

READMEH A D25-Apr-2025776 1814

reassign_addr.txtH A D25-Apr-2025465 128

scsi_inquiry.cH A D25-Apr-20254.1 KiB13195

sdiag_sas_p0_cjtpat.txtH A D25-Apr-2025405 1312

sdiag_sas_p0_prbs9.txtH A D25-Apr-2025407 1312

sdiag_sas_p1_cjtpat.txtH A D25-Apr-2025464 1413

sdiag_sas_p1_idle.txtH A D25-Apr-2025560 1514

sdiag_sas_p1_prbs15.txtH A D25-Apr-2025408 1312

sdiag_sas_p1_stop.txtH A D25-Apr-2025359 1211

sg__sat_identify.cH A D25-Apr-20257.6 KiB217151

sg__sat_phy_event.cH A D25-Apr-202512 KiB351280

sg__sat_set_features.cH A D25-Apr-20259.7 KiB281218

sg_compare_and_write.txtH A D25-Apr-20252.4 KiB6856

sg_excl.cH A D25-Apr-20256 KiB203148

sg_persist_tst.shH A D25-Apr-20253.5 KiB131107

sg_sat_chk_power.cH A D25-Apr-20258.9 KiB257193

sg_sat_smart_rd_data.cH A D25-Apr-20256.4 KiB189133

sg_simple1.cH A D25-Apr-20255.9 KiB194136

sg_simple16.cH A D25-Apr-20253.4 KiB12390

sg_simple2.cH A D25-Apr-20256.6 KiB198145

sg_simple3.cH A D25-Apr-20256.5 KiB206154

sg_simple4.cH A D25-Apr-20257.2 KiB239181

sg_simple5.cH A D25-Apr-20257.5 KiB237199

sg_unmap_example.txtH A D25-Apr-20251.5 KiB4136

sgq_dd.cH A D25-Apr-202537.8 KiB1,2311,100

transport_ids.txtH A D25-Apr-20251.1 KiB3222

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