/third_party/node/deps/v8/src/objects/ |
H A D | api-callbacks.h | 38 static Address redirect(Address address, AccessorComponent component);
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | xfrm4_policy.c | 118 path->ops->redirect(path, sk, skb); in xfrm4_redirect() 143 .redirect = xfrm4_redirect,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | xfrm6_policy.c | 122 path->ops->redirect(path, sk, skb); in xfrm6_redirect() 166 .redirect = xfrm6_redirect,
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | xfrm6_policy.c | 113 path->ops->redirect(path, sk, skb); in xfrm6_redirect() 152 .redirect = xfrm6_redirect,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | xfrm4_policy.c | 115 path->ops->redirect(path, sk, skb); in xfrm4_redirect() 130 .redirect = xfrm4_redirect,
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_io.c | 515 static struct file *redirect; variable 560 * redirect lock for undoing redirection 580 if (redirect && file_tty(redirect) == tty) { in __tty_hangup() 581 f = redirect; in __tty_hangup() 582 redirect = NULL; in __tty_hangup() 1134 if (redirect) in redirected_tty_write() 1135 p = get_file(redirect); in redirected_tty_write() 2372 * Locking: uses redirect_lock to guard the redirect information 2382 f = redirect; in tioccons() [all...] |
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_io.c | 505 static struct file *redirect; variable 532 * tty_release_redirect - Release a redirect on a pty if present 536 * redirect it can release the redirect. 543 if (redirect && file_tty(redirect) == tty) { in tty_release_redirect() 544 f = redirect; in tty_release_redirect() 545 redirect = NULL; in tty_release_redirect() 568 * * redirect lock for undoing redirection 1117 if (redirect) in redirected_tty_write() [all...] |
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | cpumap.c | 159 stats->redirect++; in cpu_map_bpf_prog_run_skb() 218 stats->redirect++; in cpu_map_bpf_prog_run_xdp() 251 if (stats->redirect) in cpu_map_bpf_prog_run() 397 /* Have map->numa_node, but choose node of redirect target CPU */ in __cpu_map_entry_alloc()
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | hw_irq.h | 124 extern void ia64_send_ipi (int cpu, int vector, int delivery_mode, int redirect);
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | hw_irq.h | 123 extern void ia64_send_ipi (int cpu, int vector, int delivery_mode, int redirect);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_offload.h | 87 int (*redirect)(void *ctx, struct dst_entry *old, member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_offload.h | 87 int (*redirect)(void *ctx, struct dst_entry *old, member
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | ovl_entry.h | 168 const char *redirect; member
|
H A D | util.c | 512 return OVL_I(d_inode(dentry))->redirect; in ovl_dentry_get_redirect() 515 void ovl_dentry_set_redirect(struct dentry *dentry, const char *redirect) in ovl_dentry_set_redirect() argument 519 kfree(oi->redirect); in ovl_dentry_set_redirect() 520 oi->redirect = redirect; in ovl_dentry_set_redirect() 755 #define OVL_XATTR_REDIRECT_POSTFIX "redirect" 810 * Upper inodes won't have origin nor redirect xattr anyway. in ovl_set_impure() 1241 pr_warn_ratelimited("invalid redirect (%s)\n", buf); in ovl_get_redirect_xattr() 1245 pr_warn_ratelimited("failed to get redirect (%i)\n", res); in ovl_get_redirect_xattr()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | xdp.h | 118 unsigned int redirect; member
|
/third_party/EGL/sdk/docs/man/xhtml/ |
H A D | maketoc.pl | 12 probably want to redirect output into a file like
|
/third_party/node/deps/undici/src/lib/websocket/ |
H A D | connection.js | 50 // and redirect mode is "error". 58 redirect: 'error'
|
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/xhtml/ |
H A D | maketoc.pl | 12 probably want to redirect output into a file like
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | irq_ia64.c | 629 ia64_send_ipi (int cpu, int vector, int delivery_mode, int redirect) in ia64_send_ipi() argument 642 ipi_addr = ipi_base_addr + ((phys_cpu_id << 4) | ((redirect & 1) << 3)); in ia64_send_ipi()
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | irq_ia64.c | 629 ia64_send_ipi (int cpu, int vector, int delivery_mode, int redirect) in ia64_send_ipi() argument 642 ipi_addr = ipi_base_addr + ((phys_cpu_id << 4) | ((redirect & 1) << 3)); in ia64_send_ipi()
|
/kernel/linux/linux-5.10/tools/testing/ktest/ |
H A D | config-bisect.pl | 160 my ($command, $redirect) = @_; 173 if (defined($redirect)) { 174 open (RD, ">$redirect") or 175 dodie "failed to write to redirect $redirect";
|
/kernel/linux/linux-6.6/tools/testing/ktest/ |
H A D | config-bisect.pl | 160 my ($command, $redirect) = @_; 173 if (defined($redirect)) { 174 open (RD, ">$redirect") or 175 dodie "failed to write to redirect $redirect";
|
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | response.js | 83 // Creates a redirect Response that redirects to url with status status. 84 static redirect (url, status = 302) { 87 webidl.argumentLengthCheck(arguments, 1, { header: 'Response.redirect' }) 105 // 3. If status is not a redirect status, then throw a RangeError. 191 // Returns whether response was obtained through a redirect. 295 redirect: kEnumerableProperty, 413 // An opaque-redirect filtered response is a filtered response whose type
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | inode.c | 208 * we haven't verified that this redirect is unique. in ovl_getattr() 213 * dir is the only redirect to that origin. in ovl_getattr() 820 /* Lookup of an uncovered redirect origin? */ in ovl_verify_inode() 997 kfree(oip->redirect); in ovl_get_inode() 1026 OVL_I(inode)->redirect = oip->redirect; in ovl_get_inode()
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | utils.py | 165 def exec_cmd(cmd, timeout=5 * 60, error_print=True, join_result=False, redirect=False): 177 redirect: redirect output 188 if redirect: 197 if redirect:
|