Home
last modified time | relevance | path

Searched refs:forwards (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTraceCursor.cpp25 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 DTraceCursor.cpp25 void TraceCursor::SetForwards(bool forwards) { m_forwards = forwards; } in SetForwards() argument
H A DTraceDumper.cpp449 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 Dsocionext,synquacer-exiu.txt4 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 Dlibunbound.c989 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 DSBTraceCursor.h27 void SetForwards(bool forwards);
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h106 void SetForwards(bool forwards);
H A DTraceDumper.h25 bool forwards = false; member
/freebsd/contrib/unbound/util/
H A Dconfigparser.y384 if(cfg_parser->cfg->forwards &&
385 !cfg_parser->cfg->forwards->name)
396 s->next = cfg_parser->cfg->forwards;
397 cfg_parser->cfg->forwards = s;
3153 if(cfg_parser->cfg->forwards->name)
3156 free(cfg_parser->cfg->forwards->name);
3157 cfg_parser->cfg->forwards->name = $2;
3163 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->hosts, $2))
3170 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->addrs, $2))
3179 else cfg_parser->cfg->forwards->isfirst=(strcmp($2, "yes")==0);
[all …]
H A Dconfigparser.c3071 if(cfg_parser->cfg->forwards && in yyparse()
3072 !cfg_parser->cfg->forwards->name) in yyparse()
3086 s->next = cfg_parser->cfg->forwards; in yyparse()
3087 cfg_parser->cfg->forwards = s; in yyparse()
6618 if(cfg_parser->cfg->forwards->name) in yyparse()
6621 free(cfg_parser->cfg->forwards->name); in yyparse()
6622 cfg_parser->cfg->forwards->name = (yyvsp[0].str); in yyparse()
6631 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->hosts, (yyvsp[0].str))) in yyparse()
6641 if(!cfg_strlist_insert(&cfg_parser->cfg->forwards->addrs, (yyvsp[0].str))) in yyparse()
6653 else cfg_parser->cfg->forwards->isfirst=(strcmp((yyvsp[0].str), "yes")==0); in yyparse()
[all …]
H A Dconfig_file.h255 struct config_stub* forwards; member
H A Dconfig_file.c223 cfg->forwards = NULL; in config_create()
1684 config_delstubs(cfg->forwards); in config_delete()
/freebsd/crypto/openssh/
H A DPROTOCOL.mux160 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 DDLL.cpp866 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 DLibFindMacros.cmake22 # Works the same as find_package, but forwards the "REQUIRED" and "QUIET" arguments
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c172 for(p=cfg->forwards; p; p=p->next) { in donotquerylocalhostcheck()
649 warn_hosts("forward-host", cfg->forwards); in morechecks()
/freebsd/contrib/unbound/iterator/
H A Diter_fwd.c269 for(s = cfg->forwards; s; s = s->next) { in read_forwards()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp2198 m_options.m_dumper_options.forwards = true; in DoExecute()
2272 m_dumper_options.forwards = true; in SetOptionValue()
H A DOptions.td1146 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/ntp/sntp/libevent/
H A Dwhatsnew-2.1.txt631 least keep time running forwards.
H A DChangeLog1304 applications should now be more resilient to jumps forwards or backwards
/freebsd/contrib/libevent/
H A Dwhatsnew-2.1.txt631 least keep time running forwards.
/freebsd/contrib/sendmail/cf/
H A DREADME637 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/tcp_wrappers/
H A DREADME624 to all portmap daemons on its network; each portmap daemon forwards the
/freebsd/contrib/unbound/doc/
H A DChangelog174 - Fix that alloc stats for forwards and hints are printed, and when
185 to print memory use of forwards and hints if they have been
1203 with 1.17.2. 1.17.1 excludes fix #823, it is included forwards.
6070 - Fix #746: Fix unbound sets CD bit on all forwards.
7330 - Fix queries leaking up for stubs and forwards, if the configured
7726 can modify stubs and forwards for running unbound (on mobile computer)
7731 - iter forwards uses malloc inside for more dynamicity.
12334 - forwards udp queries and sends answer.

12