Home
last modified time | relevance | path

Searched full:forwards (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/freebsd/contrib/unbound/iterator/
H A Diter_fwd.h54 /** lock on the forwards tree.
94 * Create forwards
95 * @return new forwards or NULL on error.
100 * Delete forwards.
106 * Process forwards config.
115 * The return value is contents of the forwards structure.
116 * Caller should lock and unlock a readlock on the forwards structure if nolock
118 * Otherwise caller should unlock the readlock on the forwards structure if a
133 * The return value is contents of the forwards structure.
134 * Caller should lock and unlock a readlock on the forwards structur
[all...]
H A Diter_fwd.c264 /** read forwards config */
269 for(s = cfg->forwards; s; s = s->next) { in read_forwards()
385 * (stubs, forwards, auths). */ in forwards_lookup()
461 /* Finds next root item in forwards lookup tree. in next_root_locked()
462 * Caller needs to handle locking of the forwards structure. */ in next_root_locked()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTraceCursor.h25 /// \param[in] forwards
26 /// If \b true, then the traversal will be forwards, otherwise backwards.
27 void SetForwards(bool forwards);
30 /// forwards.
33 /// \b true if the current direction is forwards, \b false if backwards.
40 /// it is forwards, the instructions are visited forwards
111 /// How many items to move forwards (if positive) or backwards (if
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h104 /// \param[in] forwards
105 /// If \b true, then the traversal will be forwards, otherwise backwards.
106 void SetForwards(bool forwards);
109 /// forwards.
112 /// \b true if the current direction is forwards, \b false if backwards.
119 /// it is forwards, the instructions are visited forwards
190 /// How many items to move forwards (if positive) or backwards (if
H A DTraceDumper.h22 /// If \b true, the cursor will be iterated forwards starting from the
25 bool forwards = false; member
420 /// Dump all function calls forwards chronologically and hierarchically
/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/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.
H A Dsocionext,synquacer-exiu.yaml14 that forwards a block of 32 configurable input lines to 32 adjacent
32 EXIU forwards its interrupts to.
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceCursor.cpp25 void TraceCursor::SetForwards(bool forwards) { m_forwards = forwards; } in SetForwards() argument
/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/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)
H A Dchannels.h165 /* path for unix domain sockets, or host name for forwards */
166 int listening_port; /* port being listened for forwards */
167 char *listening_addr; /* addr being listened for forwards */
168 int host_port; /* remote port to connect for forwards */
/freebsd/lib/libvgl/
H A Dsimple.c240 /* pattern 1 forwards */ in VGLLine()
249 /* pattern 2 forwards */ in VGLLine()
258 /* pattern 3 forwards */ in VGLLine()
305 /* pattern 4 forwards */ in VGLLine()
314 /* pattern 2 forwards */ in VGLLine()
324 /* pattern 3 forwards */ in VGLLine()
/freebsd/usr.sbin/bluetooth/btpand/
H A Dbtpand.862 virtual Ethernet device and forwards Ethernet packets to
71 A GN host forwards Ethernet packets to each of the connected PAN
/freebsd/lib/libpmc/pmu-events/arch/x86/bonnell/
H A Dpipeline.json317 "BriefDescription": "All store forwards",
325 "BriefDescription": "Good store forwards",
/freebsd/contrib/wpa/wpa_supplicant/binder/
H A Dbinder.h19 * This initializes the binder driver & BinderManager instance and then forwards
/freebsd/contrib/unbound/compat/
H A Dmemmove.c35 /* copy forwards, to avoid overwriting from */ in memmove()
/freebsd/contrib/ldns/compat/
H A Dmemmove.c35 /* copy forwards, to avoid overwriting from */ in memmove()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopLoadElimination.h10 /// This header defines the LoopLoadEliminationPass object. This pass forwards
/freebsd/share/man/man4/
H A Dhv_netvsc.464 The VSP in the root partition then forwards the network related requests to
H A Dhv_storvsc.462 The VSP in the root partition then forwards the storage related requests to
H A Dhv_kvp.452 The driver is bare bones and merely forwards requests to its counterpart
/freebsd/crypto/heimdal/appl/kf/
H A Dkf.162 program forwards tickets to a remote host through an authenticated
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Duniform_random_bit_generator_adaptor.h34 // it into an adaptor type that forwards all of its interface and adds the required typedef.
/freebsd/tools/tools/netmap/
H A Dbridge.846 forwards packets without copying the packets payload (zero-copy mode), unless

12345678910>>...12