| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/pid/ |
| tst.provregex1.ksh | 57 go(void) 64 go(); function 77 p*d$target::go:entry
|
| tst.provregex2.ksh | 63 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
|
| tst.args1.c | 33 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);
|
| tst.provregex4.ksh | 82 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
|
| tst.ret2.c | 33 * The canonical name should be 'go' since we prefer symbol names with fewer 40 go(void) function 48 go();
|
| tst.weak1.c | 33 * The canonical name should be 'go' since we prefer symbol names with fewer 37 #pragma weak _go = go 40 go(int a) function
|
| tst.weak2.c | 33 * The canonical name should be 'go' since we prefer symbol names with fewer 37 #pragma weak _go = go 40 go(int a) function
|
| tst.gcc.c | 33 go(void) function 59 go();
|
| tst.ret1.c | 33 * The canonical name should be 'go' since we prefer symbol names with fewer 46 go(void) function 54 go();
|
| tst.fork.c | 38 go(void) function 60 (void) go();
|
| tst.vfork.c | 38 go(void) function 60 int ret = go();
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
| TestClose.java | 45 consumer.go(); 65 consumer.go();
|
| TestStopLock.java | 52 consumer.go();
|
| TestAbort.java | 50 consumer.go(); 78 consumer.go(); 106 consumer.go(); 130 consumer.go();
|
| TestFunctionLookup.java | 53 consumer.go(); 90 consumer.go();
|
| TestDrop.java | 160 consumer.go(new ExceptionHandler() {
|
| TestEnable.java | 58 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();
|
| TestGetAggregate.java | 181 consumer.go(); 215 consumer.go();
|
| TestProbeData.java | 105 consumer.go();
|
| TestStateMachine.java | 33 * methods before and after open(), compile(), enable(), go(), stop(), 208 // go 210 consumer.go(); 211 exit(1, "go before enable"); 216 exit(1, "go before enable"); 223 System.out.println("before go"); 229 exit(1, "getAggregate before go"); 234 exit(1, "getAggregate before go"); 240 exit(1, "lookupKernelFunction before go"); 245 exit(1, "lookupKernelFunction before go"); [all...] |
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/docs/examples/ |
| TestTarget.java | 75 consumer.go();
|
| TestAPI.java | 56 consumer.go();
|
| TestAPI2.java | 65 consumer.go();
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| multilink.c | 93 lcp_options *go = &lcp_gotoptions[0]; local 100 if (!go->neg_mrru || !ho->neg_mrru) { 102 if (go->neg_mrru) 146 cfg_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf); 188 make_new_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf);
|
| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| Consumer.java | 87 * @see #go() 111 * #open(OpenFlag[] flags) open()} or after {@link #go()}, or if the 140 * #open(OpenFlag[] flags) open()} or after {@link #go()}, or if the 164 * {@link #go()} was already called, or if this consumer is closed 192 * program is already enabled), or if {@link #go()} was already 230 * #go()} has already been called (see {@link Option} for a 246 * #go()} has already been called (see {@link Option} for a 261 * before calling {@link #go()}. See the <a 271 * go()} has already been called (see {@link Option} for a breakdown 276 * <li>{@code go()} has been called to start this consumer, and th 373 public void go() throws DTraceException; method in interface:Consumer 385 public void go(ExceptionHandler h) throws DTraceException; method in interface:Consumer [all...] |