Searched refs:go (Results 1 - 25 of 141) sorted by relevance

123456

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret1.c33 * The canonical name should be 'go' since we prefer symbol names with fewer
46 go(void) function
54 go();
H A Dtst.ret2.c33 * The canonical name should be 'go' since we prefer symbol names with fewer
40 go(void) function
48 go();
H A Dtst.args1.c33 go(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, function
42 go(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
H A Dtst.fork.c38 go(void) function
60 (void) go();
H A Dtst.vfork.c38 go(void) function
60 int ret = go();
H A Dtst.weak1.c33 * The canonical name should be 'go' since we prefer symbol names with fewer
37 #pragma weak _go = go
40 go(int a) function
H A Dtst.weak2.c33 * The canonical name should be 'go' since we prefer symbol names with fewer
37 #pragma weak _go = go
40 go(int a) function
H A Dtst.ret1.d56 pid$1:a.out:go:return
62 pid$1:a.out:go:return
H A Dtst.ret2.d56 pid$1:a.out:go:return
62 pid$1:a.out:go:return
H A Dtst.gcc.c34 go(void) function
60 go();
H A Dtst.weak1.d56 pid$1:a.out:go:entry,
58 /probefunc == "go"/
63 pid$1:a.out:go:entry,
67 trace("resolved to '_go' rather than 'go'");
71 pid$1:a.out:go:entry,
H A Dtst.weak2.d56 pid$1:a.out:go:entry,
63 pid$1:a.out:go:entry,
65 /probefunc == "go"/
67 trace("resolved to '_go' rather than 'go'");
71 pid$1:a.out:go:entry,
H A Dtst.provregex1.ksh57 go(void)
64 go(); function
77 p*d$target::go:entry
H A Dtst.args1.d56 pid$1:a.out:go:entry
63 pid$1:a.out:go:entry
H A Dtst.provregex2.ksh63 go(void)
74 go(void)
84 go(); function
92 if ((alt_go = dlsym(alt, "go")) == NULL) {
93 printf("failed to lookup 'go' in altlib.so\n");
110 p*d$target::go:entry
H A Dtst.vfork.d50 pid$1:a.out:go:
H A Dtst.provregex4.ksh82 go(void)
96 go(void)
107 go(); function
115 if ((alt_go = dlsym(alt, "go")) == NULL) {
116 printf("failed to lookup 'go' in altlib.so\n");
133 p*d$target::go:entry
H A Dtst.fork.d51 pid$1:a.out:go:
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose2.ksh78 probe go();
86 go(void)
94 go(void)
109 void *go;
128 if ((go = dlsym(live, "go")) == NULL) {
129 printf("failed to lookup 'go' in livelib.so\n");
133 ((void (*)(void))go)();
H A Dtst.onlyenabled.ksh41 probe go();
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestClose.java45 consumer.go();
65 consumer.go();
H A DTestAbort.java50 consumer.go();
78 consumer.go();
106 consumer.go();
130 consumer.go();
H A DTestEnable.java58 consumer.go();
59 System.err.println("go() illegal, not all programs " +
93 consumer.go();
94 System.err.println("go() illegal, not all programs " +
133 consumer.go();
143 consumer.go();
H A DTestStopLock.java52 consumer.go();
/freebsd-9.3-release/sys/dev/sound/isa/
H A Dsndbuf_dma.c61 sndbuf_dma(struct snd_dbuf *b, int go) argument
66 switch (go) {
81 (go == PCMTRIG_START)? "started" : "stopped",

Completed in 110 milliseconds

123456