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

12345

/illumos-gate/usr/src/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.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.ksh62 go(void)
73 go(void)
83 go(); function
91 if ((alt_go = dlsym(alt, "go")) == NULL) {
92 printf("failed to lookup 'go' in altlib.so\n");
109 p*d$target::go:entry
H A Dtst.provregex1.ksh56 go(void)
63 go(); function
76 p*d$target::go:entry
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c846 lcp_options *go = &lcp_gotoptions[f->unit]; local
852 *go = *wo;
854 go->neg_mrru = 0;
855 go->neg_ssnhf = 0;
859 if (go->mru > absmax_mru)
860 go->mru = absmax_mru;
876 lcp_options *go = &lcp_gotoptions[f->unit]; local
889 return (LENCISHORT(go->neg_mru && go->mru != PPP_MRU) +
890 LENCILONG(go
918 lcp_options *go = &lcp_gotoptions[f->unit]; local
1016 lcp_options *go = &lcp_gotoptions[f->unit]; local
1198 lcp_options *go = &lcp_gotoptions[f->unit]; local
1619 lcp_options *go = &lcp_gotoptions[f->unit]; local
1838 lcp_options *go = &lcp_gotoptions[f->unit]; local
2393 lcp_options *go = &lcp_gotoptions[f->unit]; local
2454 lcp_options *go = &lcp_gotoptions[f->unit]; local
[all...]
H A Dipcp.c483 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
492 *go = *wo;
494 go->ouraddr = 0;
506 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
518 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs)
520 go->neg_addr = 0;
521 if (wo->neg_vj && !go->neg_vj && !go->old_vj) {
525 go
549 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
621 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
717 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
900 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1015 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1435 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1995 ipcp_options *go = &ipcp_gotoptions[unit]; local
[all...]
H A Dccp.c349 * If we haven't gone open yet (first time through), then go open
530 ccp_options *go = &ccp_gotoptions[f->unit]; local
533 *go = ccp_wantoptions[f->unit];
540 if (go->bsd_compress) {
545 go->bsd_compress = 0;
547 if (go->deflate) {
548 if (go->deflate_correct) {
554 go->deflate_correct = 0;
556 if (go->deflate_draft) {
562 go
588 ccp_options *go = &ccp_gotoptions[f->unit]; local
607 ccp_options *go = &ccp_gotoptions[f->unit]; local
702 ccp_options *go = &ccp_gotoptions[f->unit]; local
777 ccp_options *go = &ccp_gotoptions[f->unit]; local
862 ccp_options *go = &ccp_gotoptions[f->unit]; local
1222 ccp_options *go = &ccp_gotoptions[f->unit]; local
[all...]
H A Dipv6cp.c459 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
467 *go = *wo;
468 eui64_zero(go->hisid); /* last proposed interface identifier */
479 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
484 return (LENCIIFACEID(go->neg_ifaceid) +
485 LENCIVJ(go->neg_vj));
498 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
525 ADDCIIFACEID(CI_IFACEID, go->neg_ifaceid, go->ourid);
527 ADDCIVJ(CI_COMPRESSTYPE, go
546 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
617 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
752 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
831 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
1138 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
[all...]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtester.tcl90 set go 1
92 set go 0
95 set go 1
100 if {!$go} return
129 set go 1
131 set go 0
134 set go 1
139 if {!$go} return
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestClose.java43 consumer.go();
63 consumer.go();
H A DTestAbort.java48 consumer.go();
76 consumer.go();
104 consumer.go();
128 consumer.go();
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemccpy.s35 decq %rcx / decrement bytes to go
42 decq %rcx / decrement bytes to go
49 decq %rcx / decrement bytes to go
56 decq %rcx / decrement bytes to go
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemccpy.s39 movl 20(%esp),%ecx / %ecx = length to go still
41 decl %ecx / decrement bytes to go
48 decl %ecx / decrement bytes to go
55 decl %ecx / decrement bytes to go
62 decl %ecx / decrement bytes to go

Completed in 99 milliseconds

12345