Home
last modified time | relevance | path

Searched refs:forwarding (Results 1 – 25 of 99) sorted by relevance

1234

/external/compiler-rt/BlocksRuntime/tests/
Dbyrefsanity.c41 struct byref_id *forwarding; member
65 if (ref->forwarding != ref) { in sanity()
66 printf("forwarding pointer should be %p but is %p\n", ref, ref->forwarding); in sanity()
/external/compiler-rt/BlocksRuntime/
Druntime.c374 if (src->forwarding->flags & BLOCK_IS_GC) { in _Block_byref_assign_copy()
377 else if ((src->forwarding->flags & BLOCK_REFCOUNT_MASK) == 0) { in _Block_byref_assign_copy()
384 copy->forwarding = copy; // patch heap copy to point to itself (skip write-barrier) in _Block_byref_assign_copy()
385 src->forwarding = copy; // patch stack to point to heap copy in _Block_byref_assign_copy()
406 else if ((src->forwarding->flags & BLOCK_NEEDS_FREE) == BLOCK_NEEDS_FREE) { in _Block_byref_assign_copy()
407 latching_incr_int(&src->forwarding->flags); in _Block_byref_assign_copy()
410 _Block_assign(src->forwarding, (void **)destp); in _Block_byref_assign_copy()
419 shared_struct = shared_struct->forwarding; in _Block_byref_release()
691 cp += sprintf(cp, " forwarding: %p\n", (void *)src->forwarding); in _Block_byref_dump()
DBlock_private.h82 struct Block_byref *forwarding; member
93 struct Block_byref *forwarding; member
/external/llvm/test/Transforms/GVN/
Drle.ll40 ;; Store -> Load and Load -> Load forwarding where src and dst are different
44 ;; i32 -> f32 forwarding.
57 ;; i32* -> float forwarding.
70 ;; float -> i32* forwarding.
83 ;; i32 -> f32 load forwarding.
104 ;; i32 -> i8 forwarding
117 ;; i64 -> float forwarding
130 ;; i64 -> i8* (32-bit) forwarding
143 ; memset -> i16 forwarding.
156 ; memset -> float forwarding.
[all …]
/external/ganymed-ssh2/
DREADME.txt10 local and remote port forwarding, local stream forwarding, X11 forwarding, SCP and SFTP.
/external/llvm/test/Transforms/ObjCARC/
Dretain-block-side-effects.ll9 ; CHECK: %tmp18 = load %struct.__block_byref_repeater** %byref.forwarding, align 8
23 %byref.forwarding = getelementptr inbounds %struct.__block_byref_repeater* %repeater, i64 0, i32 1
32 %tmp18 = load %struct.__block_byref_repeater** %byref.forwarding, align 8
Descape.ll22 …%byref.forwarding = getelementptr inbounds %struct.__block_byref_weakLogNTimes* %weakLogNTimes, i6…
23 …ref_weakLogNTimes* %weakLogNTimes, %struct.__block_byref_weakLogNTimes** %byref.forwarding, align 8
50 %tmp8 = load %struct.__block_byref_weakLogNTimes** %byref.forwarding, align 8
77 …%byref.forwarding = getelementptr inbounds %struct.__block_byref_weakLogNTimes* %weakLogNTimes, i6…
78 …ref_weakLogNTimes* %weakLogNTimes, %struct.__block_byref_weakLogNTimes** %byref.forwarding, align 8
105 %tmp8 = load %struct.__block_byref_weakLogNTimes** %byref.forwarding, align 8
Dno-objc-arc-exceptions.ll22 %byref.forwarding = getelementptr inbounds %struct.__block_byref_x* %x, i64 0, i32 1
23 store %struct.__block_byref_x* %x, %struct.__block_byref_x** %byref.forwarding, align 8
76 %byref.forwarding = getelementptr inbounds %struct.__block_byref_x* %x, i64 0, i32 1
77 store %struct.__block_byref_x* %x, %struct.__block_byref_x** %byref.forwarding, align 8
/external/openssh/
DPROTOCOL.certkeys232 permit-X11-forwarding empty Flag indicating that X11 forwarding
233 should be permitted. X11 forwarding will
236 permit-agent-forwarding empty Flag indicating that agent forwarding
237 should be allowed. Agent forwarding
241 permit-port-forwarding empty Flag indicating that port-forwarding
243 not present then no port forwarding will
Dsshd_config.038 Specifies whether ssh-agent(1) forwarding is permitted. The
39 default is ``yes''. Note that disabling agent forwarding does
56 Specifies whether TCP forwarding is permitted. The default is
57 ``yes''. Note that disabling TCP forwarding does not improve
239 which the forwarding is bound. The default is ``no''.
447 Specifies the destinations to which TCP port forwarding is
448 permitted. The forwarding specification must be one of the
457 restrictions and permit any forwarding requests. By default all
458 port forwarding requests are permitted.
477 Specifies whether tun(4) device forwarding is allowed. The
[all …]
DOVERVIEW71 X11, TCP/IP, and Agent forwarding
73 - Code for various types of channel forwarding is in channels.c.
76 implement X11 forwarding, TCP/IP forwarding, and authentication
77 agent forwarding.
104 It then makes any pty, forwarding, etc. requests. It may call
DPROTOCOL.mux35 bool want X11 forwarding flag
111 uint32 forwarding type
117 forwarding type may be MUX_FWD_LOCAL, MUX_FWD_REMOTE, MUX_FWD_DYNAMIC.
144 7. Requesting stdio forwarding
146 A client may request the master to establish a stdio forwarding:
Dssh-keygen.0199 no-agent-forwarding
200 Disable ssh-agent(1) forwarding (permitted by default).
202 no-port-forwarding
203 Disable port forwarding (permitted by default).
211 no-x11-forwarding
212 Disable X11 forwarding (permitted by default).
214 permit-agent-forwarding
215 Allows ssh-agent(1) forwarding.
217 permit-port-forwarding
218 Allows port forwarding.
[all …]
Dsshd.0191 allocating a pseudo-tty, forwarding X11 connections, forwarding TCP
192 connections, or forwarding the authentication agent connection over the
237 forwarding is in use, it will receive the "proto cookie" pair in its
314 else. Note that the client may specify TCP and/or X11 forwarding
348 no-agent-forwarding
349 Forbids authentication agent forwarding when this key is used for
352 no-port-forwarding
353 Forbids TCP forwarding when this key is used for authentication.
362 no-X11-forwarding
363 Forbids X11 forwarding when this key is used for authentication.
[all …]
/external/webkit/Tools/WebKitTestRunner/
DDerivedSources.pro40 fwheader_generator.commands = perl $${SRC_ROOT_DIR}/Source/WebKit2/Scripts/generate-forwarding-head…
41 fwheader_generator.depends = $${SRC_ROOT_DIR}/Source/WebKit2/Scripts/generate-forwarding-headers.pl
/external/clang/docs/
DBlock-ABI-Apple.txt278 struct Block_byref *forwarding;
288 struct _block_byref_xxxx *forwarding;
298 a) the forwarding pointer is set to the beginning of its enclosing structure,
307 …ewrite access to such a variable to be indirect through the structures forwarding pointer. For ex…
316 struct _block_byref_i *forwarding;
322 i.forwarding->captured_i = 11;
333 struct _block_byref_voidBlock *forwarding;
351 …struct _block_byref_voidBlock voidBlock = {( .forwarding=&voidBlock, .flags=(1<<25), .size=sizeof(…
355 voidBlock.forwarding->captured_voidBlock = blockB;
371 struct _block_byref_voidBlock *forwarding;
[all …]
/external/dnsmasq/contrib/port-forward/
Dportforward2 # forwarding to hostnames. If the dnsmasq-determined hostname matches the
8 # is forwarded on the DHCP-client. By default, forwarding is set up
/external/dropbear/
Dfilelist.txt55 x11fwd.c Handles X11 forwarding
57 agentfwd.c Handles auth-agent forwarding requests
59 localtcpfwd.c Handles -L style tcp forwarding requests, setting
DCHANGES286 - IPv6 support added for client, server, and forwarding
297 - Clean up agent forwarding socket files correctly, patch from Gerrit Pape.
321 - Fixed a TCP forwarding (client-local, -L style) bug which caused the whole
334 - Fixed a bug in agent-forwarding cleanup handler - would segfault
335 (dereferencing a null pointer) if agent forwarding had failed.
340 - Fixed local port forwarding code so that the "-j" option will make forwarding
370 - Remote TCP forwarding (-R) style implemented
372 - Local and remote TCP forwarding can each be disabled at runtime (-k and -j
478 - X11 forwarding fixed for OSX, path for xauth changed to /usr/X11R6/bin/xauth
529 - Added initial tcp forwarding code, only -L (local) at this stage
[all …]
DSMALL30 - You can disable x11, tcp and agent forwarding as desired. None of these are
31 essential, although agent-forwarding is often useful even on firewall boxes.
DTODO25 - Client agent forwarding
/external/webkit/Tools/MiniBrowser/gtk/
DGNUmakefile.am19 generate-minibrowser-forward-headers: $(WebKit2)/Scripts/generate-forwarding-headers.pl $(Programs_…
/external/llvm/include/llvm/Target/
DTargetItinerary.td29 // Pipeline bypass / forwarding - These values specifies the symbolic names of
95 // are defined or read. Bypasses are optional "pipeline forwarding pathes", if
107 // is available via forwarding path A9_LdBypass. If it's used by the first
/external/dropbear/debian/
Dcontrol18 features such as X11 and authentication agent forwarding.
/external/webkit/Source/WebKit2/
DDerivedSources.pro149 fwheader_generator.commands = perl $${SRC_ROOT_DIR}/Source/WebKit2/Scripts/generate-forwarding-head…
150 fwheader_generator.depends = $${SRC_ROOT_DIR}/Source/WebKit2/Scripts/generate-forwarding-headers.pl

1234