| /openbmc/bmcweb/test/http/ |
| H A D | router_test.cpp | 26 TEST(Router, AllowHeader) in TEST() argument 32 Router router; in TEST() local 40 router.validate(); in TEST() 41 EXPECT_EQ(router.findRoute(req).allowHeader, ""); in TEST() 42 EXPECT_EQ(router.findRoute(req).route.rule, nullptr); in TEST() 44 router.newRuleTagged<getParameterTag(url)>(std::string(url)) in TEST() 46 router.validate(); in TEST() 47 EXPECT_EQ(router.findRoute(req).allowHeader, "GET"); in TEST() 48 EXPECT_NE(router.findRoute(req).route.rule, nullptr); in TEST() 51 EXPECT_EQ(router.findRoute(patchReq).route.rule, nullptr); in TEST() [all …]
|
| /openbmc/u-boot/doc/device-tree-bindings/misc/ |
| H A D | intel,irq-router.txt | 1 Intel Interrupt Router Device Binding 4 The device tree node which describes the operation of the Intel Interrupt Router 8 - reg : Specifies the interrupt router's PCI configuration space address as 10 - compatible = "intel,irq-router" 15 - intel,ibase-offset : IBASE register offset in the interrupt router's PCI 21 in the interrupt router's PCI configuration space, or IBASE. 24 The second cell is the total number of PIRQ links the router supports. 28 register offset from the interrupt router's base address. If this property 43 #include <dt-bindings/interrupt-router/intel-irq.h> 45 irq-router@1f,0 { [all …]
|
| /openbmc/u-boot/arch/x86/include/asm/ |
| H A D | pirq_routing.h | 42 u8 rtr_bus; /* busno of the interrupt router */ 43 u8 rtr_devfn; /* devfn of the interrupt router */ 45 u16 rtr_vendor; /* Vendor ID of the interrupt router */ 46 u16 rtr_device; /* Device ID of the interrupt router */ 72 * implementation of interrupt router may be different. 74 * @dev: irq router's udevice 90 * implementation of interrupt router may be different. 92 * @dev: irq router's udevice 105 * implementation of interrupt router may be different. 107 * @dev: irq router's udevice [all …]
|
| H A D | irq.h | 9 #include <dt-bindings/interrupt-router/intel-irq.h> 12 * Intel interrupt router configuration mechanism 14 * There are two known ways of Intel interrupt router configuration mechanism 31 * Intel interrupt router control block 41 * @lb_bdf: irq router's PCI bus/device/function number encoding
|
| /openbmc/webui-vue/docs/customization/ |
| H A D | build.md | 8 - [Router](#router) 54 ## Router section in Build Customization 56 **tip** [Vue Router](https://router.vuejs.org/guide/) determines which pages are 59 1. If making customizations to the default router, add `CUSTOM_ROUTER=true` key 61 2. Create a `<ENV_NAME>.js` file in `src/env/router` **danger** The filename 63 routes import in `src/router/index.js` will resolve to this new file. 64 3. Define new [routes](https://router.vuejs.org/api/#routes). **tip** Use static 71 The Vue Router definition is closely tied to the app navigation but should be 72 configured separately. The Vue Router is responsible for defining the
|
| /openbmc/webui-vue/src/router/ |
| H A D | index.js | 1 import { createRouter, createWebHashHistory } from 'vue-router'; 9 const router = createRouter({ constant 22 // The privilege for the specific router was verified using the 23 // exclusiveToRoles roles in the router. 40 router.beforeEach((to, from, next) => { 61 export default router;
|
| /openbmc/bmcweb/http/ |
| H A D | app.hpp | 47 router.handleUpgrade(req, asyncResp, std::forward<Adaptor>(adaptor)); in handleUpgrade() 53 router.handle(req, asyncResp); in handle() 58 return router.newRuleDynamic(rule); in routeDynamic() 64 return router.newRuleTagged<Tag>(std::move(rule)); in route() 69 router.validate(); in validate() 173 router.debugPrint(); in debugPrint() 179 return router.getRoutes(root); in getRoutes() 183 return router.getRoutes(parent); in getRoutes() 188 Router router; member in crow::App
|
| /openbmc/phosphor-host-ipmid/include/ipmid/ |
| H A D | oemrouter.hpp | 28 /// Router Interface class. 29 /// @brief Abstract Router Interface 30 class Router class 33 virtual ~Router() {} in ~Router() 50 /// Expose mutable Router for configuration & activation. 52 /// @returns pointer to OEM Router to use. 53 Router* mutableRouter();
|
| /openbmc/phosphor-pid-control/ipmi/ |
| H A D | main_ipmi.cpp | 26 oem::Router* router = oem::mutableRouter(); in setupGlobalOemFanControl() local 33 router->registerHandler( in setupGlobalOemFanControl()
|
| /openbmc/openbmc/meta-google/recipes-google/networking/gbmc-net-common/ |
| H A D | gbmc-ra.sh | 38 echo "Router is ourself, ignoring" >&2 45 # It's important that this happens before the main table default router is configured. 76 echo "Set router $rtr on $RA_IF" >&2 89 echo "Del router $rtr on $RA_IF" >&2 131 elif [[ "$line" =~ ^Router' 'lifetime' '*:' '*([0-9]*) ]]; then 156 # a non-default router 167 # We also want to take the first router we find to speed up acquisition on boot. 176 # Only update router properties if we use this router 202 echo "Old router $old_rtr disappeared" >&2
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/radvd/ |
| H A D | radvd_2.20.bb | 1 SUMMARY = "IPv6 router advertisement daemon" 2 DESCRIPTION = "radvd is the router advertisement daemon for IPv6. It \ 3 listens to router solicitations and sends router \ 8 choose a default router based on these advertisements."
|
| /openbmc/u-boot/arch/x86/dts/ |
| H A D | qemu-x86_q35.dts | 8 #include <dt-bindings/interrupt-router/intel-irq.h> 10 /* ICH9 IRQ router has discrete PIRQ control registers */ 72 irq-router { 73 compatible = "intel,irq-router";
|
| H A D | qemu-x86_i440fx.dts | 8 #include <dt-bindings/interrupt-router/intel-irq.h> 61 irq-router { 62 compatible = "intel,irq-router";
|
| H A D | cougarcanyon2.dts | 8 #include <dt-bindings/interrupt-router/intel-irq.h> 105 irq-router { 106 compatible = "intel,irq-router";
|
| H A D | galileo.dts | 9 #include <dt-bindings/interrupt-router/intel-irq.h> 100 irq-router { 101 compatible = "intel,irq-router";
|
| /openbmc/webui-vue/tests/unit/ |
| H A D | AppNavigation.spec.js | 5 import VueRouter from 'vue-router'; 10 const router = new VueRouter(); constant 21 router,
|
| /openbmc/webui-vue/src/ |
| H A D | main.js | 6 import router from './router'; 50 router, field in AnonymousClass7ba935c10101 56 app.use(router);
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/tayga/files/ |
| H A D | tayga.conf | 20 # TAYGA's IPv4 address. This is NOT your router's IPv4 address! TAYGA 21 # requires its own address because it acts as an IPv4 and IPv6 router, and 32 # TAYGA's IPv6 address. This is NOT your router's IPv6 address! TAYGA 33 # requires its own address because it acts as an IPv4 and IPv6 router, and
|
| /openbmc/webui-vue/src/store/modules/Authentication/ |
| H A D | AuthenticanStore.js | 3 import router from '@/router'; 4 import { roles } from '@/router/routes'; 93 .then(() => router.push('/login'))
|
| /openbmc/webui-vue/docs/guide/components/page-title/ |
| H A D | index.md | 5 `src/router/routes.js`. 8 // src/router/routes.js
|
| /openbmc/webui-vue/ |
| H A D | vue.config.js | 99 // in src/router/index.js src/store/api.js and src/main.js 104 // If env has custom router, resolve routes in src/router/index.js 105 config.resolve.alias['./routes$'] = `@/env/router/${envName}.js`;
|
| /openbmc/u-boot/arch/arm/include/asm/arch-s32v234/ |
| H A D | imx-regs.h | 119 /* MSCM interrupt router */ 273 /* MSCM Interrupt Router */ 308 u32 ircp0ir; /* Interrupt Router CP0 Interrupt Register */ 309 u32 ircp1ir; /* Interrupt Router CP1 Interrupt Register */ 311 u32 ircpgir; /* Interrupt Router CPU Generate Interrupt Register */ 313 u16 irsprc[176]; /* Interrupt Router Shared Peripheral Routing Control Register */
|
| /openbmc/webui-vue/src/store/ |
| H A D | api.js | 2 import router from '../router'; 43 router.push('/change-password');
|
| /openbmc/webui-vue/docs/guide/ |
| H A D | readme.md | 22 - [Vue Router](https://router.vuejs.org/)
|
| /openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
| H A D | simple.script | 46 if [ -n "$router" ] ; then 60 for i in $router ; do
|