Home
last modified time | relevance | path

Searched refs:disable_check (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/test/py/tests/
H A Dtest_env.py44 with self.u_boot_console.disable_check('main_signon'):
188 with c.disable_check('error_notification'):
253 with c.disable_check('error_notification'):
266 with c.disable_check('error_notification'):
H A Dtest_unknown_cmd.py11 with u_boot_console.disable_check('unknown_command'):
H A Dtest_000_version.py16 with u_boot_console.disable_check('main_signon'):
/openbmc/u-boot/test/py/
H A Du_boot_console_base.py439 def disable_check(self, check_type): member in ConsoleBase
H A DREADME.md355 `u_boot_console.disable_check()` to temporarily disable checking for specific
/openbmc/linux/scripts/dtc/
H A Dchecks.c1256 bool disable_check) in check_unique_unit_address_common() argument
1273 if (disable_check && node_is_disabled(childa)) in check_unique_unit_address_common()
1281 if (disable_check && node_is_disabled(childb)) in check_unique_unit_address_common()