/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/filters/ |
H A D | u32.json | 6 "filter", 15 …"cmdUnderTest": "$TC filter add dev $DEV1 ingress protocol ip prio 1 u32 match ip src 127.0.0.1/32… 17 "verifyCmd": "$TC filter show dev $DEV1 ingress", 18 …"matchPattern": "filter protocol ip pref 1 u32 chain (0[ ]+$|0 fh 800: ht divisor 1|0 fh 800::800 … 28 "filter", 37 …"cmdUnderTest": "$TC filter replace dev $DEV1 ingress protocol ip prio 1 u32 match ip src 127.0.0.… 39 "verifyCmd": "$TC filter show dev $DEV1 ingress", 40 "matchPattern": "filter protocol ip pref 1 u32 chain 0", 50 "filter", 58 …"$TC filter add dev $DEV1 ingress protocol ip prio 1 u32 match ip src 127.0.0.3/32 flowid 1:3 acti… [all …]
|
H A D | route.json | 4 "name": "Add route filter with from and to tag", 6 "filter", 15 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: protocol ip prio 100 route from 1 to 10 cla… 17 "verifyCmd": "$TC filter ls dev $DEV1 parent ffff:", 26 "name": "Add route filter with fromif and to tag", 28 "filter", 37 …"cmdUnderTest": "$TC filter add dev $DEV1 parent ffff: protocol ip prio 100 route fromif $DEV1 to … 39 "verifyCmd": "$TC filter ls dev $DEV1 parent ffff:", 48 "name": "Add route filter with to flag and reclassify action", 50 "filter", [all …]
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | filter.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 4 * Copyright 2005-2013 Solarflare Communications Inc. 16 * enum efx_filter_match_flags - Flags for hardware filter match type 23 * @EFX_FILTER_MATCH_ETHER_TYPE: Match by Ether-type 33 * - Huntington supports filter matching controlled by firmware, potentially 34 * using {TCP,UDP}/IPv{4,6} 4-tuple or local 2-tuple, local MAC or I/G bit, 53 * enum efx_filter_priority - priority of a hardware filter specification 55 * @EFX_FILTER_PRI_AUTO: Automatic filter based on device address list 56 * or hardware requirements. This may only be used by the filter 58 * @EFX_FILTER_PRI_MANUAL: Manually configured filter [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | st,stm32-dfsdm-adc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/iio/adc/st,stm32-dfsdm-adc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Fabrice Gasnier <fabrice.gasnier@foss.st.com> 11 - Olivier Moysan <olivier.moysan@foss.st.com> 14 STM32 DFSDM ADC is a sigma delta analog-to-digital converter dedicated to 17 - Sigma delta modulators (motor control, metering...) 18 - PDM microphones (audio digital microphone) 23 Each child node matches with a filter instance. [all …]
|
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | filter.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 4 * Copyright 2005-2013 Solarflare Communications Inc. 15 * enum ef4_filter_match_flags - Flags for hardware filter match type 22 * @EF4_FILTER_MATCH_ETHER_TYPE: Match by Ether-type 31 * - Falcon supports RX filters matching by {TCP,UDP}/IPv4 4-tuple or 32 * local 2-tuple (only implemented for Falcon B0) 34 * - Siena supports RX and TX filters matching by {TCP,UDP}/IPv4 4-tuple 35 * or local 2-tuple, or local MAC with or without outer VID, and RX 38 * - Huntington supports filter matching controlled by firmware, potentially 39 * using {TCP,UDP}/IPv{4,6} 4-tuple or local 2-tuple, local MAC or I/G bit, [all …]
|
/openbmc/linux/mm/ |
H A D | show_mem.c | 1 // SPDX-License-Identifier: GPL-2.0-only 52 available = global_zone_page_state(NR_FREE_PAGES) - totalreserve_pages; in si_mem_available() 60 pagecache -= min(pagecache / 2, wmark_low); in si_mem_available() 70 available += reclaimable - min(reclaimable / 2, wmark_low); in si_mem_available() 80 val->totalram = totalram_pages(); in si_meminfo() 81 val->sharedram = global_node_page_state(NR_SHMEM); in si_meminfo() 82 val->freeram = global_zone_page_state(NR_FREE_PAGES); in si_meminfo() 83 val->bufferram = nr_blockdev_pages(); in si_meminfo() 84 val->totalhigh = totalhigh_pages(); in si_meminfo() 85 val->freehigh = nr_free_highpages(); in si_meminfo() [all …]
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A D | filter.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 4 * Copyright 2005-2013 Solarflare Communications Inc. 15 * enum efx_filter_match_flags - Flags for hardware filter match type 22 * @EFX_FILTER_MATCH_ETHER_TYPE: Match by Ether-type 32 * - Falcon supports RX filters matching by {TCP,UDP}/IPv4 4-tuple or 33 * local 2-tuple (only implemented for Falcon B0) 35 * - Siena supports RX and TX filters matching by {TCP,UDP}/IPv4 4-tuple 36 * or local 2-tuple, or local MAC with or without outer VID, and RX 39 * - Huntington supports filter matching controlled by firmware, potentially 40 * using {TCP,UDP}/IPv{4,6} 4-tuple or local 2-tuple, local MAC or I/G bit, [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/ |
H A D | test_core_image_min.py | 7 # SPDX-License-Identifier: GPL-2.0-only 9 # Tests were part of openembedded-core oe selftest Authored by: Lucian Musat 24 @pytest.mark.order(4) 27 """Build core-image-minimal and test the results""" 30 self.completed_build = self.target_already_built("core-image-minimal") 32 # Check if build name is unique - tc_id=795 40 # Check if build cooker log path is unique - tc_id=819 49 # Check task order sequence for one build - tc=825 52 tasks = Task.objects.filter( 54 ~Q(order=None), [all …]
|
/openbmc/linux/tools/testing/fault-injection/ |
H A D | failcmd.sh | 2 # SPDX-License-Identifier: GPL-2.0 5 # failcmd.sh - run a command with injecting slab/page allocation failures 8 # failcmd.sh --help 24 -p percent 25 --probability=percent 29 -t value 30 --times=value 34 --oom-kill-allocating-task=value 39 -h, --help 42 --interval=value, --space=value, --verbose=value, --task-filter=value, [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
H A D | toaster-unmanaged-mode.json | 4 … "@alias": "toaster-unmanaged-mode.toaster-unmanaged.Create_a_Yocto_project_and_start_the_Toaster", 17 …"action": "Start up toaster. \ncd ${installdir} \nsource poky/oe-init-build-env \nsource toaster s… 18 …- orm \n(use ./manage.py migrate to migrate these) \nRunning migrations for orm: \n - Migrating fo… 21 "action": "Build the yocto project. \nbitbake core-image-minimal \n\n", 25 …"action": "Use a default web brower to see project build process. \nxdg-open http://localhost:8000… 34 "@alias": "toaster-unmanaged-mode.toaster-unmanaged.Sort_the_content_of_the_builds_table", 47 …"action": "Create 2 builds, such as \"bitbake core-image-minimal\" and \"bitbake core-image-sato\"… 72 "@alias": "toaster-unmanaged-mode.toaster-unmanaged.Search_the_content_of_the_builds_table", 85 …uilds, such as \"bitbake core-image-minimal\" and \"bitbake core-image-sato\". Wait for successful… 101 … "action": "Click \"Clear search\" icon (icon-remove-sign). Observe all builds are showed. ", [all …]
|
H A D | toaster-managed-mode.json | 4 "@alias": "toaster-managed-mode.toaster-managed.All_layers:_default_view", 17 …e click on the \"View compatible layers\" link situated on the right-hand side, mid-page, under th… 21 …ion": "Check that the table is populated with the default layers (eg. meta-yocto-bsp, meta-yocto)", 33 …heck that only one instance of the core layers (openembedded-core, meta-yocto and meta-yocto-bsp) … 50 "@alias": "toaster-managed-mode.toaster-managed.All_layers:_Add/delete_layers", 63 …e click on the \"View compatible layers\" link situated on the right-hand side, mid-page, under th… 71 …pendencies a dialog will appear listing the dependencies (in alphabetical order), each of them wit… 75 … top of the page similar to \"You have added 1 layer to project_name_here: meta-yocto-bsp\". \n\n", 79 … top of the page similar to \"You have deleted 1 layer from project_name_here: meta-yocto-bsp\". ", 88 "@alias": "toaster-managed-mode.toaster-managed.All_targets:_Default_view", [all …]
|
/openbmc/phosphor-host-ipmid/include/ipmid/ |
H A D | filter.hpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 18 #include <ipmid/api-types.hpp> 33 * @brief Filter base class for dealing with IPMI request/response 49 * @brief filter concrete class 52 * essentially just a wrapper to hold the filter callback so it can be stored in 53 * the filter list. 56 * commands in priority order and each filter has the opportunity to reject the 62 template <typename Filter> 66 IpmiFilter(Filter&& filter) : filter_(std::move(filter)) {} in IpmiFilter() argument 74 Filter filter_; [all …]
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-codec-stateless.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _codec-stateless-controls: 18 .. _codec-stateless-control-id: 23 .. _v4l2-codec-stateless-h264: 43 .. flat-table:: struct v4l2_ctrl_h264_sps 44 :header-rows: 0 45 :stub-columns: 0 48 * - __u8 49 - ``profile_idc`` 50 - [all …]
|
/openbmc/linux/scripts/ |
H A D | Makefile.build | 1 # SPDX-License-Identifier: GPL-2.0 14 obj-y := 15 obj-m := 16 lib-y := 17 lib-m := 18 always-y := 19 always-m := 21 subdir-y := 22 subdir-m := 27 asflags-y := [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | tablefilter.py | 6 # SPDX-License-Identifier: GPL-2.0-only 15 Stores a filter for a named field, and can retrieve the action 16 requested from the set of actions for that filter; 17 the order in which actions are added governs the order in which they 18 are returned in the JSON for the filter 38 Dump all filter actions as an object which can be JSON serialised; 44 # add the "all" pseudo-filter action, which just selects the whole 53 # add other filter actions 74 where date_from and date_to are Django-timezone-aware dates; then 80 # one of the values required for the filter is missing, so set [all …]
|
H A D | buildtables.py | 6 # SPDX-License-Identifier: GPL-2.0-only 101 <span class="text-muted">{{data.recipe.layer_version.branch}}</span> 103 <span class="text-muted">Not applicable</span> 104 …<span class="glyphicon glyphicon-question-sign get-help" data-original-title="" title="The source … 121 <span class="text-muted">Not applicable</span> 122 …<span class="glyphicon glyphicon-question-sign get-help" data-original-title="" title="The source … 174 return Package.objects.filter(pk__in=pkgs) 219 '<span class="text-muted"> as {{data.installed_name}}</span>' 220 ' <span class="glyphicon glyphicon-question-sign get-help hover-help"' 258 <span class="text-muted">Not applicable</span> [all …]
|
/openbmc/linux/drivers/media/platform/st/sti/bdisp/ |
H A D | bdisp-reg.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 /* 0 - General */ 13 /* 1 - Target */ 18 /* 2 - Color Fill */ 21 /* 3 - Source 1 */ 26 /* 4 - Source 2 */ 31 /* 5 - Source 3 */ 36 /* 6 - Clipping */ 39 /* 7 - CLUT */ 42 /* 8 - Filter & Mask */ [all …]
|
/openbmc/linux/drivers/iio/filter/ |
H A D | Kconfig | 2 # Filter drivers 4 # When adding new entries keep the list in alphabetical order 9 tristate "Analog Devices ADMV8818 High-Pass and Low-Pass Filter" 14 2 GHz to 18 GHz, Digitally Tunable, High-Pass and Low-Pass Filter.
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | redfish-schema.v1_10_0.json | 2 "$id": "http://redfish.dmtf.org/schemas/v1/redfish-schema.v1_10_0", 4 "$schema": "http://json-schema.org/draft-07/schema#", 33 …"description": "The term shall be applied to a property in order to specify that the property is d… 37 …"description": "The term shall be applied to a property in order to specify when the property was … 41 …"description": "The term shall be applied to a property in order to specify when the property was … 53 …"description": "The term shall be applied to a value in order to specify that the value is depreca… 57 …"description": "The term shall be applied to a value in order to specify when the value was deprec… 61 …"description": "The term shall be applied to a value in order to specify when the value was added.… 117 "filter": { object 119 …"description": "Indicates a filter to apply to an array of objects when the values are copies of d… [all …]
|
H A D | redfish-schema-v1.json | 2 "$id": "http://redfish.dmtf.org/schemas/v1/redfish-schema.v1_10_0", 4 "$schema": "http://json-schema.org/draft-07/schema#", 33 …"description": "The term shall be applied to a property in order to specify that the property is d… 37 …"description": "The term shall be applied to a property in order to specify when the property was … 41 …"description": "The term shall be applied to a property in order to specify when the property was … 53 …"description": "The term shall be applied to a value in order to specify that the value is depreca… 57 …"description": "The term shall be applied to a value in order to specify when the value was deprec… 61 …"description": "The term shall be applied to a value in order to specify when the value was added.… 117 "filter": { object 119 …"description": "Indicates a filter to apply to an array of objects when the values are copies of d… [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | redfish-schema.v1_10_0.json | 2 "$id": "http://redfish.dmtf.org/schemas/v1/redfish-schema.v1_10_0", 4 "$schema": "http://json-schema.org/draft-07/schema#", 33 …"description": "The term shall be applied to a property in order to specify that the property is d… 37 …"description": "The term shall be applied to a property in order to specify when the property was … 41 …"description": "The term shall be applied to a property in order to specify when the property was … 53 …"description": "The term shall be applied to a value in order to specify that the value is depreca… 57 …"description": "The term shall be applied to a value in order to specify when the value was deprec… 61 …"description": "The term shall be applied to a value in order to specify when the value was added.… 117 "filter": { object 119 …"description": "Indicates a filter to apply to an array of objects when the values are copies of d… [all …]
|
H A D | redfish-schema-v1.json | 2 "$id": "http://redfish.dmtf.org/schemas/v1/redfish-schema.v1_10_0", 4 "$schema": "http://json-schema.org/draft-07/schema#", 33 …"description": "The term shall be applied to a property in order to specify that the property is d… 37 …"description": "The term shall be applied to a property in order to specify when the property was … 41 …"description": "The term shall be applied to a property in order to specify when the property was … 53 …"description": "The term shall be applied to a value in order to specify that the value is depreca… 57 …"description": "The term shall be applied to a value in order to specify when the value was deprec… 61 …"description": "The term shall be applied to a value in order to specify when the value was added.… 117 "filter": { object 119 …"description": "Indicates a filter to apply to an array of objects when the values are copies of d… [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | taskexp_ncurses.py | 2 # BitBake Graphical ncurses-based Dependency Explorer 7 # Copyright (C) 2007 - 2008 Richard Purdie 8 # Copyright (C) 2022 - 2024 David Reyna 10 # SPDX-License-Identifier: GPL-2.0-only 15 # $ bitbake -g -u taskexp_ncurses zlib acl 17 # Self-test example (executes a script of GUI actions): 18 # $ TASK_EXP_UNIT_TEST=1 bitbake -g -u taskexp_ncurses zlib acl 22 # $ TASK_EXP_UNIT_TEST=1 bitbake -g -u taskexp_ncurses zlib acl foo 28 # Self-test with no terminal example (only tests dependency fetch from bitbake): 29 # $ TASK_EXP_UNIT_TEST_NOTERM=1 bitbake -g -u taskexp_ncurses quilt [all …]
|
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/actions/ |
H A D | gact.json | 20 "matchPattern": "action order [0-9]*: gact action pass.*index 8 ref", 44 "matchPattern": "action order [0-9]*: gact action pipe.*index 6 ref", 68 "matchPattern": "action order [0-9]*: gact action reclassify.*index 5 ref", 92 "matchPattern": "action order [0-9]*: gact action drop.*index 30 ref", 116 "matchPattern": "action order [0-9]*: gact action continue.*index 432 ref", 140 "matchPattern": "action order [0-9]*: gact action.*index 386 ref", 165 "matchPattern": "action order [0-9]*: gact action drop.*index 15 ref", 173 "name": "Add action with index exceeding 32-bit maximum", 189 "matchPattern": "action order [0-9]*: gact action drop.*index 4294967296 ref", 197 "name": "Add action with index at 32-bit maximum", [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-bdrv-graph-mod.c | 4 * Copyright (c) 2019-2021 Virtuozzo International GmbH. All rights reserved. 23 #include "qemu/main-loop.h" 25 #include "sysemu/block-backend.h" 28 .format_name = "pass-through", 45 .format_name = "no-perm", 61 .format_name = "exclusive-writer", 94 * +--------+ 96 * +--------+ 101 * +--------------------+ +----------------+ 102 * | passthrough filter |--------->| null-co node | [all …]
|