/freebsd-src/contrib/unbound/iterator/ |
H A D | iter_fwd.h | 54 /** 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 structure if nolock [all …]
|
H A D | iter_fwd.c | 264 /** read forwards config */ 269 for(s = cfg->forwards; s; s = s->next) { in read_forwards() 427 /* Finds next root item in forwards lookup tree. 428 * Caller needs to handle locking of the forwards structure. */
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBTraceCursor.h | 25 /// \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-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | TraceCursor.h | 104 /// \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
|
/freebsd-src/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-src/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.
|
H A D | socionext,synquacer-exiu.yaml | 14 that forwards a block of 32 configurable input lines to 32 adjacent 32 EXIU forwards its interrupts to.
|
/freebsd-src/contrib/llvm-project/lldb/source/Target/ |
H A D | TraceCursor.cpp | 25 void TraceCursor::SetForwards(bool forwards) { m_forwards = forwards; } in SetForwards() argument
|
/freebsd-src/contrib/libdiff/lib/ |
H A D | diff_myers.c | 190 /* Do one forwards step in the "divide and conquer" graph traversal. 193 * kd_forward: the traversal state for forwards traversal, modified by this 200 * Since forwards is done first, kd_backward will be valid for d - 333 /* Figured out a new forwards traversal, see if this has gone in diff_divide_myers_forward() 380 /* Forwards is done first, so the backwards one was still at in diff_divide_myers_forward() 406 * When forwards and backwards traversals meet, the in diff_divide_myers_forward() 490 * kd_forward: the traversal state for forwards traversal, to find a meeting 492 * Since forwards is done first, after this, both kd_forward and 647 * onto or even past a preceding forwards traversal. in diff_divide_myers_backward() 651 * the forwards traversal, because now both d are the same: in diff_divide_myers_backward() [all …]
|
/freebsd-src/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)
|
H A D | channels.h | 164 /* path for unix domain sockets, or host name for forwards */ 165 int listening_port; /* port being listened for forwards */ 166 char *listening_addr; /* addr being listened for forwards */ 167 int host_port; /* remote port to connect for forwards */
|
/freebsd-src/usr.sbin/bluetooth/btpand/ |
H A D | btpand.8 | 62 virtual Ethernet device and forwards Ethernet packets to 71 A GN host forwards Ethernet packets to each of the connected PAN
|
/freebsd-src/lib/libvgl/ |
H A D | simple.c | 240 /* 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-src/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 in ub_ctx_set_fwd() [all...] |
/freebsd-src/contrib/wpa/wpa_supplicant/binder/ |
H A D | binder.h | 19 * This initializes the binder driver & BinderManager instance and then forwards
|
/freebsd-src/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-atr.yaml | 15 forwards transactions from upstream to the appropriate downstream port
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/bonnell/ |
H A D | pipeline.json | 317 "BriefDescription": "All store forwards", 325 "BriefDescription": "Good store forwards",
|
/freebsd-src/contrib/unbound/compat/ |
H A D | memmove.c | 35 /* copy forwards, to avoid overwriting from */ in memmove()
|
/freebsd-src/contrib/ldns/compat/ |
H A D | memmove.c | 35 /* copy forwards, to avoid overwriting from */ in memmove()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | LoopLoadElimination.h | 10 /// This header defines the LoopLoadEliminationPass object. This pass forwards
|
/freebsd-src/share/man/man4/ |
H A D | hv_netvsc.4 | 64 The VSP in the root partition then forwards the network related requests to
|
H A D | hv_storvsc.4 | 62 The VSP in the root partition then forwards the storage related requests to
|
H A D | hv_kvp.4 | 52 The driver is bare bones and merely forwards requests to its counterpart
|
/freebsd-src/crypto/heimdal/appl/kf/ |
H A D | kf.1 | 62 program forwards tickets to a remote host through an authenticated
|
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | uniform_random_bit_generator_adaptor.h | 34 // it into an adaptor type that forwards all of its interface and adds the required typedef.
|