Home
last modified time | relevance | path

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

12345678910>>...15

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/curlpp/curlpp/
H A D0002-fix-invalid-conversion-from-int-to-CURLoption.patch6 Options.hpp:281:74: error: invalid conversion from 'int' to 'CURLoption' [-fpermissive]
18 include/curlpp/Options.hpp | 2 +-
21 diff --git a/include/curlpp/Options.hpp b/include/curlpp/Options.hpp
23 --- a/include/curlpp/Options.hpp
24 +++ b/include/curlpp/Options.hpp
/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.json71 # Options of the ALSA backend that are used for both playback and
93 # Options of the ALSA audio backend.
112 # Options of the sndio audio backend.
134 # Options of the Core Audio backend that are used for both playback
149 # Options of the coreaudio audio backend.
165 # Options of the DirectSound audio backend.
185 # Options of the JACK backend that are used for both playback and
219 # Options of the JACK audio backend.
235 # Options of the OSS backend that are used for both playback and
257 # Options of the OSS audio backend.
[all …]
/openbmc/bmcweb/http/
H A Dverb.hpp19 Options, enumerator
39 return HttpVerb::Options; in httpVerbFromBoost()
67 case HttpVerb::Options: in httpVerbToString()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin/
H A Dfix_incompatible_pointer_types_for_gtkitemfactorycallbacks_on_gcc-14.patch164 /* Options */
166 - { N_("/Options/Enable _Logging"), NULL, menu_logging_cb, 0, "<CheckItem>", NULL },
167 - { N_("/Options/Enable _Sounds"), NULL, menu_sounds_cb, 0, "<CheckItem>", NULL },
168 + { N_("/Options/Enable _Logging"), NULL, (GtkItemFactoryCallback)menu_logging_cb, 0, "<CheckItem>"…
169 + { N_("/Options/Enable _Sounds"), NULL, (GtkItemFactoryCallback)menu_sounds_cb, 0, "<CheckItem>", …
170 { "/Options/sep0", NULL, NULL, 0, "<Separator>", NULL },
171 - { N_("/Options/Show Formatting _Toolbars"), NULL, menu_toolbar_cb, 0, "<CheckItem>", NULL },
172 - { N_("/Options/Show Ti_mestamps"), NULL, menu_timestamps_cb, 0, "<CheckItem>", NULL },
173 + { N_("/Options/Show Formatting _Toolbars"), NULL, (GtkItemFactoryCallback)menu_toolbar_cb, 0, "<C…
174 + { N_("/Options/Show Ti_mestamps"), NULL, (GtkItemFactoryCallback)menu_timestamps_cb, 0, "<CheckIt…
/openbmc/pldm/
H A Dmeson.options154 # Vendor Specific Options
156 ## OEM IBM Options
174 ## OEM AMPERE Options
182 ## Default Sensor Update Interval Options
199 ## Sensor Polling Options
/openbmc/bmcweb/test/http/
H A Dverb_test.cpp21 {HttpVerb::Options, BoostVerb::options}, in TEST()
46 {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/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/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 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 ----
H A Dstandby-dev.cfg14 # ---- General Options ----
40 # ---- Advanced Options ----
73 # ---- 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 Dstandby-callgraph.cfg15 # ---- General Options ----
41 # ---- Advanced Options ----
74 # ---- Debug Options ----
H A Dfreeze-callgraph.cfg15 # ---- General Options ----
41 # ---- Advanced Options ----
74 # ---- Debug Options ----
/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/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-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/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:

12345678910>>...15