Home
last modified time | relevance | path

Searched refs:None (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0003-support-infinit-timeout.patch24 if it doesn't normally exit within timeout seconds and return None"""
26 while proc.poll() is None:
38 -def _run_program(argv, root='/', stdin=None, env_prune=None, stderr_to_stdout=False, binary_output…
39 +def _run_program(argv, root='/', stdin=None, env_prune=None, stderr_to_stdout=False, binary_output…
40 if env_prune is None:
43 @@ -205,7 +206,10 @@ def _run_program(argv, root='/', stdin=None, env_prune=None, stderr_to_stdout=…
55 @@ -218,7 +222,7 @@ def _run_program(argv, root='/', stdin=None, env_prune=None, stderr_to_stdout=Fa
H A D0002-run_program-support-timeout.patch27 + if it doesn't normally exit within timeout seconds and return None"""
33 + while proc.poll() is None:
40 + return (-1, None)
50 …def _run_program(argv, root='/', stdin=None, env_prune=None, stderr_to_stdout=False, binary_output…
51 if env_prune is None:
52 @@ -191,35 +215,23 @@ def _run_program(argv, root='/', stdin=None, env_prune=None, stderr_to_stdout…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0002-Support-asynchronous-calls-58.patch8 is a function f(*args, returned=None, error=None), where args is
14 def func(x, y, returned=None, error=None):
52 + def print_result(returned=None, error=None):
72 timeout = kwargs.get("timeout", None)
73 + callback = kwargs.get("callback", None)
85 + None
91 + return None
99 - 0, timeout_to_glib(timeout), None).unpack()
104 return None
111 + error = None
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dperl-version.bbclass11 # perl is built (from None to real version in config.sh).
19 return None
27 return None
32 # perl is built (from None to real version in config.sh).
39 return None
47 return None
51 # perl is built (from None to real version in config.sh).
58 return None
66 return None
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Doutbound_connection.hpp12 None, enumerator
21 None, enumerator
27 {OutboundConnectionRetryPolicyType::None, "None"},
36 {AuthenticationType::None, "None"},
H A Devent_service.hpp12 None, enumerator
20 None, enumerator
29 {SMTPConnectionProtocol::None, "None"},
37 {SMTPAuthenticationMethods::None, "None"},
H A Dcomputer_system.hpp12 None, enumerator
61 None, enumerator
90 None, enumerator
98 None, enumerator
108 None, enumerator
137 None, enumerator
188 None, enumerator
243 {BootSource::None, "None"},
292 {MemoryMirroring::None, "None"},
321 {InterfaceTypeSelection::None, "None"},
[all …]
H A Daggregation_source.hpp12 None, enumerator
24 None, enumerator
45 {SNMPAuthenticationProtocols::None, "None"},
57 {SNMPEncryptionProtocols::None, "None"},
H A Dmanager_account.hpp26 None, enumerator
37 None, enumerator
60 {SNMPAuthenticationProtocols::None, "None"},
71 {SNMPEncryptionProtocols::None, "None"},
H A Dnetwork_device_function.hpp28 None, enumerator
51 None, enumerator
74 {AuthenticationMethod::None, "None"},
97 {DataDirection::None, "None"},
/openbmc/qemu/tests/qapi-schema/
H A Dindented-expr.out12 command eins None -> None
14 command zwei None -> None
H A Dqapi-schema-test.out177 command user-def-cmd None -> None
181 command user-def-cmd1 q_obj_user-def-cmd1-arg -> None
188 command cmd-success-response None -> None
190 command coroutine-cmd None -> None
201 command boxed-struct UserDefZero -> None
203 command boxed-union UserDefFlatUnion -> None
205 command boxed-empty Empty1 -> None
207 command test-flags-command None -> None
219 event EVENT_A None
221 event EVENT_B None
[all …]
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A DCVE-2024-38534.patch25 None => {
28 - None => return AppLayerResult::ok(),
29 + None => return AppLayerResult::err(),
34 None => {
37 - None => return AppLayerResult::ok(),
38 + None => return AppLayerResult::err(),
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.c.inc180 X86_OP_GROUP3(op, op0, s0, 2op, s0, None, None, ## __VA_ARGS__)
184 X86_OP_GROUP3(op, op0, s0, None, None, None, None, ## __VA_ARGS__)
186 X86_OP_GROUP3(op, op0, s0, op1, s1, None, None, ## __VA_ARGS__)
188 X86_OP_GROUP3(op, None, None, None, None, None, None, ## __VA_ARGS__)
214 X86_OP_ENTRY3(op, None, None, op0, s0, op1, s1, ## __VA_ARGS__)
216 X86_OP_ENTRY3(op, op0, s0, op1, s1, None, None, ## __VA_ARGS__)
220 X86_OP_ENTRY3(op, op0, s0, None, None, None, None, ## __VA_ARGS__)
222 X86_OP_ENTRY3(op, None, None, op0, s0, None, None, ## __VA_ARGS__)
224 X86_OP_ENTRY3(op, op0, s0, 2op, s0, None, None, ## __VA_ARGS__)
226 X86_OP_ENTRY3(op, None, None, None, None, None, None, ## __VA_ARGS__)
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/
H A D0002-pykickstart-parser.py-add-lock-for-readKickstart-and.patch34 def load_to_str(location, user=None, passwd=None):
59 l = None
64 def readKickstart(self, f, reset=True, username=None, password=None):
68 + def _readKickstart(self, f, reset=True, username=None, password=None):
H A D0004-load.py-retry-to-invoke-request-with-timeout.patch69 def _get_auth(location, user=None, passwd=None):
71 auth = None
72 @@ -93,6 +120,9 @@ def _get_auth(location, user=None, passwd=None):
73 def _load_url(location, user=None, passwd=None):
H A D0001-support-authentication-for-kickstart.patch78 +def load_to_str(location, user=None, passwd=None):
96 +def _get_auth(location, user=None, passwd=None):
98 + auth = None
101 + if user is None or passwd is None:
115 +def _load_url(location, user=None, passwd=None):
135 + def readKickstart(self, f, reset=True, username=None, password=None):
/openbmc/phosphor-mboxd/
H A D.clang-format-c++14 AllowShortFunctionsOnASingleLine: None
17 AlwaysBreakAfterDefinitionReturnType: None
18 AlwaysBreakAfterReturnType: None
35 BreakBeforeBinaryOperators: None
58 NamespaceIndentation: None
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/
H A Dtestacpi.py264 if mat_buffer is None:
82 … if testsuite.test("{} with x2Apic in _MAT has _UID".format(cpupath), uid is not None):
93 # We special-case None here to avoid a double-failure for CPUs without a _PSS
94 …_PSS must be identical for all CPUs", len(uniques) <= 1 or (len(uniques) == 2 and None in uniques))
96 if not testsuite.test("_PSS must exist", pss is not None):
131 if procid_apicid is not None:
132 procid = cpupath_procid.get(cpupath, None)
133 if procid is not None:
134 apicid = procid_apicid.get(procid, None)
135 if apicid is not None:
[all …]
/openbmc/docs/designs/
H A Dunique-hostname.md5 Other contributors: None
27 None.
38 None.
42 None.
46 None.
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A D0001-Disable-libunwind-cross-architecture-unwinding.patch29 cfg.define("_LIBUNWIND_DISABLE_VISIBILITY_ANNOTATIONS", None);
35 cfg.define("__NO_STRING_INLINES", None);
36 cfg.define("__NO_MATH_INLINES", None);
37 cfg.define("_LIBUNWIND_IS_BAREMETAL", None);
38 - cfg.define("__LIBUNWIND_IS_NATIVE_ONLY", None);
39 cfg.define("NDEBUG", None);
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-slip-dbus/
H A D9b939c0b534c1b7958fa0a3c7aedf30bca910431.patch35 - assert(func is None or isinstance(func, collections.Callable))
36 + assert(func is None or isinstance(func, collections.abc.Callable))
39 authfail_result in (None, AUTHFAIL_DONTCATCH) or
40 authfail_exception is None)
42 authfail_callback is None or
46 authfail_exception is None or
63 def __init__(self, hook, args, kwargs, hookable=None):
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_boot_devices.robot34 ... None=No override
56 Once None UEFI
62 Once None Legacy
76 Continuous None UEFI
82 Continuous None Legacy
96 Disabled None UEFI
102 Disabled None Legacy
116 Once None UEFI
122 Once None Legacy
136 Continuous None UEFI
[all …]
/openbmc/openpower-sbe-interface/
H A D.clang-format14 AllowShortFunctionsOnASingleLine: None
17 AlwaysBreakAfterDefinitionReturnType: None
18 AlwaysBreakAfterReturnType: None
35 BreakBeforeBinaryOperators: None
72 NamespaceIndentation: None
/openbmc/hiomapd/
H A D.clang-format-c++14 AllowShortFunctionsOnASingleLine: None
17 AlwaysBreakAfterDefinitionReturnType: None
18 AlwaysBreakAfterReturnType: None
35 BreakBeforeBinaryOperators: None
72 NamespaceIndentation: None

12345678910>>...17