| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| attach-slow-waitpid.c | 25 int go = 1; variable 27 /* Thread function, just spin until GO is set to 0. */ 44 (void) perform_work (&go); 48 /* Main program, create some threads which all spin waiting for GO to be 61 result_code = pthread_create (&threads[index], NULL, perform_work, &go);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| attach-slow-waitpid.c | 25 int go = 1; variable 27 /* Thread function, just spin until GO is set to 0. */ 44 (void) perform_work (&go); 48 /* Main program, create some threads which all spin waiting for GO to be 61 result_code = pthread_create (&threads[index], NULL, perform_work, &go);
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| demangle_tree.py | 141 def go(): function 227 go()
|
| /src/external/apache2/llvm/dist/clang/utils/ |
| modfuzz.py | 140 def go(model): function in function:create_module 144 return go 149 def go(model): function in function:add_top_level_decl 153 return go 156 def go(model): function in function:add_import 160 return go
|
| /src/external/bsd/wpa/dist/src/p2p/ |
| p2p_dev_disc.c | 18 struct p2p_device *go, 28 go->dialog_token++; 29 if (go->dialog_token == 0) 30 go->dialog_token = 1; 31 p2p_buf_add_public_action_hdr(buf, P2P_DEV_DISC_REQ, go->dialog_token); 35 p2p_buf_add_group_id(buf, go->info.p2p_device_addr, go->oper_ssid, 36 go->oper_ssid_len); 58 p2p_dbg(p2p, "GO acknowledged Device Discoverability Request - wait for response"); 69 struct p2p_device *go; local 218 struct p2p_device *go; local [all...] |
| p2p_invitation.c | 192 int go = 0; local 270 &go, group_bssid, &op_freq, persistent, &intersection, 274 if (go) { 277 p2p_channels_dump(p2p, "intersection(GO)", &intersection); 279 p2p_dbg(p2p, "No common channels found (GO)"); 335 /* Reselect the channel only for the case of the GO */ 336 if (go && 352 } else if (go && !(dev->flags & P2P_DEV_FORCE_FREQ) && 363 p2p_check_pref_chan(p2p, go, dev, &msg); 384 if (go && status == P2P_SC_SUCCESS && !is_zero_ether_addr(group_bssid) [all...] |
| p2p_go_neg.c | 26 return -1; /* both devices want to become GO */ 28 /* Use tie breaker bit to determine GO */ 187 bool go = p2p->go_intent == 15; local 191 p2p->num_pref_freq, &pref_chanlist, go); 213 p2p_dbg(p2p, "Failed to build WPS IE for GO Negotiation Request"); 237 p2p_dbg(p2p, "Use PD-before-GO-Neg workaround for " MACSTR, 258 MACSTR " to send GO Negotiation Request", 266 p2p_dbg(p2p, "Sending GO Negotiation Request"); 301 p2p_dbg(p2p, "Building GO Negotiation Response"); 351 bool go = (peer && peer->go_state == LOCAL_GO) | local 938 int go; local 1218 int go = -1; local [all...] |
| p2p_pd.c | 108 /* If we might be explicite group owner, add GO details */ 193 struct p2p_device *go = join ? dev : NULL; local 231 } else if (go) { 232 p2p_buf_add_group_id(buf, go->info.p2p_device_addr, 233 go->oper_ssid, go->oper_ssid_len); 350 /* Add Operating Channel if conncap indicates GO */ 1294 * is a GO in a persistent group. We can't do it here since we don't 1568 p2p_dbg(p2p, "Start GO Neg after the PD-before-GO-Neg workaround with [all...] |
| /src/tests/lib/libc/setjmp/ |
| t_sigstack.c | 169 go(const char *name, void (*fn)(void) __dead) function 254 go("longjmp", &bail_longjmp); 292 go("longjmp", &bail_compat13_longjmp); 328 go("siglongjmp", &bail_siglongjmp); 367 go("siglongjmp", &bail_compat13_siglongjmp);
|
| /src/sys/arch/x68k/dev/ |
| intio_dmac.c | 351 int go = DMAC_CCR_STR|DMAC_CCR_INT; local 401 go |= DMAC_CCR_CNT; 402 go &= ~DMAC_CCR_STR; 437 bus_space_write_1(dmac->sc_bst, chan->ch_bht, DMAC_REG_CCR, go);
|
| /src/external/bsd/zstd/dist/contrib/freestanding_lib/ |
| freestanding.py | 667 def go(self): member in class:Freestanding 771 ).go()
|
| /src/external/bsd/nsd/dist/ |
| nsd-control.c | 513 /** go ahead and read config, contact server and perform command and display */ 515 go(const char* cfgfile, char* svr, int argc, char* argv[]) function 645 return go(cfgfile, svr, argc, argv);
|
| /src/external/bsd/ppp/dist/pppd/ |
| multilink.c | 127 lcp_options *go = &lcp_gotoptions[0]; local 137 if (!go->neg_mrru || !ho->neg_mrru) { 147 if (!go->neg_mrru || !ho->neg_mrru) { 149 if (go->neg_mrru) 206 cfg_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf); 252 make_new_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf);
|
| ccp.c | 522 ccp_options *go = &ccp_gotoptions[f->unit]; local 525 *go = ccp_wantoptions[f->unit]; 529 if (go->mppe) { 594 if (go->mppe & MPPE_OPT_40) { 596 go->mppe &= ~MPPE_OPT_40; 602 if (!(go->mppe & (MPPE_OPT_40 | MPPE_OPT_128))) { 610 ao->mppe = go->mppe; 612 ao->bsd_compress = go->bsd_compress = 0; 613 ao->predictor_1 = go->predictor_1 = 0; 614 ao->predictor_2 = go->predictor_2 = 0 680 ccp_options *go = &ccp_gotoptions[f->unit]; local 700 ccp_options *go = &ccp_gotoptions[f->unit]; local 815 ccp_options *go = &ccp_gotoptions[f->unit]; local 901 ccp_options *go = &ccp_gotoptions[f->unit]; local 987 ccp_options *go = &ccp_gotoptions[f->unit]; local 1416 ccp_options *go = &ccp_gotoptions[f->unit]; local [all...] |
| eap-tls.c | 630 lcp_options *go = &lcp_gotoptions[unit]; local 635 mru = go->neg_mru? MAX(wo->mru, go->mru): PPP_MRU;
|
| ipv6cp.c | 544 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local 556 *go = *wo; 557 eui64_zero(go->hisid); /* last proposed interface identifier */ 567 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local 572 return (LENCIIFACEID(go->neg_ifaceid) + 573 LENCIVJ(go->neg_vj)); 583 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local 610 ADDCIIFACEID(CI_IFACEID, go->neg_ifaceid, go->ourid); 612 ADDCIVJ(CI_COMPRESSTYPE, go->neg_vj, go->vj_protocol) 628 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local 697 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local 837 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local 912 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local 1275 ipv6cp_options *go = &ipv6cp_gotoptions[f->unit]; local [all...] |
| lcp.c | 647 lcp_options *go = &lcp_gotoptions[f->unit]; local 652 *go = *wo; 654 go->neg_mrru = 0; 655 go->neg_ssnhf = 0; 656 go->neg_endpoint = 0; 671 lcp_options *go = &lcp_gotoptions[f->unit]; local 684 return (LENCISHORT(go->neg_mru && go->mru != DEFMRU) + 685 LENCILONG(go->neg_asyncmap && go->asyncmap != 0xFFFFFFFF) 706 lcp_options *go = &lcp_gotoptions[f->unit]; local 791 lcp_options *go = &lcp_gotoptions[f->unit]; local 943 lcp_options *go = &lcp_gotoptions[f->unit]; local 1333 lcp_options *go = &lcp_gotoptions[f->unit]; local 1489 lcp_options *go = &lcp_gotoptions[f->unit]; local 1878 lcp_options *go = &lcp_gotoptions[f->unit]; local 1926 lcp_options *go = &lcp_gotoptions[f->unit]; local [all...] |
| /src/external/bsd/top/dist/ |
| screen.c | 170 char *go; local 207 if ((go = tgoto(tc_cursor_motion, 0, screen_length - 1)) != NULL) 208 (void) strcpy(lower_left, go); 220 char *go; local 320 if ((go = tgoto(tc_cursor_motion, 0, 0)) != NULL) 321 (void) strcpy(home, go); 518 char *go = tgoto(tc_cursor_motion, x, y); local 519 if (go) 520 tputs(go, 1, putstdout);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| koenig.cc | 59 int foo (O go, ::F::O fo, ::E::O eo){ return 6; } 258 G::O go; local 265 foo (go, fo, eo); 327 foo (go, fo, eo);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| koenig.cc | 59 int foo (O go, ::F::O fo, ::E::O eo){ return 6; } 258 G::O go; local 265 foo (go, fo, eo); 327 foo (go, fo, eo);
|
| /src/external/apache2/llvm/dist/llvm/lib/LTO/ |
| LTOModule.cpp | 420 const GlobalObject *go = dyn_cast<GlobalObject>(def); local 421 uint32_t attr = go ? Log2(go->getAlign().valueOrOne()) : 0;
|
| /src/external/bsd/unbound/dist/smallapp/ |
| unbound-control.c | 930 /** go ahead and read config, contact server and perform command and display */ 932 go(const char* cfgfile, char* svr, int quiet, int argc, char* argv[]) function 1074 ret = go(cfgfile, svr, quiet, argc, argv);
|
| /src/bin/ksh/ |
| misc.c | 354 Getopt go; local 390 ksh_getopt_reset(&go, GF_ERROR|GF_PLUSOPT); 391 while ((optc = ksh_getopt(argv, &go, opts)) != EOF) { 392 set = (go.info & GI_PLUS) ? 0 : 1; 396 array = go.optarg; 400 if (go.optarg == (char *) 0) { 410 i = option(go.optarg); 421 bi_errorf("%s: bad option", go.optarg); 449 if (!(go.info & GI_MINUSMINUS) && argv[go.optind [all...] |
| /src/external/bsd/ipf/dist/tools/ |
| ipmon.c | 1051 int go; local 1191 go = 1; 1192 while (go == 1) { 1210 go = 0;
|
| /src/external/bsd/tmux/dist/ |
| window-customize.c | 657 struct options *go, *wo; local 790 go = NULL; 795 go = options_get_parent(wo); 800 go = options_get_parent(item->oo); 804 go = NULL; 819 if (go != NULL && options_owner(o) != go) { 820 parent = options_get_only(go, name);
|