Home
last modified time | relevance | path

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

12345678

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c883 LENCICHAP(go->neg_chap || go->neg_mschap || go->neg_mschapv2) +
884 LENCISHORT(!go->neg_chap && go->neg_upap && !go->neg_mschap &&
961 ADDCISHORT(CI_MRU, go->neg_mru && go->mru != PPP_MRU, go->mru);
965 ADDCICHAP(CI_AUTHTYPE, go->neg_chap || go->neg_mschap || go->neg_mschapv2,
1139 ACKCISHORT(CI_MRU, go->neg_mru && go->mru != PPP_MRU, go->mru);
1304 if ((go->neg_chap || go->neg_mschap || go->neg_mschapv2 || go->neg_upap) &&
1312 nak_auth_orig = (go->neg_chap || go->neg_mschap || go->neg_mschapv2) ?
1322 if (!go->neg_chap && !go->neg_mschap && !go->neg_mschapv2)
1363 if (go->neg_chap || go->neg_mschap || go->neg_mschapv2) {
1747 if ((go->neg_chap || go->neg_mschap || go->neg_mschapv2) &&
[all …]
H A Dipcp.c525 LENCIVJ(go->neg_vj, go->old_vj) +
584 ADDCIADDRS(CI_ADDRS, !go->neg_addr && go->old_addrs, go->ouraddr,
587 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol, go->old_vj,
588 go->maxslotindex, go->cflag);
670 ACKCIADDRS(CI_ADDRS, !go->neg_addr && go->old_addrs, go->ouraddr,
673 ACKCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol, go->old_vj,
674 go->maxslotindex, go->cflag);
960 go->ouraddr, go->hisaddr);
963 go->maxslotindex, go->cflag);
1469 (go->req_dns2 && go->dnsaddr[1] != 0)) {
[all …]
H A Dccp.c560 if (!go->deflate_correct && !go->deflate_draft)
587 + (go->deflate && go->deflate_correct ? CILEN_DEFLATE : 0)
588 + (go->deflate && go->deflate_draft ? CILEN_DEFLATE : 0)
630 if (p != p0 && go->deflate_correct && go->deflate_draft) {
655 --go->bsd_bits;
701 if (go->deflate && go->deflate_correct) {
713 if (go->deflate && go->deflate_draft) {
778 try = *go;
845 *go = try;
861 try = *go;
[all …]
H A Dipv6cp.c463 *go = *wo;
521 ADDCIIFACEID(CI_IFACEID, go->neg_ifaceid, go->ourid);
523 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol);
582 ACKCIIFACEID(CI_IFACEID, go->neg_ifaceid, go->ourid);
584 ACKCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol);
621 try = *go;
629 if (go->neg && \
641 if (go->neg && \
729 *go = try;
754 try = *go;
[all …]
H A Dauth.c520 if (auth_required && !(go->neg_chap || go->neg_mschap ||
521 go->neg_mschapv2 || go->neg_upap)) {
541 if (go->neg_chap || go->neg_mschap || go->neg_mschapv2) {
542 if (go->neg_chap) {
613 if (go->neg_chap || go->neg_mschap || go->neg_mschapv2 || go->neg_upap) {
636 if (go->neg_cbcp) {
1033 go->neg_upap = 0;
1034 if (go->neg_chap || go->neg_mschap || go->neg_mschapv2) {
1038 go->neg_chap = go->neg_mschap = go->neg_mschapv2 = 0;
1039 else if (go->neg_chap)
[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
H A Dtst.dlclose2.ksh.out1 livelib.so:go: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
H A Dtst.provregex2.ksh.out1 altlib.so:go:entry 1
2 main:go:entry 1
H A Dtst.provregex4.ksh.out1 altlib.so:go:entry 2
2 main:go:entry 2
/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

12345678