Home
last modified time | relevance | path

Searched full:generator (Results 1 – 25 of 508) sorted by relevance

12345678910>>...21

/openbmc/openbmc/meta-security/recipes-mac/smack/smack/
H A Dsmack_generator_make_fixup.patch11 rm -rf ./out ./generator
13 generator: generator.c
14 - gcc -Wall -O3 generator.c -o ./generator
15 + ${CC} ${LDFLAGS} generator.c -o ./generator
17 policies: ./generator ./make_policies.bash
18 ./make_policies.bash ./generator
H A Drun-ptest2 ./tests/make_policies.bash ./tests/generator
3 ./tests/make_policies.bash ./tests/generator labels
/openbmc/libcper/
H A Dmeson.build58 'generator/sections/gen-section-ampere.c',
59 'generator/sections/gen-section-arm.c',
60 'generator/sections/gen-section-ccix-per.c',
61 'generator/sections/gen-section-cxl-component.c',
62 'generator/sections/gen-section-cxl-protocol.c',
63 'generator/sections/gen-section-dmar.c',
64 'generator/sections/gen-section-firmware.c',
65 'generator/sections/gen-section-generic.c',
66 'generator/sections/gen-section-ia32x64.c',
67 'generator/sections/gen-section-memory.c',
[all …]
/openbmc/libcper/docs/
H A DGeneratorExtensions.md1 # Extending `cper-generator` With OEM Sections
3 Much like `cper-parse`, `cper-generator` supports the addition of arbitrary OEM
4 sections as extensions. This document details how an OEM section generator could
7 ## Creating a Section Generator
9 The first step is to create the generator itself. To do this, you should create
12 sake of example, we will create a generator for a fake OEM section
18 //Section generator function predefinitions.
67 ## Adding a Generator Definition
70 finally add it to the generator definitions for `cper-generate`. To do this,
71 edit `sections/gen-section.c` and add your generator definition to the
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/ruby/ruby/
H A D0003-rdoc-build-reproducible-documentation.patch13 lib/rdoc/generator/json_index.rb | 4 ++--
16 diff --git a/lib/rdoc/generator/json_index.rb b/lib/rdoc/generator/json_index.rb
18 --- a/lib/rdoc/generator/json_index.rb
19 +++ b/lib/rdoc/generator/json_index.rb
20 @@ -178,7 +178,7 @@ class RDoc::Generator::JsonIndex
29 @@ -196,7 +196,7 @@ class RDoc::Generator::JsonIndex
/openbmc/openbmc/meta-openembedded/meta-python/recipes-connectivity/telepathy/telepathy-python3-0.15.19/
H A Dparallel_make.patch18 -_generated/interfaces.py: $(tools_dir)/python-interfaces-generator.xsl $(wildcard $(spec_dir)/*.xm…
19 +_generated/interfaces.py: _generated/__init__.py $(tools_dir)/python-interfaces-generator.xsl $(wi…
21 $(tools_dir)/python-interfaces-generator.xsl \
24 -_generated/constants.py: $(tools_dir)/python-constants-generator.xsl $(wildcard $(spec_dir)/*.xml)
25 +_generated/constants.py: _generated/__init__.py $(tools_dir)/python-constants-generator.xsl $(wild…
27 $(tools_dir)/python-constants-generator.xsl \
30 -_generated/errors.py: $(tools_dir)/python-errors-generator.xsl $(wildcard $(spec_dir)/*.xml)
31 +_generated/errors.py: _generated/__init__.py $(tools_dir)/python-errors-generator.xsl $(wildcard $…
33 $(tools_dir)/python-errors-generator.xsl \
/openbmc/qemu/include/crypto/
H A Divgen.h2 * QEMU Crypto block IV generator
111 * Create a new initialization vector generator that uses
134 * Returns: a new IV generator, or NULL on error
144 * @ivgen: the IV generator object
164 * @ivgen: the IV generator object
166 * Get the algorithm used by this IV generator
168 * Returns: the IV generator algorithm
175 * @ivgen: the IV generator object
177 * Get the cipher algorithm used by this IV generator (if
187 * @ivgen: the IV generator object
[all …]
/openbmc/u-boot/include/
H A Dfsl_qe.h134 QE_BRG1, /* Baud Rate Generator 1 */
135 QE_BRG2, /* Baud Rate Generator 2 */
136 QE_BRG3, /* Baud Rate Generator 3 */
137 QE_BRG4, /* Baud Rate Generator 4 */
138 QE_BRG5, /* Baud Rate Generator 5 */
139 QE_BRG6, /* Baud Rate Generator 6 */
140 QE_BRG7, /* Baud Rate Generator 7 */
141 QE_BRG8, /* Baud Rate Generator 8 */
142 QE_BRG9, /* Baud Rate Generator 9 */
143 QE_BRG10, /* Baud Rate Generator 10 */
[all …]
/openbmc/libcper/generator/
H A DREADME.md1 # cper-generator
9 An example usage of `cper-generator` is shown below.
12 cper-generator --out mycper.dump --sections generic dmarvtd ia32x64 arm
18 can run `cper-generator --help`.
22 The generator is not completely random within the bounds of the specification,
/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/
H A Dreproducibility.patch15 Source/JavaScriptCore/generator/GeneratedFile.rb | 2 +-
18 diff --git a/Source/JavaScriptCore/generator/GeneratedFile.rb b/Source/JavaScriptCore/generator/Gen…
20 --- a/Source/JavaScriptCore/generator/GeneratedFile.rb
21 +++ b/Source/JavaScriptCore/generator/GeneratedFile.rb
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/
H A Dreproducibility.patch15 Source/JavaScriptCore/generator/GeneratedFile.rb | 2 +-
18 diff --git a/Source/JavaScriptCore/generator/GeneratedFile.rb b/Source/JavaScriptCore/generator/Gen…
20 --- a/Source/JavaScriptCore/generator/GeneratedFile.rb
21 +++ b/Source/JavaScriptCore/generator/GeneratedFile.rb
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/zfs/zfs/
H A D0001-Define-strndupa-if-it-does-not-exist.patch12 etc/systemd/system-generators/zfs-mount-generator.c | 9 +++++++++
15 …it a/etc/systemd/system-generators/zfs-mount-generator.c b/etc/systemd/system-generators/zfs-mount…
17 --- a/etc/systemd/system-generators/zfs-mount-generator.c
18 +++ b/etc/systemd/system-generators/zfs-mount-generator.c
/openbmc/openbmc/poky/meta/recipes-support/rng-tools/rng-tools/
H A Dinit15 echo -n "Starting random number generator daemon"
20 echo -n "Stopping random number generator daemon"
30 echo -n "Stopping random number generator daemon"
33 echo -n "Starting random number generator daemon"
/openbmc/openbmc/poky/meta/recipes-gnome/gtk-doc/files/
H A D0001-Do-not-hardocode-paths-to-perl-python-in-scripts.patch35 # gtk-doc - GTK DocBook documentation generator.
55 # gtk-doc - GTK DocBook documentation generator.
65 # gtk-doc - GTK DocBook documentation generator.
75 # gtk-doc - GTK DocBook documentation generator.
85 # gtk-doc - GTK DocBook documentation generator.
95 # gtk-doc - GTK DocBook documentation generator.
105 # gtk-doc - GTK DocBook documentation generator.
115 # gtk-doc - GTK DocBook documentation generator.
125 # gtk-doc - GTK DocBook documentation generator.
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DIPMI.interface.yaml7 includes a timestamp, generator ID (used to identify the component that is
12 events it requires a generator ID (0x20 for BMC), sensor D-Bus path, event
42 The Generator ID of the component requesting the new SEL entry.
43 In most cases this will be 0x20 (the BMC Generator ID).
72 The Generator ID of the component requesting the new SEL entry.
73 In most cases this will be 0x20 (the BMC Generator ID).
/openbmc/estoraged/src/erase/
H A Dpattern.cpp32 // random number generator seeded with a constant value will in writePattern()
34 std::minstd_rand0 generator(seed); in writePattern() local
44 (*randArrFill)[i] = generator(); in writePattern()
80 // random number generator seeded with a constant value will in verifyPattern()
82 std::minstd_rand0 generator(seed); in verifyPattern() local
98 (*randArrFill)[i] = generator(); in verifyPattern()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/
H A Dnanopb.bb9 nanopb-generator \
14 nanopb-generator \
/openbmc/libcper/include/libcper/
H A Dmeson.build12 install_headers('generator/cper-generate.h', subdir: 'libcper/generator')
/openbmc/qemu/tcg/tci/
H A DREADME7 TCG (Tiny Code Generator) is a code generator which translates
15 By adding a code generator for a virtual machine and using an
23 Like each TCG host frontend, TCI implements the code generator in
114 * Some TCG opcodes are either missing in the code generator and/or
/openbmc/qemu/tests/qemu-iotests/
H A D082.out63 encrypt.ivgen-alg=<str> - Name of IV generator algorithm
64 encrypt.ivgen-hash-alg=<str> - Name of IV generator hash algorithm
89 encrypt.ivgen-alg=<str> - Name of IV generator algorithm
90 encrypt.ivgen-hash-alg=<str> - Name of IV generator hash algorithm
115 encrypt.ivgen-alg=<str> - Name of IV generator algorithm
116 encrypt.ivgen-hash-alg=<str> - Name of IV generator hash algorithm
141 encrypt.ivgen-alg=<str> - Name of IV generator algorithm
142 encrypt.ivgen-hash-alg=<str> - Name of IV generator hash algorithm
167 encrypt.ivgen-alg=<str> - Name of IV generator algorithm
168 encrypt.ivgen-hash-alg=<str> - Name of IV generator hash algorithm
[all …]
/openbmc/qemu/docs/
H A Dimage-fuzzer.txt45 generator should be specified as a mandatory parameter of the test runner.
98 Qcow2 image generator
101 The 'qcow2' generator is a Python package providing 'create_image' method as
128 The generator can create header fields, header extensions, L1/L2 tables and
136 The runner calls an image generator specifying the path to a test image file,
138 An image generator is expected to provide a
155 purpose, so an image generator is not recommended to modify it internally.
164 - image template (generator)
/openbmc/openbmc/meta-nuvoton/recipes-bsp/images/
H A Dnpcm7xx-bingo-native_0.0.6.bb1 SUMMARY = "XML-based binary image generator"
2 DESCRIPTION = "XML-based binary image generator"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/json-spirit/
H A Djson-spirit_4.08.bb1 SUMMARY = "A C++ JSON Parser/Generator Implemented with Boost Spirit."
3 It is written using the Boost Spirit parser generator. If you are \
/openbmc/openbmc/meta-security/recipes-mac/smack/
H A Dsmack_1.3.1.bb36 oe_runmake -C ${S}/tests generator
49 install ${S}/tests/generator ${D}/${PTEST_PATH}/tests
59 FILES:${PN}-ptest += "generator"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/
H A Dbyacc.inc1 SUMMARY = "Berkeley LALR Yacc parser generator"
3 DESCRIPTION = "A parser generator utility that reads a grammar specification from a file and genera…

12345678910>>...21