Home
last modified time | relevance | path

Searched refs:go (Results 1 – 25 of 200) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c838 lcp_options *go = &lcp_gotoptions[f->unit]; local
844 *go = *wo;
846 go->neg_mrru = 0;
847 go->neg_ssnhf = 0;
851 if (go->mru > absmax_mru)
852 go->mru = absmax_mru;
868 lcp_options *go = &lcp_gotoptions[f->unit]; local
881 return (LENCISHORT(go->neg_mru && go->mru != PPP_MRU) +
882 LENCILONG(go->neg_asyncmap && go->asyncmap != 0xFFFFFFFF) +
883 LENCICHAP(go->neg_chap || go->neg_mschap || go->neg_mschapv2) +
[all …]
H A Dipcp.c476 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
485 *go = *wo;
487 go->ouraddr = 0;
499 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
511 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs)
513 go->neg_addr = 0;
514 if (wo->neg_vj && !go->neg_vj && !go->old_vj) {
518 go->neg_vj = 1;
519 go->old_vj = 1;
520 go->vj_protocol = ho->vj_protocol;
[all …]
H A Dccp.c526 ccp_options *go = &ccp_gotoptions[f->unit]; local
529 *go = ccp_wantoptions[f->unit];
536 if (go->bsd_compress) {
541 go->bsd_compress = 0;
543 if (go->deflate) {
544 if (go->deflate_correct) {
550 go->deflate_correct = 0;
552 if (go->deflate_draft) {
558 go->deflate_draft = 0;
560 if (!go->deflate_correct && !go->deflate_draft)
[all …]
H A Dipv6cp.c455 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
463 *go = *wo;
464 eui64_zero(go->hisid); /* last proposed interface identifier */
475 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
480 return (LENCIIFACEID(go->neg_ifaceid) +
481 LENCIVJ(go->neg_vj));
494 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
521 ADDCIIFACEID(CI_IFACEID, go->neg_ifaceid, go->ourid);
523 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol);
542 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local
[all …]
H A Dauth.c511 lcp_options *go = &lcp_gotoptions[unit]; local
524 if (auth_required && !(go->neg_chap || go->neg_mschap ||
525 go->neg_mschapv2 || go->neg_upap)) {
545 if (go->neg_chap || go->neg_mschap || go->neg_mschapv2) {
546 if (go->neg_chap) {
549 go->chap_mdtype = CHAP_DIGEST_MD5;
550 } else if (go->neg_mschap) {
553 go->chap_mdtype = CHAP_MICROSOFT;
557 go->chap_mdtype = CHAP_MICROSOFT_V2;
559 ChapAuthPeer(unit, our_name, go->chap_mdtype);
[all …]
H A Dmultilink.c87 lcp_options *go = &lcp_gotoptions[0]; in mp_join_bundle() local
94 if (!go->neg_mrru || !ho->neg_mrru) { in mp_join_bundle()
96 if (go->neg_mrru) in mp_join_bundle()
140 cfg_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf); in mp_join_bundle()
182 make_new_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf); in mp_join_bundle()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.StateMachine.ksh.out25 before go
29 java.lang.IllegalStateException: go() not called
30 java.lang.IllegalStateException: go() not called
31 java.lang.IllegalStateException: go() not called
32 java.lang.IllegalStateException: go() not called
33 before go, running: false
35 after go
39 java.lang.IllegalStateException: go() already called
40 java.lang.IllegalStateException: go() already called
41 java.lang.IllegalStateException: go() already called
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
H A Dtst.multiple.ksh.out1 test:main:go
2 test:main:go
3 test:main:go
4 test:main:go
H A Dtst.dlclose2.ksh77 probe go();
85 go(void)
93 go(void)
108 void *go;
127 if ((go = dlsym(live, "go")) == NULL) {
132 ((void (*)(void))go)();
H A Dtst.fork.ksh.out1 test:main:go
2 test:main:go
3 test:main:go
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmalloc.test31 for {set go 1; set i 1} {$go} {incr i} {
59 set ::go 0
75 for {set go 1; set i 1} {$go} {incr i} {
104 set ::go 0
120 for {set go 1; set i 1} {$go} {incr i} {
146 set ::go 0
155 for {set go 1; set i 1} {$go} {incr i} {
182 set ::go 0
191 for {set go 1; set i 1} {$go} {incr i} {
216 set ::go 0
H A Dtester.tcl88 set go 1
90 set go 0
93 set go 1
127 set go 1
129 set go 0
132 set go 1
H A Dioerr.test24 set ::go 1
25 for {set n 1} {$go} {incr n} {
54 set ::go [expr {$::sqlite_io_error_pending<=0}]
73 set ::go 1
74 for {set n 1} {$go} {incr n} {
111 set ::go [expr {$::sqlite_io_error_pending<=0}]
/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
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh62 go(void)
73 go(void)
83 go();
109 p*d$target::go:entry
H A Dtst.weak1.d54 pid$1:a.out:go:entry,
61 pid$1:a.out:go:entry,
69 pid$1:a.out:go:entry,
H A Dtst.weak2.d54 pid$1:a.out:go:entry,
61 pid$1:a.out:go:entry,
69 pid$1:a.out:go:entry,
H A Dtst.provregex4.ksh81 go(void)
95 go(void)
106 go();
132 p*d$target::go:entry
H A Dtst.provregex1.ksh56 go(void)
63 go();
76 p*d$target::go:entry
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestAbort.java48 consumer.go(); in main()
76 consumer.go(); in main()
104 consumer.go(); in main()
128 consumer.go(); in main()
H A DTestEnable.java58 consumer.go(); in main()
93 consumer.go(); in main()
133 consumer.go(); in main()
143 consumer.go(); in main()
/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/contrib/ast/src/cmd/ksh93/tests/
H A Dbasic.sh36 go+r 0000 \
37 go-r 0044 \
39 go+w 0000 \
40 go-w 0022 \
42 go+x 0000 \
43 go-x 0011 \
45 go-rx 0055 \
56 umask u=rwx,go=rx || err_exit "umask u=rws,go=rx failed"
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcheetah_copy.S740 bleu,pt %ncc, .kcopy_small ! go to larger cases
753 bleu,pt %ncc, .kcopy_small ! go to small copy
755 ba,pt %ncc, .kcopy_more ! otherwise go to large copy
766 bleu,pt %ncc, .kcopy_small ! go to small copy
768 ba,pt %ncc, .kcopy_more ! otherwise go to large copy
777 bleu,pt %ncc, .kcopy_small ! go to small copy
779 ba,pt %ncc, .kcopy_more ! otherwise go to large copy
787 bleu,pt %ncc, .kcopy_small ! go to small copy
789 ba,pt %ncc, .kcopy_more ! otherwise go to large copy
915 bleu,pt %ncc, .bcopy_small ! go to larger cases
[all …]
H A Dopl_olympus_copy.S697 bleu,pt %ncc, .kcopy_small ! go to larger cases
710 bleu,pt %ncc, .kcopy_small ! go to small copy
712 ba,pt %ncc, .kcopy_more ! otherwise go to large copy
723 bleu,pt %ncc, .kcopy_small ! go to small copy
725 ba,pt %ncc, .kcopy_more ! otherwise go to large copy
734 bleu,pt %ncc, .kcopy_small ! go to small copy
736 ba,pt %ncc, .kcopy_more ! otherwise go to large copy
744 bleu,pt %ncc, .kcopy_small ! go to small copy
746 ba,pt %ncc, .kcopy_more ! otherwise go to large copy
872 bleu,pt %ncc, .bcopy_small ! go to larger cases
[all …]

12345678