Searched defs:go (Results 1 - 24 of 24) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex1.ksh56 go(void)
63 go(); function
76 p*d$target::go:entry
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.provregex4.ksh81 go(void)
95 go(void)
106 go(); function
114 if ((alt_go = dlsym(alt, "go")) == NULL) {
115 printf("failed to lookup 'go' in altlib.so\n");
132 p*d$target::go:entry
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.fork.c38 go(void) function
60 (void) go();
H A Dtst.gcc.c33 go(void) function
59 go();
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.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.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);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/threadsappend/
H A Dthreadsappend.c42 * The size of the output file, "go.out", should be 80*8192*2 = 1310720
44 * $ cd /tmp; go; ls -l go.out
46 * -rwxr-xr-x 1 jdm staff 1310720 Apr 13 19:45 go.out
47 * $ cd /zfs; go; ls -l go.out
49 * -rwxr-xr-x 1 jdm staff 663552 Apr 13 19:45 go.out
64 go(void *data) function
119 ret = thr_create(NULL, 0, go, (void *)&i, 0, NULL);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmultilink.c93 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);
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...]
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 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 Dauth.c413 * LCP has terminated the link; go to the Dead phase and take the
514 lcp_options *go = &lcp_gotoptions[unit]; local
527 if (auth_required && !(go->neg_chap || go->neg_mschap ||
528 go->neg_mschapv2 || go->neg_upap)) {
548 if (go->neg_chap || go->neg_mschap || go->neg_mschapv2) {
549 if (go
615 lcp_options *go = &lcp_gotoptions[unit]; local
1021 lcp_options *go = &lcp_gotoptions[unit]; local
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DConsumer.java87 * @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()} ha
373 public void go() throws DTraceException; method in interface:Consumer
385 public void go(ExceptionHandler h) throws DTraceException; method in interface:Consumer
[all...]
H A DLocalConsumer.java330 throw new IllegalStateException("go() already called");
449 throw new IllegalStateException("go() already called");
606 // stop() was called after go() but before the
641 // go() but before starting (the premature return
664 * Creates the background thread started by {@link #go()} to run
698 * Do not start the returned thread, otherwise {@code go()} will
720 go() throws DTraceException method in class:LocalConsumer
722 go(null);
732 go(ExceptionHandler h) throws DTraceException method in class:LocalConsumer
748 throw new IllegalStateException("go() alread
[all...]
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c526 int go[MAXNCG], temp[MAXNCG], index, c; local
541 go[i] = temp[i] = -1;
547 go[index] = tst[i];
557 if (go[c] != tst[i] || c == tch[i])
/illumos-gate/usr/src/cmd/dtrace/
H A Ddtrace.c1054 go(void) function
1766 go();
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c380 int p, go = 1, i, hdrcount; local
397 while (go && !(fin->fin_flx & (FI_BAD|FI_SHORT))) {
402 go = 0;
407 go = 0;
412 go = 0;
417 go = 0;
447 go = 0;
456 go = 0;
460 go = 0;
466 go
[all...]
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h324 char *go; /* doorbell to poll sendq */ member in struct:__anon6230

Completed in 127 milliseconds