/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/ |
H A D | CMakeLists.txt | 9 project(cmake-example 23 # Linking a small library makes the example more useful for testing. 27 add_library(cmake-example-lib cpp-example-lib.cpp cpp-example-lib.hpp) 28 set_target_properties(cmake-example-lib PROPERTIES 32 target_link_libraries(cmake-example-lib PRIVATE json-c::json-c) 34 install(TARGETS cmake-example-lib 41 add_executable(cmake-example cpp-example.cpp) 42 target_link_libraries(cmake-example PRIVATE cmake-example-lib) 44 install(TARGETS cmake-example 49 add_executable(test-cmake-example test-cpp-example.cpp) [all …]
|
H A D | meson.build | 7 project('meson-example', 'cpp', 19 'cpp-example-lib.cpp', 'cpp-example-lib.hpp', 27 'cpp-example.cpp', 33 'test-cpp-example.cpp', 38 test('meson example test', test_mesonex)
|
/openbmc/phosphor-dbus-monitor/src/example/ |
H A D | example.yaml | 1 # Example PDM configuration file. 3 - name: example path group 28 - name: example property group 46 - name: example property watch 65 paths: example path group 66 properties: example property group 67 callback: example count condition 75 - name: example journal callback 91 paths: example path group 92 properties: example property group [all …]
|
/openbmc/linux/samples/ |
H A D | Kconfig | 17 This builds the trace event example module. 20 tristate "Build custom trace event example -- loadable modules only" 23 This builds the custom trace event example module. 33 tristate "Build register_ftrace_direct() example" 37 This builds an ftrace direct function example 41 tristate "Build register_ftrace_direct() on multiple ips example" 45 This builds an ftrace direct function example 50 tristate "Build custom ftrace ops example" 53 This builds an ftrace ops example that hooks two functions and 76 This build several kprobes example modules. [all …]
|
/openbmc/phosphor-logging/ |
H A D | logging_test.cpp | 95 elog<example::xyz::openbmc_project::example::elog::TestErrorOne>( in elog_test() 96 example::xyz::openbmc_project::example::elog::TestErrorOne::ERRNUM( in elog_test() 98 example::xyz::openbmc_project::example::elog::TestErrorOne:: in elog_test() 100 example::xyz::openbmc_project::example::elog::TestErrorOne:: in elog_test() 102 example::xyz::openbmc_project::example::elog::TestErrorTwo:: in elog_test() 104 example::xyz::openbmc_project::example::elog::TestErrorTwo::DEV_ID( in elog_test() 106 example::xyz::openbmc_project::example::elog::TestErrorTwo:: in elog_test() 109 catch (const example::xyz::openbmc_project::example::elog::TestErrorOne& e) in elog_test() 115 using namespace example::xyz::openbmc_project::example::elog; in elog_test() 211 elog<example::xyz::openbmc_project::example::elog::AutoTestSimple>( in commitError() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/cmocka/ |
H A D | cmocka_1.1.7.bb | 25 install -d ${D}${libdir}/${BPN}/example 26 install -d ${D}${libdir}/${BPN}/example/mock/chef_wrap 27 install -d ${D}${libdir}/${BPN}/example/mock/uptime 29 install -m 0755 ${B}/example/*_test ${D}/${libdir}/${BPN}/example 30 …install -m 0755 ${B}/example/mock/chef_wrap/waiter_test_wrap ${D}/${libdir}/${BPN}/example/mock/ch… 31 install -m 0755 ${B}/example/mock/uptime/uptime ${D}/${libdir}/${BPN}/example/mock/uptime 32 install -m 0755 ${B}/example/mock/uptime/test_uptime ${D}/${libdir}/${BPN}/example/mock/uptime 33 …install -m 0644 ${B}/example/mock/uptime/libproc_uptime.so ${D}/${libdir}/${BPN}/example/mock/libp… 43 FILES:${PN}-examples = "${libdir}/${BPN}/example"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ez-ipupdate/files/ |
H A D | Makefile.am.patch | 15 …example.conf example-pgpow.conf example-dhs.conf example-dyndns.conf example-ods.conf example-tzo.…
|
/openbmc/phosphor-fan-presence/ |
H A D | README.md | 68 file(s) used are the examples found within each application's example directory. 123 - Default = ['control/example/fans.yaml'](control/example/fans.yaml) 125 - Default = ['control/example/zones.yaml'](control/example/zones.yaml) 127 - Default = ['control/example/events.yaml'](control/example/events.yaml) 130 ['control/example/zone_conditions.yaml'](control/example/zone_conditions.yaml) 132 [Example](control/example/) 155 - Default = ['presence/example/example.yaml'](presence/example/example.yaml) 157 Example: [example.yaml](presence/example/example.yaml) 189 - Default = ['monitor/example/monitor.yaml'](monitor/example/monitor.yaml) 191 Example: [monitor.yaml](monitor/example/monitor.yaml)
|
/openbmc/sdbusplus/ |
H A D | README.md | 105 The path of your file will be the interface name. For example, for an interface 106 `org.freedesktop.Example`, you would create the files 107 `org/freedesktop/Example.interface.yaml` and 108 `org/freedesktop/Example.errors.yaml]` for interfaces and errors respectively. 112 sdbus++ interface server-header org.freedesktop.Example > \ 113 org/freedesktop/Example/server.hpp 114 sdbus++ interface server-cpp org.freedesktop.Example > \ 115 org/freedesktop/Example/server.cpp 116 sdbus++ error exception-header org.freedesktop.Example > \ 117 org/freedesktop/Example/error.hpp \ [all …]
|
/openbmc/webui-vue/docs/guide/components/status-icon/ |
H A D | readme.md | 28 ![StatusIcon default icon example](./secondary.png) 36 ![StatusIcon success icon example](./success.png) 44 ![StatusIcon info icon example](./info.png) 52 ![StatusIcon warning icon example](./warning.png) 60 ![StatusIcon danger icon example](./danger.png) 62 ### Example of AppHeader with status icon 64 ![AppHeader with status icon example](./appHeaderWithStatusIcon.png) 66 ### Example of Event logs with status icon 68 ![EventLogs with status icon example](./eventLogsWithSatusIcon.png)
|
/openbmc/phosphor-misc/http-redirect/ |
H A D | tests | 25 expect='^location: https://somewhere.example.com/over/the/rainbow.$' 27 GET http://somewhere.example.com/over/the/rainbow HTTP/1.1 28 Host: elsewhere.example 43 expect='^location: https://somewhere.example/.$' 45 GET http://somewhere.example HTTP/1.1 46 Host: elsewhere.example 62 expect='^location: https://elsewhere.example/over/the/rainbow.$' 65 Host: elsewhere.example 85 not-host: elsewhere.example 86 x-host: elsewhere.example.com [all …]
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/liburi/liburi-perl/ |
H A D | 0001-Skip-TODO-test-cases-that-fail.patch | 63 is(URI->new("http://www.example.org/D%C3%BCrst")->as_iri, "http://www.example.org/D\xFCrst"); 64 is(URI->new("http://www.example.org/D%FCrst")->as_iri, "http://www.example.org/D%FCrst"); 67 -is(URI->new("http://xn--99zt52a.example.org/%e2%80%ae")->as_iri, "http://\x{7D0D}\x{8C46}.example.… 71 +#is(URI->new("http://xn--99zt52a.example.org/%e2%80%ae")->as_iri, "http://\x{7D0D}\x{8C46}.example… 91 @@ -48,12 +48,12 @@ $u = URI->new('mailto:user+detail@example.com'); 92 is $u->to, 'user+detail@example.com', 'subaddress with `+` parsed correctly'; 93 is $u, 'mailto:user+detail@example.com', '... and stringification works'; 97 - $u = URI->new('mailto:"foo bar+baz"@example.com'); 98 - is $u->to, '"foo bar+baz"@example.com', 'address with quoted local part containing spaces is p… 99 - is $u, 'mailto:%22foo%20bar+baz%22@example.com', '... and stringification works'; [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/tests/ |
H A D | test.js | 9 "vcs_url":"git://example.com/example.git", 10 "detail":"[ git://example.com/example.git | master ]", 13 "name":"meta-example" 20 "vcs_url":"git://example.com/example.git", 21 "detail":"[ git://example.com/example.git | master ]", 24 "name":"meta-example-two" 29 "vcs_url":"git://example.com/example.git", 30 "detail":"[ git://example.com/example.git | master ]", 33 "name":"meta-example-three"
|
/openbmc/linux/Documentation/kbuild/ |
H A D | makefiles.rst | 88 Example:: 98 Example:: 128 Example:: 146 Example:: 151 Note: In this example $(CONFIG_ISDN_PPP_BSDCOMP) evaluates to "m" 159 Example:: 165 In this example, the module name will be isdn.o. Kbuild will 173 Example:: 182 In this example, xattr.o, xattr_user.o and xattr_trusted.o are only 209 Example:: [all …]
|
/openbmc/openbmc/poky/meta/lib/bblayers/ |
H A D | create.py | 66 # Create the example from templates/example.bb 67 example_template = read_template('example.bb') 68 example = os.path.join(layerdir, 'recipes-' + args.examplerecipe, args.examplerecipe) 69 bb.utils.mkdirhier(example) 70 with open(os.path.join(example, args.examplerecipe + '_%s.bb') % args.version, 'w') as fd: 88 …eate_layer.add_argument('--example-recipe-name', '-e', dest='examplerecipe', default='example', he… 89 …eate_layer.add_argument('--example-recipe-version', '-v', dest='version', default='0.1', help='Ver…
|
/openbmc/phosphor-fan-presence/presence/example/ |
H A D | example.yaml | 1 # Phosphor Fan Presence (PFP) example configuration file. 11 - name: Example Fan0 13 'Example fan with tach feedback detection method. 27 - name: Example Fan1 29 'Example fan with gpio detection method. 41 - name: Example Fan2 43 'Example fan with fallback redundancy policy. 66 - name: Example Fan3 68 'Example fan with anyof redundancy policy.
|
/openbmc/openbmc-test-automation/ |
H A D | CONTRIBUTING.md | 68 Correct example: 74 Incorrect example: 122 Correct example: 129 Incorrect example: 142 Correct example: 150 Incorrect example: 173 Example: 190 - As shown in the following example, if your keyword has any arguments, 195 description text as shown in the example below. 197 Example: [all …]
|
/openbmc/openbmc/meta-arm/documentation/ |
H A D | runfvp.md | 29 …pecifies. This can be controlled by using the `--terminals` option, for example `--terminals=none… 38 …e passed directly to the FVP by specifying them after a double dash, for example this will list al… 52 The name of the FVP binary itself, for example `fvp-base` uses `FVP_Base_RevC-2xAEMvA`. 56 The name of the recipe that provides the FVP executable set in `FVP_EXE`, for example `fvp-base` us… 58 …vial. For FVPs which are free to download `fvp-base-a-aem.bb` is a good example. Some FVPs must b… 64 … These are expressed as variable flags so individual parameters can be altered easily. For example: 72 …s a space-separated list of parameters in the format `[INST=]FILE@[MEMSPACE:]ADDRESS`. For example: 81 …d as variable flags with the flag name being the instance and flag value the filename, for example: 91 Map hardware serial ports to abstract names. For example the `FVP_Base_RevC-2xAEMvA` FVP exposes fo… 93 For example: [all …]
|
/openbmc/linux/tools/testing/kunit/test_data/ |
H A D | test_is_test_passed-all_passed_nested.log | 7 # Subtest: example 16 kunit example: all tests passed 17 ok 2 - example 24 # Subtest: example 33 kunit example: all tests passed 34 ok 2 - example
|
/openbmc/linux/Documentation/devicetree/bindings/board/ |
H A D | fsl-board.txt | 13 Example: 26 indicating the type of FPGA. Example: 34 Example (P1022DS): 43 Example (LS2080A-RDB): 57 indicating the type of FPGA. Example: 61 Example: 73 Example: 77 Example:
|
/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-gen.rst | 107 file name is **example.o**, BPF object name will be 108 **example**. Object name can be also specified explicitly 110 custom functions are provided (assuming **example** as 260 This is example BPF application with two BPF programs and a mix of BPF maps 267 **$ bpftool gen object example.bpf.o example1.bpf.o example2.bpf.o** 271 BPF ELF object file *example.bpf.o*. 273 **$ bpftool gen skeleton example.bpf.o name example | tee example.skel.h** 286 struct example { 317 static void example__destroy(struct example *obj); 318 static inline struct example *example__open_opts( [all …]
|
/openbmc/u-boot/doc/device-tree-bindings/misc/ |
H A D | fs_loader.txt | 9 32-bit array. For example phandlepart=<&mmc_0 1>, meaning use 16 Example of storage device and partition search set for mmc, usb, sata and 19 Example of storage type and device partition search set for mmc, usb, 21 Example for mmc: 28 Example for usb: 35 Example for sata: 42 Example for ubi:
|
/openbmc/openbmc-test-automation/ffdc/docs/ |
H A D | plugin.md | 28 Example: 38 ### Plugin Template Example 54 Example: 67 Example: 112 Example: 136 Example: (from the class example previously mentioned) 190 Example: 213 Example: 228 The above example states that, the plugin function is expecting a return data of
|
/openbmc/docs/security/ |
H A D | network-security-considerations.md | 16 significant; here is an example of each: 38 OpenBMC provides services on TCP and UDP ports. For example, the HTTPS protocol 42 OpenBMC also initiates network communications, for example, NTP, LDAP, etc. 51 packages for the BMC referenced by your machine's configuration. For example, in 61 General considerations for ICMP messages apply. For example, packet 93 to denial of service. For example, a brief delay before reporting the failure, 94 for example, of one second, may help prevent this problem or lessen its 106 surface. For example, a large scale data center may not need a Web interface. 120 satisfy basic monitoring and forensic analysis requirements. For example, as 127 into them, for example, by not having a default password. See, for example, [CA [all …]
|
/openbmc/linux/Documentation/admin-guide/perf/ |
H A D | hisi-pcie-pmu.rst | 33 Example usage of perf:: 64 For example, if target Root Port is 0000:00:00.0 (x8 lanes), bit0 of 69 Example usage of perf:: 79 For example, "bdf=0x3900" means BDF of target Endpoint is 0000:39:00.0. 81 Example usage of perf:: 92 For example, "trig_len=4" means trigger condition is 2^4 DW, "trig_mode=0" 96 Example usage of perf:: 106 For example, "thr_len=4" means threshold is 2^4 DW, "thr_mode=0" means 110 Example usage of perf:: 124 For example, "len_mode=2" means only counting the bandwidth of TLP headers [all …]
|