| /freebsd/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 structur
 [all...]
 | 
| H A D | iter_fwd.c | 275 /** read forwards config */280 	for(s = cfg->forwards; s; s = s->next) {  in read_forwards()
 406 	 *       (stubs, forwards, auths). */  in forwards_apply_cfg()
 482 /* Finds next root item in forwards lookup tree.
 483  * Caller needs to handle locking of the forwards structure. */
 
 | 
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ | 
| H A D | SBTraceCursor.h | 25   /// \param[in] forwards26   ///     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 D | TraceCursor.h | 104   /// \param[in] forwards105   ///     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 D | TraceDumper.h | 22   /// If \b true, the cursor will be iterated forwards starting from the25   bool forwards = false;  member
 420   /// Dump all function calls forwards chronologically and hierarchically
 
 | 
| /freebsd/contrib/llvm-project/lldb/source/API/ | 
| H A D | SBTraceCursor.cpp | 25 void SBTraceCursor::SetForwards(bool forwards) {  in SetForwards()  argument26   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 D | socionext,synquacer-exiu.txt | 4 that forwards a block of 32 configurable input lines to 32 adjacent16                          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 adjacent32       EXIU forwards its interrupts to.
 
 | 
| /freebsd/contrib/llvm-project/lldb/source/Target/ | 
| H A D | TraceCursor.cpp | 25 void TraceCursor::SetForwards(bool forwards) { m_forwards = forwards; }  in SetForwards()  argument
 | 
| /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/crypto/openssh/ | 
| H A D | PROTOCOL.mux | 160 6. Requesting establishment of port forwards189 7. Requesting closure of port forwards
 283 XXX extended status (e.g. report open channels / forwards)
 
 | 
| H A D | channels.h | 165 		/* 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/usr.sbin/bluetooth/btpand/ | 
| H A D | btpand.8 | 62 virtual Ethernet device and forwards Ethernet packets to71 A GN host forwards Ethernet packets to each of the connected PAN
 
 | 
| /freebsd/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/contrib/wpa/wpa_supplicant/binder/ | 
| H A D | binder.h | 19  * This initializes the binder driver & BinderManager instance and then forwards
 | 
| /freebsd/lib/libpmc/pmu-events/arch/x86/bonnell/ | 
| H A D | pipeline.json | 317         "BriefDescription": "All store forwards",325         "BriefDescription": "Good store forwards",
 
 | 
| /freebsd/contrib/unbound/compat/ | 
| H A D | memmove.c | 35 		/* copy forwards, to avoid overwriting from */  in memmove()
 | 
| /freebsd/contrib/ldns/compat/ | 
| H A D | memmove.c | 35 		/* copy forwards, to avoid overwriting from */  in memmove()
 | 
| /freebsd/usr.sbin/virtual_oss/virtual_bt_speaker/ | 
| H A D | virtual_bt_speaker.8 | 41 forwards the received stream to the given OSS device.
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ | 
| H A D | LoopLoadElimination.h | 10 /// This header defines the LoopLoadEliminationPass object. This pass forwards
 | 
| /freebsd/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/crypto/heimdal/appl/kf/ | 
| H A D | kf.1 | 62 program forwards tickets to a remote host through an authenticated
 | 
| /freebsd/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.
 |