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

123

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/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.c33 go(void) function
59 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.vfork.d50 pid$1:a.out:go:
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
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dipcp.c321 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
333 if (wo->neg_addr && !go->neg_addr && !go->old_addrs) {
335 go->neg_addr = 1;
336 go->old_addrs = 1;
338 if (wo->neg_vj && !go->neg_vj && !go->old_vj) {
342 go->neg_vj = 1;
346 go->neg_vj = 1;
347 go
365 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
438 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
544 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
735 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
854 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1198 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
[all...]
H A Dlcp.c488 lcp_options *go = &lcp_gotoptions[f->unit]; local
500 return (LENCISHORT(go->neg_mru && go->mru != PPP_DEFMRU) +
501 LENCILONG(go->neg_asyncmap && go->asyncmap != 0xFFFFFFFFl) +
502 LENCICHAP(go->neg_chap) +
503 LENCISHORT(!go->neg_chap && go->neg_upap) +
504 LENCILQR(go->neg_lqr) +
505 LENCICBCP(go
517 lcp_options *go = &lcp_gotoptions[f->unit]; local
592 lcp_options *go = &lcp_gotoptions[f->unit]; local
719 lcp_options *go = &lcp_gotoptions[f->unit]; local
1023 lcp_options *go = &lcp_gotoptions[f->unit]; local
1162 lcp_options *go = &lcp_gotoptions[f->unit]; local
1575 lcp_options *go = &lcp_gotoptions[f->unit]; local
1617 lcp_options *go = &lcp_gotoptions[f->unit]; local
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dipcp.c305 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
317 if (wo->neg_addr && !go->neg_addr && !go->old_addrs) {
319 go->neg_addr = 1;
320 go->old_addrs = 1;
322 if (wo->neg_vj && !go->neg_vj && !go->old_vj) {
326 go->neg_vj = 1;
330 go->neg_vj = 1;
331 go
350 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
427 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
547 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
752 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
875 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1224 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
[all...]
H A Dlcp.c534 lcp_options *go = &lcp_gotoptions[f->unit]; local
546 return (LENCISHORT(go->neg_mru && go->mru != PPP_DEFMRU) +
547 LENCILONG(go->neg_asyncmap && go->asyncmap != 0xFFFFFFFFl) +
548 LENCICHAP(go->neg_chap) +
549 LENCISHORT(!go->neg_chap && go->neg_upap) +
550 LENCILQR(go->neg_lqr) +
551 LENCICBCP(go
564 lcp_options *go = &lcp_gotoptions[f->unit]; local
639 lcp_options *go = &lcp_gotoptions[f->unit]; local
761 lcp_options *go = &lcp_gotoptions[f->unit]; local
1081 lcp_options *go = &lcp_gotoptions[f->unit]; local
1228 lcp_options *go = &lcp_gotoptions[f->unit]; local
1644 lcp_options *go = &lcp_gotoptions[f->unit]; local
1690 lcp_options *go = &lcp_gotoptions[f->unit]; local
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/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();
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/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)();

Completed in 71 milliseconds

123