/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/gattlib/files/ |
H A D | dbus-avoid-strange-chars-from-the-build-dir.patch | 30 - COMMAND gdbus-codegen --interface-prefix org.bluez.Adapter1. --generate-c-code … 31 …ND gdbus-codegen --pragma-once --interface-prefix org.bluez.Adapter1. --generate-c-code ${CMAKE_CU… 33 COMMENT "Generate D-Bus 'org.bluez.Adapter1.xml'" 37 - COMMAND gdbus-codegen --interface-prefix org.bluez.Device1. --generate-c-code $… 38 …AND gdbus-codegen --pragma-once --interface-prefix org.bluez.Device1. --generate-c-code ${CMAKE_CU… 40 COMMENT "Generate D-Bus 'org.bluez.Device1.xml'" 44 - COMMAND gdbus-codegen --interface-prefix org.bluez.GattService1. --generate-c-c… 45 …dbus-codegen --pragma-once --interface-prefix org.bluez.GattService1. --generate-c-code ${CMAKE_CU… 47 COMMENT "Generate D-Bus 'org.bluez.GattService1.xml'" 51 - COMMAND gdbus-codegen --interface-prefix org.bluez.Characteristic1. --generate-… [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/git/git/ |
H A D | fixsort.patch | 4 Subject: [PATCH] generate-configlist.sh: Fix determinism issue 22 generate-configlist.sh | 2 +- 25 diff --git a/generate-configlist.sh b/generate-configlist.sh 27 --- a/generate-configlist.sh 28 +++ b/generate-configlist.sh
|
/openbmc/qemu/scripts/qapi/ |
H A D | backend.py | 19 def generate(self, member in QAPIBackend 27 Generate code for the given schema into the target directory. 33 :param builtins: Generate code for built-in types? 42 def generate(self, member in QAPICBackend 50 Generate C code for the given schema into the target directory. 56 :param builtins: Generate code for built-in types?
|
/openbmc/libcper/generator/ |
H A D | cper-generate.c | 14 #include <libcper/generator/cper-generate.h> 27 //Generate the sections. in generate_cper_record() 41 //Generate the header given the number of sections. in generate_cper_record() 52 //Generate a valid timestamp. in generate_cper_record() 63 //Generate the section descriptors given the number of sections. in generate_cper_record() 99 //Generate a section. in generate_single_section_record() 103 //Generate a descriptor, correct the offset. in generate_single_section_record() 181 …printf("Undefined section type '%s' provided. See 'cper-generate --help' for command information.\… in generate_section_descriptor() 196 //If the section name is "unknown", simply generate a random bytes section. in generate_section() 202 //Function defined section, switch on the type, generate accordingly. in generate_section() [all …]
|
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/ |
H A D | ide_none.py | 16 """Generate some generic helpers for other IDEs 19 Generate some helper scripts for remote debugging with GDB 37 """generate some helper scripts and config files 41 - Generate a gdbinit file per executable 42 - Generate the oe-scripts sym-link
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/ |
H A D | 0001-Fix-generate-keynames.patch | 1 Fix generate-keynames.sh script for cross-compilation 3 generate-keynames.sh reads /usr/include/linux to find the keyname 11 …-83c746462ccb.orig/util/av7110_loadkeys/generate-keynames.sh dvb-apps-83c746462ccb/util/av7110_loa… 12 --- dvb-apps-83c746462ccb.orig/util/av7110_loadkeys/generate-keynames.sh 2012-12-06 10:38:07.000000… 13 +++ dvb-apps-83c746462ccb/util/av7110_loadkeys/generate-keynames.sh 2013-08-29 21:47:09.717991439 +…
|
/openbmc/openbmc/meta-security/dynamic-layers/networking-layer/recipes-security/sssd/files/ |
H A D | no_gen.patch | 1 don't run generate-sbus-code 11 @@ -1023,8 +1023,6 @@ generate-sbus-code: 13 .PHONY: generate-sbus-code 15 -BUILT_SOURCES += generate-sbus-code
|
/openbmc/openbmc-test-automation/redfish/events/ |
H A D | test_bmc_snmp_trap.robot | 56 Generate Error On BMC And Verify SNMP Trap 57 [Documentation] Generate error on BMC and verify trap and its fields. 63 # Generate internal failure error. 66 # Generate timeout error. 69 # Generate informational error. 112 Generate Error On BMC And Verify SNMP Trap Is Sent To Non Default Port 113 [Documentation] Generate error on BMC and verify trap and its fields. 119 # Generate internal failure error. 122 # Generate timeout error. 125 # Generate informational error. [all …]
|
/openbmc/phosphor-host-ipmid/scripts/ |
H A D | meson.build | 1 # Generate Configuration Files from Yaml 15 'generate-cpp', 31 'generate-cpp', 47 'generate-cpp',
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libmoo/ |
H A D | libmoo-perl_2.005005.bb | 30 libmethod-generate-accessor-perl \ 31 libmethod-generate-buildall-perl \ 32 libmethod-generate-constructor-perl \ 33 libmethod-generate-demolishall-perl \
|
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
H A D | test_certificates_sub_menu.robot | 19 ${xpath_generate_csr_heading} //h5[contains(text(), "Generate a Certificate Signing Request")] 59 Verify Generate CSR Certificate Button 86 ${file_data}= Generate Certificate File Data CA 115 ${file_data}= Generate Certificate File Data Client 126 Generate Certificate File Data 127 [Documentation] Generate data of certificate file. 135 ${cert_file_path}= Generate Certificate File Via Openssl Valid Certificate Valid Privatekey 137 ${cert_file_path}= Generate Certificate File Via Openssl Valid Certificate
|
/openbmc/qemu/scripts/tracetool/format/ |
H A D | __init__.py | 16 All formats must generate their contents through the 'tracetool.out' routine. 25 generate Called to generate a format-specific file. 76 def generate(events, format, backend, group): function 81 "generate")[1] 83 raise AttributeError("format has no 'generate': %s" % format)
|
/openbmc/u-boot/doc/ |
H A D | README.socfpga | 42 Then (if necessary) update the IP cores in the project, generate HDL code, and 46 $ qsys-generate soc_system.qsys --upgrade-ip-cores 47 $ qsys-generate soc_system.qsys --synthesis=[VERILOG|VHDL] 55 Generate BSP handoff files 82 4.3 In the Qsys window, click on 'Generate HDL...' in bottom right corner 83 4.3.1 In the 'Generation' window, click 'Generate' 84 4.3.2 In the 'Generate' dialog, wait until completion and click 'Close' 100 6.3.3 Click Generate 127 This will generate (or update) the following 4 files:
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | generate-ubi | 4 help=$'Generate PNOR UBI image from a PNOR SquashFS Tarball 7 The PNOR SquashFS Tarball is generated from the generate-tar script. 9 usage: generate-ubi [OPTION] <PNOR SquashFS Tarball>... 14 (For example, "generate-ubi my.pnor.squashfs.tar" 15 would generate $(pwd)/my.pnor.ubi.mtd output.) 47 echo "To generate PNOR SquashFS Tarball see generate-tar"
|
/openbmc/qemu/docs/system/ |
H A D | tls.rst | 8 authentication. What follows is a description of how to generate 19 used to easily generate certificates and keys in the required format 54 # certtool --generate-privkey > ca-key.pem 56 To generate a self-signed certificate requires one core piece of 66 # certtool --generate-self-signed \ 124 # certtool --generate-privkey > server-hostNNN-key.pem 125 # certtool --generate-certificate \ 177 # certtool --generate-privkey > client-hostNNN-key.pem 178 # certtool --generate-certificate \ 205 migration, and later itself be migrated out to another host. To generate [all …]
|
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
H A D | test_snmp_alerts_sub_menu.robot | 185 ... and generate error on BMC and verify trap and its fields. 191 # Generate internal failure error. 194 # Generate timeout error. 197 # Generate informational error. 224 # Generate internal failure error. 227 # Generate timeout error. 230 # Generate informational error. 235 [Documentation] Add SNMP manager via GUI SNMP alerts page, generate error on BMC 238 [Template] Generate Error Log On BMC And Verify Trap On Non Default Port 242 # Generate internal failure error. [all …]
|
/openbmc/libcper/docs/ |
H A D | GeneratorExtensions.md | 5 be added to the `cper-generate` project from a stock version. 70 finally add it to the generator definitions for `cper-generate`. To do this, 93 available to generate through `cper-generate` and `libcper-generate`.
|
/openbmc/phosphor-net-ipmid/ |
H A D | integrity_algo.hpp | 18 * The Integrity Algorithm Number specifies the algorithm used to generate the 77 * @brief Generate integrity data for the outgoing IPMI packet 108 * @brief Generate additional keying material based on SIK 152 * HMAC-SHA1-96 take the Session Integrity Key and use it to generate K1. K1 is 196 * @brief Generate integrity data for the outgoing IPMI packet 207 * @brief Generate additional keying material based on SIK 221 * @brief Generate HMAC based on HMAC-SHA1-96 algorithm 238 * HMAC-SHA256-128 take the Session Integrity Key and use it to generate K1. K1 282 * @brief Generate integrity data for the outgoing IPMI packet 293 * @brief Generate additional keying material based on SIK [all …]
|
H A D | auth_algo.cpp | 26 lg2::error("Generate HMAC failed: {ERROR}", "ERROR", strerror(errno)); in generateHMAC() 42 lg2::error("Generate Session Integrity Key failed: {ERROR}", "ERROR", in generateICV() 60 lg2::error("Generate HMAC_SHA256 failed: {ERROR}", "ERROR", in generateHMAC() 79 "Generate HMAC_SHA256_128 Integrity Check Value failed: {ERROR}", in generateICV()
|
/openbmc/qemu/target/hexagon/ |
H A D | README | 38 We start with scripts that generate a bunch of include files. This 57 gen_helper_<NAME> will generate a TCG call to the helper function 103 The generator checks for fGEN_TCG_<tag> macro. This allows us to generate 119 the short semantics option and #define the macros to generate TCG code. One 158 Notice that we also generate a variable named <operand>_off for each operand of 166 we don't generate them when an override is present. Here is what we generate 183 We also generate an analyze_<tag> function for each instruction. Currently, 217 The QEMU_GENERATE variable determines whether we want the macro to generate TCG 218 code. If QEMU_GENERATE is not defined, we want the macro to generate vanilla 223 The functions in this file generate TCG code for a translation block. Some [all …]
|
/openbmc/sdbusplus/tools/ |
H A D | sdbus++-gen-meson | 14 Generate meson.build files from a directory tree containing YAML files and 26 meson - Generate a tree of meson.build files corresponding 28 cpp <intf> - Generate the source files from a YAML interface. 29 markdown <intf> - Generate the markdown files from a YAML interface. 30 registry <intf> - Generate the Redfish registry from a YAML interface. 209 ## Generate the meson target for the source files (.cpp/.hpp) from a YAML 212 ## $1 - The interface to generate a target for. 267 # Create the target to generate the 'outputs'. 293 ## Generate the meson target for the markdown files from a YAML interface. 294 ## $1 - The interface to generate a target for. [all …]
|
/openbmc/phosphor-logging/ |
H A D | meson.build | 80 # Generate sdbus++ files. 87 # Generate callouts-gen.hpp. 98 # Generate elog-lookup.cpp 121 # Generate elog-process-metadata.cpp 152 # Generate daemon. 207 # Generate test executables which run in obmc env (qemu, real hardware).
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntopng/files/ |
H A D | 0001-autogen.sh-generate-configure.ac-only.patch | 4 Subject: [PATCH] autogen.sh: generate configure.ac only 6 The autogen.sh should only generate configure.ac and the 7 logic used to generate configure script should follow the
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0015-CVE-2025-1178.patch | 5 generate dynamic relocs for a corrupt input file. 23 + generate an error instead of a reloc. cf PR 32638. */ 26 + info->callbacks->einfo (_("%F%pB: Unable to generate dynamic relocs because a suitable sect…
|
/openbmc/openbmc/poky/documentation/ |
H A D | poky.yaml.in | 30 # Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64), round… 32 # Disk space (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) with "… 34 # RAM (Gbytes) needed to generate qemux86-64 core-image-sato on Ubuntu 22.04 (x86-64) on a 4 core s…
|