Home
last modified time | relevance | path

Searched refs:tst (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/titanic_51/usr/src/pkg/manifests/
H A Dsystem-dtrace-tests.mf39 dir path=opt/SUNWdtrt/tst
40 dir path=opt/SUNWdtrt/tst/$(ARCH)
41 dir path=opt/SUNWdtrt/tst/$(ARCH)/arrays
42 $(i386_ONLY)dir path=opt/SUNWdtrt/tst/$(ARCH)/funcs
43 dir path=opt/SUNWdtrt/tst/$(ARCH)/pid
44 $(sparc_ONLY)dir path=opt/SUNWdtrt/tst/$(ARCH)/usdt
45 dir path=opt/SUNWdtrt/tst/$(ARCH)/ustack
46 dir path=opt/SUNWdtrt/tst/common
47 dir path=opt/SUNWdtrt/tst/common/aggs
48 dir path=opt/SUNWdtrt/tst/commo
[all...]
/titanic_51/usr/src/cmd/dtrace/test/tst/common/
H A DMakefile52 fasttrap/tst.fasttrap.exe := LDLIBS += -ldtrace
53 fasttrap/tst.stack.exe := LDLIBS += -ldtrace
55 sysevent/tst.post.exe := LDLIBS += -lsysevent
56 sysevent/tst.post_chan.exe := LDLIBS += -lsysevent
58 ustack/tst.bigstack.exe := COPTFLAG += -xO1
65 nfs/tst.call.exe: nfs/tst.call.o nfs/$(SNOOPOBJS)
66 $(LINK.c) -o $@ nfs/tst.call.o nfs/$(SNOOPOBJS) $(LDLIBS) -lnsl
73 nfs/tst.call3.exe: nfs/tst
[all...]
/titanic_51/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A Dexception.lst28 # mode (relative to /opt/SUNWdtrt/tst)
31 common/aggs/tst.neglquant.d
32 common/aggs/tst.negquant.d
35 common/printa/tst.walltimestamp.ksh
38 common/dtraceUtil/tst.ELFGenerationOut.d.ksh
39 common/dtraceUtil/tst.ELFGenerationWithO.d.ksh
42 common/dtraceUtil/tst.PreprocessorStatement.d.ksh
45 common/usdt/tst.badguess.ksh
46 common/usdt/tst.dlclose1.ksh
47 common/usdt/tst
[all...]
/titanic_51/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.ProbeData.ksh.out1 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [
4 , tst.ProbeData.exe`f_b , 0]]
6 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [
9 , tst.ProbeData.exe`f_e , -2]]
11 [probe 2 pid$target:tst.ProbeData.exe:fN2:entry [
14 , tst.ProbeData.exe`f_e , -2]]
16 [probe 1 pid$target:tst.ProbeData.exe:fN:entry [
19 , tst.ProbeData.exe`f_e , 2]]
21 [probe 2 pid$target:tst.ProbeData.exe:fN2:entry [
24 , tst
[all...]
/titanic_51/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_fm.h217 #define TEST_DECLARE(tst) hermon_test_t *tst; argument
218 #define REGISTER_PIO_TEST(st, tst) \ argument
219 tst = hermon_test_register(st, __FILE__, __LINE__, HCA_TEST_PIO)
220 #define PIO_START(st, hdl, tst) hermon_PIO_start(st, hdl, tst) argument
221 #define PIO_END(st, hdl, cnt, tst) hermon_PIO_end(st, hdl, &cnt, tst) argument
223 #define TEST_DECLARE(tst) argument
224 #define REGISTER_PIO_TEST(st, tst) argument
225 PIO_START(st,hdl,tst) global() argument
226 PIO_END(st,hdl,cnt,tst) global() argument
232 hermon_pio_init(cnt,status,tst) global() argument
241 hermon_pio_start(st,hdl,label,cnt,status,tst) global() argument
266 hermon_pio_end(st,hdl,label,cnt,status,tst) global() argument
[all...]
/titanic_51/usr/src/cmd/dtrace/test/tst/sparc/
H A DMakefile33 pid/tst.br.o := ASFLAGS += -xarch=v8plus
35 all: ustack/tst.helper.exe ustack/tst.annotated.exe
37 ustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o
38 $(LINK.c) -o ustack/tst.helper.exe \
39 ustack/tst.helper.o ustack/helper_helper.o $(LDLIBS)
45 ustack/tst.annotated.exe: ustack/tst.annotated.o ustack/annotated_helper.o
46 $(LINK.c) -o ustack/tst
[all...]
/titanic_51/usr/src/cmd/dtrace/test/tst/i386/
H A DMakefile35 ustack/tst.helper.exe := MAPFILE.NED=
37 ustack/tst.helper.exe: ustack/tst.helper.o ustack/helper_helper.o
38 $(LINK.c) -o ustack/tst.helper.exe \
39 ustack/tst.helper.o ustack/helper_helper.o $(LDLIBS)
45 ustack/tst.annotated.exe: ustack/tst.annotated.o ustack/annotated_helper.o
46 $(LINK.c) -o ustack/tst.annotated.exe \
47 ustack/tst.annotated.o ustack/annotated_helper.o $(LDLIBS)
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/
H A DTEST.mk14 * $(REGRESS) $(REGRESSFLAGS) xxx.tst
15 * $(REGRESS) $(REGRESSFLAGS) yyy.tst
17 * :TEST: xxx.tst yyy ...
19 * $(REGRESS) $(REGRESSFLAGS) xxx.tst yyy ...
38 if "$(P:N=*.tst)" && ! "$(@:V)"
45 test.$$(T) : $$(B).tst
47 :SAVE: $$(B).tst
123 test.$(B) : $(T) - $(B).tst
124 $(REGRESS) $(REGRESSFLAGS) $(*:N=*.tst) $(*:N!=*.tst)
[all...]
/titanic_51/usr/src/lib/libshell/common/tests/
H A Dsignal.sh69 cat > tst <<'!'
140 $sh tst-1 $v$f $sh > tst.out &
142 echo $(cat tst.out)
151 cat > tst-1 <<'!'
174 *d*) tst-2 $1 $2; status=$? ;;
180 cat > tst-2 <<'!'
203 *d*) tst-3 $1 $2; status=$? ;;
208 cat > tst-3 <<'!'
230 chmod +x tst tst-?
249 tst $SHELL > tst.got
[all …]
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dpty.sh60 function tst function
83 tst $LINENO <<"!"
106 tst $LINENO <<"!"
129 tst $LINENO <<"!"
152 tst $LINENO <<"!"
168 tst $LINENO <<"!"
184 tst $LINENO <<"!"
198 tst $LINENO <<"!"
227 tst $LINENO <<"!"
239 tst
[all...]
H A Dsignal.sh85 cat > tst <<'!'
88 # tst control script that calls tst-1, must be run by ksh
89 # tst-1 calls tst-2
90 # tst-2 calls tst-3
91 # tst-3 defaults or handles and discards/propagates SIGINT
99 # x trap, echo on SIGINT, and tst-3 exit 0, tst
[all...]
/titanic_51/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.general.d.out2 tst |empty array|
7 tst |one-element array: integer|
18 tst |one-element array: hex integer (not in spec, not supported)|
23 tst |one-element array: float|
28 tst |one-element array: float + exponent|
33 tst |one-element array: integer + whitespace|
38 tst |one-element array: integer + exponent + whitespace|
43 tst |one-element array: string|
48 tst |alternative first-element indexing|
59 tst |on
[all...]
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfpkrd.c230 char tst[2]; local
232 tst[0] = 'a'; tst[1] = 'z';
238 if(recv_peek_pipe == 1 && write(fds[1], tst, 2) != 2)
242 tst[0] = tst[1] = 0;
243 if(recv_peek_pipe == 1 && (r = recv(fds[0], tst, 1, MSG_PEEK)) != 1)
245 if(recv_peek_pipe == 1 && tst[0] != 'a')
249 tst[0] = tst[
[all...]
/titanic_51/usr/src/cmd/audio/include/
H A DAudioHdr.h200 int operator == (const AudioHdr& tst)
202 return ((sample_rate == tst.sample_rate) &&
203 (samples_per_unit == tst.samples_per_unit) &&
204 (bytes_per_unit == tst.bytes_per_unit) &&
205 (channels == tst.channels) &&
209 // (endian = tst.endian) &&
210 (encoding == tst.encoding));
212 int operator != (const AudioHdr& tst)
214 return (! (*this == tst));
/titanic_51/usr/src/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.ufuncsort.ksh.out2 tst.ufuncsort.exe`f_a 3
3 tst.ufuncsort.exe`f_b 1
4 tst.ufuncsort.exe`f_c 4
5 tst.ufuncsort.exe`f_d 2
6 tst.ufuncsort.exe`f_e 1
/titanic_51/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal.ksh71 echo $tst: dtrace failed
82 echo $tst: output is not sorted
89 echo $tst: begin probe did not fire
96 echo $tst: end probe did not fire
102 echo $tst: incorrect number of lines output
/titanic_51/usr/src/lib/libast/common/sfio/
H A Dsfpkrd.c216 char tst[2]; local
217 tst[0] = 'a';
218 tst[1] = 'z';
219 …fds) && write(fds[1], tst, 2) && recv(fds[0], tst, 1, MSG_PEEK) == 1 && tst[0] == 'a' && recv(fds[…
/titanic_51/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.TraceIDs38 * 1) automated in tst.InvalidTraceID1.d.ksh
42 * 2) automated in tst.InvalidTraceID2.d.ksh
46 * 3) automated in tst.InvalidTraceID3.d.ksh
50 * 4) automated in tst.InvalidTraceID4.d.ksh
54 * 5) automated in tst.InvalidTraceID5.d.ksh
58 * 6) automated in tst.InvalidTraceID6.d.ksh
62 * 7) automated in tst.InvalidTraceID7.d.ksh
H A Dman.TraceFunctions37 * 1) automated in tst.InvalidTraceFunc1.d.ksh
41 * 2) automated in tst.InvalidTraceFunc2.d.ksh
49 * 4) automated in tst.InvalidTraceFunc3.d.ksh
57 * 6) automated in tst.InvalidTraceFunc4.d.ksh
74 * 10) automated in tst.InvalidTraceFunc5.d.ksh
78 * 11) automated in tst.InvalidTraceFunc6.d.ksh
91 * 14) automated in tst.InvalidTraceFunc8.d.ksh
95 * 15) automated in tst.InvalidTraceFunc7.d.ksh
107 * 18) automated in tst.InvalidTraceFunc9.d.ksh
H A Dman.TraceNames37 * 1) automated in tst.InvalidTraceName1.d.ksh
41 * 2) automated in tst.InvalidTraceName2.d.ksh
45 * 3) automated in tst.InvalidTraceName3.d.ksh
53 * 5) automated in tst.InvalidTraceName4.d.ksh
57 * 6) automated in tst.InvalidTraceName5.d.ksh
65 * 8) automated in tst.InvalidTraceName6.d.ksh
78 * 11) automated in tst.InvalidTraceName7.d.ksh
100 * 16) automated in tst.InvalidTraceName8.d.ksh
122 * 21) automated in tst.InvalidTraceName9.d.ksh
H A Dman.TraceModule37 * 1) automated in tst.InvalidTraceModule1.d.ksh
49 * 4) automated in tst.InvalidTraceModule2.d.ksh
57 * 6) automated in tst.InvalidTraceModule3.d.ksh
61 * 7) automated in tst.InvalidTraceModule4.d.ksh
74 * 10) automated in tst.InvalidTraceModule5.d.ksh
78 * 11) automated in tst.InvalidTraceModule6.d.ksh
97 * 15) automated in tst.InvalidTraceModule7.d.ksh
101 * 16) automated in tst.InvalidTraceModule8.d.ksh
/titanic_51/usr/src/lib/libast/common/features/
H A Derrno1 tst dat_sys_nerr note{ sys_nerr in default libs }end compile{
9 tst def_errno_sys_nerr note{ sys_nerr declared in errno.h }end compile{
17 tst dat_sys_errlist note{ sys_errlist in default libs }end compile{
25 tst def_errno_sys_errlist note{ sys_errlist declared in errno.h }end compile{
H A Dstandards2 if tst note{ _ALL_SOURCE & _ISOC99_SOURCE & _POSIX_SOURCE & _POSIX_C_SOURCE & _XOPEN_SOURCE & __EXT…
37 elif tst note{ _ALL_SOURCE & _ISOC99_SOURCE & _POSIX_SOURCE & _XOPEN_SOURCE & __EXTENSIONS__ works …
68 elif tst note{ _ISOC99_SOURCE & _POSIX_SOURCE & _POSIX_C_SOURCE & _XOPEN_SOURCE & __EXTENSIONS__ wo…
99 elif tst note{ _POSIX_SOURCE & _XOPEN_SOURCE & __EXTENSIONS__ works }end compile{
118 elif tst note{ _XOPEN_SOURCE & __EXTENSIONS__ works }end compile{
133 elif tst note{ _XOPEN_SOURCE works }end compile{
144 else tst note{ __EXTENSIONS__ works }end compile{
/titanic_51/usr/src/contrib/ast/src/lib/libast/features/
H A Derrno1 tst dat_sys_nerr note{ sys_nerr in default libs }end compile{
9 tst def_errno_sys_nerr note{ sys_nerr declared in errno.h }end compile{
17 tst dat_sys_errlist note{ sys_errlist in default libs }end compile{
25 tst def_errno_sys_errlist note{ sys_errlist declared in errno.h }end compile{
H A Dstandards2 if tst note{ _ALL_SOURCE & _POSIX_SOURCE & _POSIX_C_SOURCE & _XOPEN_SOURCE & __EXTENSIONS__ works }end compile{
33 elif tst note{ _ALL_SOURCE & _POSIX_SOURCE & _XOPEN_SOURCE & __EXTENSIONS__ works }end compile{
60 elif tst note{ _POSIX_SOURCE & _POSIX_C_SOURCE & _XOPEN_SOURCE & __EXTENSIONS__ works }end compile{
87 elif tst note{ _POSIX_SOURCE & _XOPEN_SOURCE & __EXTENSIONS__ works }end compile{
106 elif tst note{ _XOPEN_SOURCE & __EXTENSIONS__ works }end compile{
121 elif tst note{ _XOPEN_SOURCE works }end compile{
132 else tst note{ __EXTENSIONS__ works }end compile{
143 if tst -D_ISOC99_SOURCE -lm note{ _ISOC99_SOURCE plays nice }end link{

12345678910>>...13