Home
last modified time | relevance | path

Searched refs:redirect (Results 1 – 25 of 151) sorted by relevance

1234567

/openbmc/openbmc/meta-phosphor/recipes-phosphor/misc/
H A Dphosphor-misc_git.bb10 http-redirect-awk \
15 PACKAGECONFIG[http-redirect-awk] = "-Dhttp-redirect=enabled, -Dhttp-redirect=disabled"
26 SYSTEMD_SERVICE:${PN}-http-redirect-awk = " \
27 http-redirect@.service \
28 http-redirect.socket \
37 RDEPENDS:${PN}-http-redirect-awk = "${VIRTUAL-RUNTIME_base-utils}"
46 # http-redirect-awk
47 FILES:${PN}-http-redirect-awk = "${bindir}/http-redirect.awk"
54 ${@bb.utils.contains('PACKAGECONFIG', 'http-redirect-awk', '${PN}-http-redirect-awk', '', d)} \
/openbmc/phosphor-misc/http-redirect/
H A Dmeson.build1 redirect = dependency('systemd', required: get_option('http-redirect')) variable
4 if redirect.found()
6 'http-redirect.awk',
11 unit_files = ['http-redirect.socket', 'http-redirect@.service']
18 install_dir: redirect.get_variable('systemdsystemunitdir'),
H A Dhttp-redirect@.service5 ExecStart=/usr/bin/awk -f /usr/bin/http-redirect.awk
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_neigh.c90 bool redirect = false; in tc_dst() local
94 redirect = is_remote_ep_v4(skb, __bpf_constant_htonl(ip4_src)); in tc_dst()
97 redirect = is_remote_ep_v6(skb, (struct in6_addr){{ip6_src}}); in tc_dst()
101 if (!redirect) in tc_dst()
115 bool redirect = false; in tc_src() local
119 redirect = is_remote_ep_v4(skb, __bpf_constant_htonl(ip4_dst)); in tc_src()
122 redirect = is_remote_ep_v6(skb, (struct in6_addr){{ip6_dst}}); in tc_src()
126 if (!redirect) in tc_src()
/openbmc/linux/arch/ia64/uv/kernel/
H A Dsetup.c26 unsigned long redirect; member
41 union uvh_rh_gam_alias210_redirect_config_2_mmr_u redirect; in get_lowmem_redirect() local
48 redirect.v = uv_read_local_mmr(redir_addrs[i].redirect); in get_lowmem_redirect()
49 *base = (unsigned long)redirect.s.dest_base << DEST_SHIFT; in get_lowmem_redirect()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D720240501dca0b4eacc3295665d7ced8719e11d2.patch48 "uri": "https://httpbin.org/redirect/5"
50 … redirected automatically to target URL: <a href=\"/relative-redirect/4\">/relative-redirect/4</a>…
59 - "Location": "/relative-redirect/4",
80 + "/relative-redirect/4"
118 "uri": "https://httpbin.org/relative-redirect/4"
129 - "Location": "/relative-redirect/3",
150 + "/relative-redirect/3"
188 "uri": "https://httpbin.org/relative-redirect/3"
199 - "Location": "/relative-redirect/2",
220 + "/relative-redirect/2"
[all …]
/openbmc/linux/fs/overlayfs/
H A Dnamei.c27 char *redirect; member
63 kfree(d->redirect); in ovl_check_redirect()
64 d->redirect = buf; in ovl_check_redirect()
65 d->name.name = d->redirect; in ovl_check_redirect()
66 d->name.len = strlen(d->redirect); in ovl_check_redirect()
359 static int ovl_lookup_data_layer(struct dentry *dentry, const char *redirect, in ovl_lookup_data_layer() argument
365 err = vfs_path_lookup(layer->mnt->mnt_root, layer->mnt, redirect, in ovl_lookup_data_layer()
369 dentry, redirect, layer->idx, err); in ovl_lookup_data_layer()
392 static int ovl_lookup_data_layers(struct dentry *dentry, const char *redirect, in ovl_lookup_data_layers() argument
403 err = ovl_lookup_data_layer(dentry, redirect, layer, &datapath); in ovl_lookup_data_layers()
[all …]
H A Ddir.c1047 const char *redirect = ovl_dentry_get_redirect(dentry); in ovl_set_redirect() local
1050 if (redirect && (!absolute_redirect || redirect[0] == '/')) in ovl_set_redirect()
1053 redirect = ovl_get_redirect(dentry, absolute_redirect); in ovl_set_redirect()
1054 if (IS_ERR(redirect)) in ovl_set_redirect()
1055 return PTR_ERR(redirect); in ovl_set_redirect()
1059 redirect, strlen(redirect), -EXDEV); in ovl_set_redirect()
1062 ovl_dentry_set_redirect(dentry, redirect); in ovl_set_redirect()
1065 kfree(redirect); in ovl_set_redirect()
H A Dparams.c574 ctx->set.redirect = true; in ovl_parse_param()
810 if (set.metacopy && set.redirect) { in ovl_fs_params_verify()
815 if (config->verity_mode && set.redirect) { in ovl_fs_params_verify()
820 if (set.redirect) { in ovl_fs_params_verify()
890 if (set.redirect && in ovl_fs_params_verify()
920 if (set.redirect && in ovl_fs_params_verify()
H A Dparams.h15 bool redirect; member
/openbmc/qemu/docs/
H A Dcolo-proxy.txt95 waiting secondary redirect packet to compare it.
112 redirect client filter. Otherwise directly send to
113 redirect client filter.
125 It gives qemu the ability to redirect net packet.
126 Redirector can redirect filter's net packet to outdev,
127 and redirect indev's packet to filter.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/
H A Dlibsdl_1.2.15.bb68 PACKAGECONFIG[stdio-redirect] = "--enable-stdio-redirect,--disable-stdio-redirect"
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py20 from django.shortcuts import render, redirect, get_object_or_404, HttpResponseRedirect
99 return redirect(reverse('all-projects'), permanent = False)
102 return redirect(reverse('all-builds'), permanent = False)
201 return redirect(url + "?%s" % urlencode(params), permanent = False, **kwargs)
453 return redirect( builds )
562 return redirect( builds )
616 return redirect(builds)
643 return redirect(builds)
1075 return redirect(builds)
1119 return redirect(builds)
[all …]
/openbmc/linux/tools/testing/ktest/
H A Dconfig-bisect.pl160 my ($command, $redirect) = @_;
173 if (defined($redirect)) {
174 open (RD, ">$redirect") or
175 dodie "failed to write to redirect $redirect";
/openbmc/ipmitool/contrib/
H A Dbmc-snmp-proxy.sysconf6 # bmc-snnmp-proxy helps redirect certain SNMP requests (to this host)
29 # Description: SNMP OID that we would like to redirect to the Service
/openbmc/linux/Documentation/bpf/
H A Dredirect.rst25 :doc: xdp redirect
28 Not all drivers support transmitting frames after a redirect, and for
H A Dmap_xskmap.rst33 | | BPF |-- redirect -->+-------------+-------------+
44 accept XDP frames from that <netdev/queue_id>. If an XDP program tries to redirect
139 ``xsks_map`` and how to redirect packets to an XSK.
/openbmc/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dswitch-driver.rst127 Routing actions (redirect, trap, drop)
141 Also, the matchall filter can be used to redirect the entire traffic received
147 * mirred egress redirect
163 Example 3: redirect all frames received on eth4 to eth1::
165 $ tc filter add dev eth4 ingress matchall action mirred egress redirect dev eth1
174 action mirred egress redirect dev eth3
/openbmc/qemu/hw/usb/
H A Dmeson.build76 # usb redirect
80 if_true: [usbredir, files('redirect.c', 'quirks.c')])
81 hw_usb_modules += {'redirect': usbredir_ss}
/openbmc/phosphor-misc/
H A Dmeson.build4 subdir('http-redirect')
H A Dmeson.options12 'http-redirect',
/openbmc/intel-ipmi-oem/
H A D.gitignore9 # Explicitly ignore wrap-redirect files.
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Ddefault_server.site12 # redirect server error pages to the static page /50x.html
/openbmc/linux/Documentation/networking/
H A Dxdp-rx-metadata.rst88 ``bpf_redirect_map`` can redirect the frame to a different device.
90 program after the redirect. However, the final consumer doesn't have
97 before redirect. If the frame is eventually passed to the kernel, the
/openbmc/qemu/ebpf/
H A Debpf_rss.h35 uint8_t redirect; member

1234567