Searched refs:disktest (Results 1 – 14 of 14) sorted by relevance
/external/ltp/testcases/kernel/io/disktest/ |
D | Makefile.aix | 145 all: $(OBJS) disktest 147 disktest: $(OBJS) $(SRCS) $(ALLHDRS) 163 install: disktest 164 cp disktest /usr/bin 165 cp man1/disktest.1.gz /usr/share/man/man1 166 gunzip /usr/share/man/man1/disktest.1.gz 169 rm -f /usr/bin/disktest 170 rm -f /usr/share/man/man1/disktest.1 173 rm -f disktest $(OBJS) 179 mkdir disktest.$(VER) [all …]
|
D | disktest.spec | 2 Name: disktest 9 Source: disktest-%{version}.tar.gz 35 install -m 775 disktest $RPM_BUILD_ROOT/usr/bin 36 install -m 775 man1/disktest.1.gz $RPM_BUILD_ROOT/usr/man/man1 44 /usr/bin/disktest 45 /usr/man/man1/disktest.1.gz
|
D | README | 8 There are many optional parameters that can be supplied to disktest to have 16 Please read the CHANGELOG for details on the changes to disktest from 28 At present, the only documentation provided with disktest is the man page 29 which is included with the source files as man1/disktest.1. You can either 38 gzip -cd disktest.<version>.tar.gz | tar xvf - 42 disktest.<version> 59 disktest.1.gz 83 'disktest' as the name. 102 To get started, run disktest with the -? flag: 104 "disktest -?" [all …]
|
D | .gitignore | 1 /disktest
|
D | Makefile.windows | 3 CFG=disktest - Release 4 !MESSAGE No configuration specified. Defaulting to disktest - Release.
|
D | CHANGELOG | 23 disktest, it was found the the extra mark options which were add, caused 111 On a data miscompare, disktest will now reread the lba that caused the data 205 the targets that disktest will run against. This should work as if an 226 When using the the mark option, -m, disktest would some times report a
|
/external/autotest/client/tests/disktest/ |
D | Makefile | 1 disktest: disktest.c target 2 cc disktest.c -Wall -D_FILE_OFFSET_BITS=64 -D _GNU_SOURCE -static -o disktest
|
D | control.export | 14 job.run_test('disktest', disks=glob.glob('/export/*'))
|
D | control | 21 job.run_test('disktest')
|
D | disktest.py | 6 class disktest(test.test): class
|
/external/autotest/client/tests/disktest/src/ |
D | Makefile | 2 TARGET = disktest 8 $(TARGET): disktest.c
|
/external/autotest/utils/ |
D | site_whitelist_tests | 3 /usr/local/autotest/client/tests/disktest/control
|
/external/autotest/client/site_tests/suite_HWQual/ |
D | control.auto | 83 job.run_test('disktest')
|
/external/ltp/ |
D | gen.bp | 2019 stem: "disktest", 2022 "testcases/kernel/io/disktest/Getopt.c", 2023 "testcases/kernel/io/disktest/sfunc.c", 2024 "testcases/kernel/io/disktest/dump.c", 2025 "testcases/kernel/io/disktest/parse.c", 2026 "testcases/kernel/io/disktest/stats.c", 2027 "testcases/kernel/io/disktest/usage.c", 2028 "testcases/kernel/io/disktest/threading.c", 2029 "testcases/kernel/io/disktest/globals.c", 2030 "testcases/kernel/io/disktest/io.c", [all …]
|