Home
last modified time | relevance | path

Searched refs:Options (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/
H A Ddibbler_fix_getSize_crash.patch11 - Options.push_back( ptr );
14 + Options.push_back( ptr );
23 - Options.push_back( ptr );
25 + Options.push_back( ptr );
39 for (opt = Options.begin(); opt!=Options.end(); ++opt)
/openbmc/linux/net/6lowpan/
H A DKconfig28 tristate "Destination Options Header Support"
31 6LoWPAN IPv6 Destination Options Header compression according to
41 tristate "Hop-by-Hop Options Header Support"
44 6LoWPAN IPv6 Hop-by-Hop Options Header compression according to
72 tristate "GHC Hop-by-Hop Options Header Support"
88 tristate "GHC Destination Options Header Support"
94 tristate "GHC Fragmentation Options Header Support"
100 tristate "GHC Routing Options Header Support"
/openbmc/qemu/qapi/
H A Daudio.json93 # Options of the ALSA audio backend.
112 # Options of the sndio audio backend.
149 # Options of the coreaudio audio backend.
165 # Options of the DirectSound audio backend.
219 # Options of the JACK audio backend.
257 # Options of the OSS audio backend.
312 # Options of the PulseAudio audio backend.
356 # Options of the PipeWire audio backend.
387 # Options of the SDL audio backend.
403 # Options of the wav audio backend.
[all …]
/openbmc/bmcweb/http/
H A Dverb.hpp13 Options, enumerator
33 return HttpVerb::Options; in httpVerbFromBoost()
61 case HttpVerb::Options: in httpVerbToString()
/openbmc/bmcweb/test/http/
H A Dverb_test.cpp19 {HttpVerb::Options, BoostVerb::options}, in TEST()
44 {HttpVerb::Head, "HEAD"}, {HttpVerb::Options, "OPTIONS"}, in TEST()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/glmark2/files/
H A D0002-run-dispmanx-fullscreen.patch20 Options::size = std::pair<int,int>(800, 600);
25 + Options::size = std::pair<int,int>(-1, -1);
/openbmc/linux/tools/power/pm-graph/config/
H A Dstandby.cfg14 # ---- General Options ----
40 # ---- Advanced Options ----
73 # ---- Debug Options ----
H A Dfreeze.cfg14 # ---- General Options ----
40 # ---- Advanced Options ----
73 # ---- Debug Options ----
H A Dstandby-callgraph.cfg15 # ---- General Options ----
41 # ---- Advanced Options ----
74 # ---- Debug Options ----
H A Dsuspend-dev.cfg14 # ---- General Options ----
40 # ---- Advanced Options ----
73 # ---- Debug Options ----
H A Dfreeze-dev.cfg14 # ---- General Options ----
40 # ---- Advanced Options ----
73 # ---- Debug Options ----
H A Dfreeze-callgraph.cfg15 # ---- General Options ----
41 # ---- Advanced Options ----
74 # ---- Debug Options ----
H A Dstandby-dev.cfg14 # ---- General Options ----
40 # ---- Advanced Options ----
73 # ---- Debug Options ----
H A Dsuspend-x2-proc.cfg14 # ---- General Options ----
40 # ---- Advanced Options ----
73 # ---- Debug Options ----
H A Dsuspend-callgraph.cfg15 # ---- General Options ----
41 # ---- Advanced Options ----
74 # ---- Debug Options ----
H A Dsuspend.cfg14 # ---- General Options ----
40 # ---- Advanced Options ----
73 # ---- Debug Options ----
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A Dsamba-pam.patch23 - if Options.options.with_pam:
24 + if Options.options.with_pam != False:
H A D0004-Add-options-to-configure-the-use-of-libbsd.patch58 + if Options.options.enable_libbsd:
83 +from waflib import Options
88 + if Options.options.enable_libbsd:
/openbmc/openbmc-test-automation/redfish/service_root/
H A Dtest_service_root_security.robot15 ... X-Frame-Options=DENY
19 ... X-Content-Type-Options=nosniff
120 # X-Frame-Options: DENY
123 # X-Content-Type-Options: nosniff
141 # [X-Frame-Options]: DENY
144 # [X-Content-Type-Options]: nosniff
/openbmc/linux/tools/perf/Documentation/
H A Dperf-bench.txt82 Options of *messaging*
121 Options of *pipe*
159 Options of *memcpy*
183 Options of *memset*
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtdb/libtdb/
H A D0001-tdb-Add-configure-options-for-packages.patch85 + if Options.options.enable_acl:
88 + if Options.options.enable_attr:
91 + if Options.options.enable_libcap:
103 + if Options.options.enable_valgrind:
138 + if Options.options.enable_libbsd:
183 conf.env.disable_tdb_mutex_locking = getattr(Options.options,
/openbmc/openbmc-build-scripts/
H A Dinitramfs-build.sh24 Options:
27 Short Options:
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A D0002-ldb-Add-configure-options-for-packages.patch84 + if Options.options.enable_acl:
87 + if Options.options.enable_attr:
90 + if Options.options.enable_libcap:
102 + if Options.options.enable_valgrind:
126 + if Options.options.enable_libbsd:
/openbmc/phosphor-host-ipmid/
H A Dhost-ipmid-whitelist.conf7 0x00:0x08 //<Chassis>:<Set System Boot Options>
8 0x00:0x09 //<Chassis>:<Get System Boot Options>
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/
H A D0002-options-Replace-use-of-VLAs-in-C.patch25 @@ -879,8 +879,8 @@ OptionsParser::Options OptionsParser::parse(int argc, char **argv)
36 @@ -935,12 +935,16 @@ OptionsParser::Options OptionsParser::parse(int argc, char **argv)
53 @@ -949,10 +953,14 @@ OptionsParser::Options OptionsParser::parse(int argc, char **argv)

12345678910>>...15