Home
last modified time | relevance | path

Searched refs:disktest (Results 1 – 15 of 15) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
DMakefile.aix145 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 …]
Ddisktest.spec2 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
DREADME8 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.gitignore1 /disktest
DMakefile.windows3 CFG=disktest - Release
4 !MESSAGE No configuration specified. Defaulting to disktest - Release.
DCHANGELOG23 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/
DMakefile1 disktest: disktest.c target
2 cc disktest.c -Wall -D_FILE_OFFSET_BITS=64 -D _GNU_SOURCE -static -o disktest
Dcontrol.export14 job.run_test('disktest', disks=glob.glob('/export/*'))
Dcontrol21 job.run_test('disktest')
Ddisktest.py6 class disktest(test.test): class
/external/autotest/client/tests/disktest/src/
DMakefile2 TARGET = disktest
8 $(TARGET): disktest.c
/external/autotest/utils/
Dsite_whitelist_tests3 /usr/local/autotest/client/tests/disktest/control
/external/autotest/client/site_tests/suite_HWQual/
Dcontrol.auto89 job.run_test('disktest')
/external/autotest/server/site_tests/sequences/
Dcontrol.benchmarks31 ('disktest', {}), # Runtime 0:05
/external/ltp/
Dgen.bp14505 stem: "disktest",
14508 "testcases/kernel/io/disktest/Getopt.c",
14509 "testcases/kernel/io/disktest/sfunc.c",
14510 "testcases/kernel/io/disktest/dump.c",
14511 "testcases/kernel/io/disktest/parse.c",
14512 "testcases/kernel/io/disktest/stats.c",
14513 "testcases/kernel/io/disktest/usage.c",
14514 "testcases/kernel/io/disktest/threading.c",
14515 "testcases/kernel/io/disktest/globals.c",
14516 "testcases/kernel/io/disktest/io.c",
[all …]