/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/ |
H A D | 0002-Support-asynchronous-calls-58.patch | 8 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/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/ |
H A D | 0003-support-infinit-timeout.patch | 24 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 D | 0002-run_program-support-timeout.patch | 23 + if it doesn't normally exit within timeout seconds and return None""" 29 + while proc.poll() is None: 36 + return (-1, None) 46 …def _run_program(argv, root='/', stdin=None, env_prune=None, stderr_to_stdout=False, binary_output… 47 if env_prune is None: 48 @@ -193,35 +217,23 @@ def _run_program(argv, root='/', stdin=None, env_prune=None, stderr_to_stdout…
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | zeroable.rs | 60 pre_load: None, 61 post_load: None, 62 pre_save: None, 63 post_save: None, 64 needed: None, 65 dev_unplug_pending: None, 76 accepts: None,
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | computer_system.hpp | 12 None, enumerator 61 None, enumerator 90 None, enumerator 98 None, enumerator 108 None, enumerator 137 None, enumerator 188 None, enumerator 219 {BootSource::None, "None"}, 268 {MemoryMirroring::None, "None"}, 297 {InterfaceTypeSelection::None, "None"}, [all …]
|
H A D | outbound_connection.hpp | 12 None, enumerator 21 None, enumerator 27 {OutboundConnectionRetryPolicyType::None, "None"}, 36 {AuthenticationType::None, "None"},
|
H A D | event_service.hpp | 12 None, enumerator 20 None, enumerator 29 {SMTPConnectionProtocol::None, "None"}, 37 {SMTPAuthenticationMethods::None, "None"},
|
H A D | serial_interface.hpp | 18 None, enumerator 27 None, enumerator 47 {Parity::None, "None"}, 56 {FlowControl::None, "None"},
|
H A D | port.hpp | 79 None, enumerator 129 None, enumerator 163 None, enumerator 173 None, enumerator 247 {FlowControl::None, "None"}, 297 {LLDPSystemCapabilities::None, "None"}, 331 {ConnectedDeviceType::None, "None"}, 341 {HostDeviceType::None, "None"},
|
/openbmc/qemu/target/i386/tcg/ |
H A D | decode-new.c.inc | 180 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/poky/meta/classes-recipe/ |
H A D | perl-version.bbclass | 11 # 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/qemu/rust/qemu-api/tests/ |
H A D | tests.rs | 51 realize_fn => None, in test_device_decl_macros() 52 legacy_reset_fn => None, in test_device_decl_macros() 62 const INSTANCE_INIT: Option<unsafe extern "C" fn(obj: *mut Object)> = None; in test_device_decl_macros() 63 const INSTANCE_POST_INIT: Option<unsafe extern "C" fn(obj: *mut Object)> = None; in test_device_decl_macros() 64 const INSTANCE_FINALIZE: Option<unsafe extern "C" fn(obj: *mut Object)> = None; in test_device_decl_macros() 72 > = None; in test_device_decl_macros()
|
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | testacpi.py2 | 64 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/qemu/tests/qapi-schema/ |
H A D | qapi-schema-test.out | 177 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 …]
|
H A D | indented-expr.out | 12 command eins None -> None 14 command zwei None -> None
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_boot_devices.robot | 34 ... 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/openbmc/meta-security/recipes-ids/suricata/files/ |
H A D | CVE-2024-38534.patch | 25 None => { 28 - None => return AppLayerResult::ok(), 29 + None => return AppLayerResult::err(), 34 None => { 37 - None => return AppLayerResult::ok(), 38 + None => return AppLayerResult::err(),
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/ |
H A D | 0002-pykickstart-parser.py-add-lock-for-readKickstart-and.patch | 31 def load_to_str(location, user=None, passwd=None): 56 l = None 61 def readKickstart(self, f, reset=True, username=None, password=None): 65 + def _readKickstart(self, f, reset=True, username=None, password=None):
|
H A D | 0004-load.py-retry-to-invoke-request-with-timeout.patch | 66 def _get_auth(location, user=None, passwd=None): 68 auth = None 69 @@ -92,6 +119,10 @@ def _get_auth(location, user=None, passwd=None): 71 def _load_url(location, user=None, passwd=None):
|
H A D | 0001-support-authentication-for-kickstart.patch | 75 +def load_to_str(location, user=None, passwd=None): 93 +def _get_auth(location, user=None, passwd=None): 95 + auth = None 98 + if user is None or passwd is None: 112 +def _load_url(location, user=None, passwd=None): 131 + def readKickstart(self, f, reset=True, username=None, password=None):
|
/openbmc/phosphor-fan-presence/control/templates/ |
H A D | fan_zone_defs.mako.cpp | 51 (zone['ifaces'] is not None): 54 (i['props'] is not None): 101 (event['pc'] is not None): 144 %if ('pc' in event) and (event['pc'] is not None): 151 (event['pc']['triggers']['timer'] is not None): 158 (event['pc']['triggers']['pcsigs'] is not None): 162 (s['match'] is not None):
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-setuptools/ |
H A D | 0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch | 26 @@ -121,6 +121,8 @@ def get_python_inc(plat_specific=False, prefix=None): 32 resolved_prefix = prefix if prefix is not None else default_prefix 35 @@ -241,7 +243,13 @@ def get_python_lib(plat_specific=False, standard_lib=False, prefix=None): 39 - if prefix is None: 44 + if prefix is None and os.environ.get('STAGING_LIBDIR', ""): 46 + elif prefix is None: 50 @@ -256,7 +264,7 @@ def get_python_lib(plat_specific=False, standard_lib=False, prefix=None):
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-slip-dbus/ |
H A D | 9b939c0b534c1b7958fa0a3c7aedf30bca910431.patch | 35 - 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/phosphor-mboxd/ |
H A D | .clang-format-c++ | 14 AllowShortFunctionsOnASingleLine: None 17 AlwaysBreakAfterDefinitionReturnType: None 18 AlwaysBreakAfterReturnType: None 35 BreakBeforeBinaryOperators: None 58 NamespaceIndentation: None
|
/openbmc/docs/designs/ |
H A D | unique-hostname.md | 5 Other contributors: None 27 None. 38 None. 42 None. 46 None.
|