| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTraceCursor.cpp | 25 void SBTraceCursor::SetForwards(bool forwards) { in SetForwards() argument 26 LLDB_INSTRUMENT_VA(this, forwards); in SetForwards() 28 m_opaque_sp->SetForwards(forwards); in SetForwards()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | TraceCursor.cpp | 25 void TraceCursor::SetForwards(bool forwards) { m_forwards = forwards; } in SetForwards() argument
|
| H A D | TraceDumper.cpp | 449 else if (m_options.forwards) in TraceDumper() 454 m_cursor_sp->SetForwards(m_options.forwards); in TraceDumper() 456 m_cursor_sp->Seek((m_options.forwards ? 1 : -1) * *m_options.skip, in TraceDumper()
|
| /freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | socionext,synquacer-exiu.txt | 4 that forwards a block of 32 configurable input lines to 32 adjacent 16 ones the EXIU forwards its interrups to.
|
| /freebsd/contrib/unbound/libunbound/ |
| H A D | libunbound.c | 989 if(ctx->env->cfg->forwards && in ub_ctx_set_fwd() 990 (ctx->env->cfg->forwards->name && in ub_ctx_set_fwd() 991 strcmp(ctx->env->cfg->forwards->name, ".") == 0)) { in ub_ctx_set_fwd() 992 s = ctx->env->cfg->forwards; in ub_ctx_set_fwd() 993 ctx->env->cfg->forwards = s->next; in ub_ctx_set_fwd() 1010 if(!ctx->env->cfg->forwards || in ub_ctx_set_fwd() 1011 (ctx->env->cfg->forwards->name && in ub_ctx_set_fwd() 1012 strcmp(ctx->env->cfg->forwards->name, ".") != 0)) { in ub_ctx_set_fwd() 1026 s->next = ctx->env->cfg->forwards; in ub_ctx_set_fwd() 1027 ctx->env->cfg->forwards = s; in ub_ctx_set_fwd() [all …]
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTraceCursor.h | 27 void SetForwards(bool forwards);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | TraceCursor.h | 106 void SetForwards(bool forwards);
|
| H A D | TraceDumper.h | 25 bool forwards = false; member
|
| /freebsd/contrib/unbound/util/ |
| H A D | configparser.y | 392 if(cfg_parser->cfg->forwards && 393 !cfg_parser->cfg->forwards->name) 404 s->next = cfg_parser->cfg->forwards; 405 cfg_parser->cfg->forwards = s; 3172 if(cfg_parser->cfg->forwards->name) 3175 free(cfg_parser->cfg->forwards->name); 3176 cfg_parser->cfg->forwards->name = $2; 3182 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->hosts, $2)) 3189 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->addrs, $2)) 3198 else cfg_parser->cfg->forwards->isfirst=(strcmp($2, "yes")==0); [all …]
|
| H A D | configparser.c | 3081 if(cfg_parser->cfg->forwards && in yyparse() 3082 !cfg_parser->cfg->forwards->name) in yyparse() 3096 s->next = cfg_parser->cfg->forwards; in yyparse() 3097 cfg_parser->cfg->forwards = s; in yyparse() 6642 if(cfg_parser->cfg->forwards->name) in yyparse() 6645 free(cfg_parser->cfg->forwards->name); in yyparse() 6646 cfg_parser->cfg->forwards->name = (yyvsp[0].str); in yyparse() 6655 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->hosts, (yyvsp[0].str))) in yyparse() 6665 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->addrs, (yyvsp[0].str))) in yyparse() 6677 else cfg_parser->cfg->forwards->isfirst=(strcmp((yyvsp[0].str), "yes")==0); in yyparse() [all …]
|
| H A D | config_file.h | 258 struct config_stub* forwards; member
|
| H A D | config_file.c | 223 cfg->forwards = NULL; in config_create() 1761 config_delstubs(cfg->forwards); in config_delete()
|
| /freebsd/crypto/openssh/ |
| H A D | PROTOCOL.mux | 160 6. Requesting establishment of port forwards 189 7. Requesting closure of port forwards 283 XXX extended status (e.g. report open channels / forwards)
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | DLL.cpp | 866 std::vector<Chunk *> forwards; in EdataContents() local 871 forwards.push_back(e.forwardChunk); in EdataContents() 885 chunks.insert(chunks.end(), forwards.begin(), forwards.end()); in EdataContents()
|
| /freebsd/contrib/libcbor/CMakeModules/ |
| H A D | LibFindMacros.cmake | 22 # Works the same as find_package, but forwards the "REQUIRED" and "QUIET" arguments
|
| /freebsd/contrib/unbound/smallapp/ |
| H A D | unbound-checkconf.c | 172 for(p=cfg->forwards; p; p=p->next) { in donotquerylocalhostcheck() 690 warn_hosts("forward-host", cfg->forwards); in morechecks()
|
| /freebsd/contrib/unbound/iterator/ |
| H A D | iter_fwd.c | 280 for(s = cfg->forwards; s; s = s->next) { in read_forwards()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | BIO_set_flags.pod | 166 implementations and for code that forwards retry state from one B<BIO> in a
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 2198 m_options.m_dumper_options.forwards = true; in DoExecute() 2272 m_dumper_options.forwards = true; in SetOptionValue()
|
| H A D | Options.td | 1146 def thread_trace_dump_instructions_forwards: Option<"forwards", "f">, 1148 Desc<"If specified, the trace is traversed forwards chronologically " 1154 "instruction, or the oldest if --forwards is provided.">;
|
| /freebsd/contrib/unbound/doc/ |
| H A D | unbound-control.rst | 130 :ref:`forwards<unbound.conf.forward>`, 223 old config and forwards from the new config. 224 The stubs and forwards are updated at the same time, so that they are
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | whatsnew-2.1.txt | 631 least keep time running forwards.
|
| /freebsd/contrib/libevent/ |
| H A D | whatsnew-2.1.txt | 631 least keep time running forwards.
|
| /freebsd/contrib/sendmail/cf/ |
| H A D | README | 637 an extra rule is added to ruleset 0 that forwards all 1823 pointing at this host; this rule catches the message and forwards it on 2514 therefore forwards it to the mail hub which in turns relays it 3599 everything in a domain to one machine that then forwards it
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | remote.c | 5186 m += getmem_config_stub(cfg->forwards); in config_file_getmem() 5917 COPY_VAR_ptr(forwards); in fr_atomic_copy_cfg()
|