/openbmc/u-boot/tools/buildman/ |
H A D | buildman.py | 56 options, args = cmdline.ParseArgs() variable
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | storage_common.c | 72 #define VLDBG(lun, fmt, args...) do { } while (0) argument 82 #define LDBG(lun, fmt, args...) do { } while (0) argument 83 #define LERROR(lun, fmt, args...) do { } while (0) argument 84 #define LWARN(lun, fmt, args...) do { } while (0) argument 85 #define LINFO(lun, fmt, args...) do { } while (0) argument 109 #define DBG(d, fmt, args...) debug(fmt , ## args) argument 110 #define VDBG(d, fmt, args...) debug(fmt , ## args) argument 117 #define ERROR(d, fmt, args...) do { } while (0) argument 118 #define WARNING(d, fmt, args...) do { } while (0) argument 119 #define INFO(d, fmt, args...) do { } while (0) argument
|
/openbmc/qemu/hw/adc/ |
H A D | stm32f2xx_adc.c | 36 #define DB_PRINT_L(lvl, fmt, args...) do { \ argument 42 #define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args) argument
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | qed.py | 108 def cmd_show(qed, *args): 146 def cmd_need_check(qed, *args): 160 def cmd_zero_cluster(qed, pos, *args):
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_nested.c | 93 target_ulong *args) in h_set_ptbl() 113 target_ulong *args) in h_tlb_invalidate() 127 target_ulong *args) in h_copy_tofrom_guest() 327 target_ulong *args) in h_enter_nested() 1212 target_ulong *args) in h_guest_get_capabilities() 1245 target_ulong *args) in h_guest_set_capabilities() 1316 target_ulong *args) in h_guest_create() 1377 target_ulong *args) in h_guest_delete() 1408 target_ulong *args) in h_guest_create_vcpu() 1537 target_ulong *args, in h_guest_getset_state() [all …]
|
H A D | spapr_tpm_proxy.c | 38 static ssize_t tpm_execute(SpaprTpmProxy *tpm_proxy, target_ulong *args) in tpm_execute() 105 target_ulong *args) in h_tpm_comm()
|
/openbmc/u-boot/include/linux/ |
H A D | compat.h | 35 #define dev_dbg(dev, fmt, args...) \ argument 37 #define dev_vdbg(dev, fmt, args...) \ argument 39 #define dev_info(dev, fmt, args...) \ argument 41 #define dev_err(dev, fmt, args...) \ argument 43 #define dev_warn(dev, fmt, args...) \ argument 46 #define netdev_emerg(dev, fmt, args...) \ argument 48 #define netdev_alert(dev, fmt, args...) \ argument 50 #define netdev_crit(dev, fmt, args...) \ argument 52 #define netdev_err(dev, fmt, args...) \ argument 54 #define netdev_warn(dev, fmt, args...) \ argument [all …]
|
/openbmc/qemu/hw/ssi/ |
H A D | stm32f2xx_spi.c | 35 #define DB_PRINT_L(lvl, fmt, args...) do { \ argument 41 #define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args) argument
|
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | store.py | 21 def store(args, logger): argument
|
H A D | junit.py | 13 def junit(args, logger): argument
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu-helper/ |
H A D | qemu-oe-bridge-helper.c | 14 void try_program(char const* path, char** args) { in try_program()
|
/openbmc/openpower-hw-diags/util/ |
H A D | pdbg_callback.hpp | 23 va_list args) in pdbg_log_callback()
|
/openbmc/witherspoon-pfault-analysis/power-sequencer/ |
H A D | gen-ucd90160-defs.py | 31 args = parser.parse_args() variable
|
/openbmc/qemu/qga/vss-win32/ |
H A D | vss-debug.cpp | 22 va_list args; in qga_debug_internal() local
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | heartbeat_messages.cpp | 36 std::span<const std::string_view> args) in getLog()
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | rust.py | 43 def test_rust(self, *args, **kwargs):
|
/openbmc/phosphor-power/power-sequencer/ |
H A D | gen-ucd90160-defs.py | 31 args = parser.parse_args() variable
|
/openbmc/qemu/tests/functional/ |
H A D | reverse_debugging.py | 35 def run_vm(self, record, shift, args, replay_path, image_path, port): argument 101 def reverse_debugging(self, shift=7, args=None): argument
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | ide_sdk.py | 48 def __init__(self, args): argument 109 def __init__(self, args, target_arch, target_device): argument 678 def gen_deploy_target_script(self, args): argument 711 def gen_install_deploy_script(self, args): argument 774 def ide_setup(args, config, basepath, workspace): argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/ |
H A D | concurrencytest.py | 64 def _add_result_with_semaphore(self, method, test, *args, **kwargs): 92 def _addResult(self, method, test, *args, exception = False, **kwargs): 119 def _addResult(self, method, test, *args, exception = False, **kwargs): 133 def _addResult(self, method, test, *args, exception = False, **kwargs):
|
/openbmc/u-boot/api/ |
H A D | api_storage.c | 20 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt, ##args); } while (0) argument 22 #define debugf(fmt, args...) argument 25 #define errf(fmt, args...) do { printf("ERROR @ %s(): ", __func__); printf(fmt, ##args); } while (0) argument
|
/openbmc/u-boot/cmd/ |
H A D | cramfs.c | 29 # define DEBUGF(fmt, args...) printf(fmt ,##args) argument 31 # define DEBUGF(fmt, args...) argument
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | formatter.py | 151 def __init__(self, *args, **kwargs): 158 def __init__(self, *args, **kwargs):
|
/openbmc/u-boot/tools/patman/ |
H A D | settings.py | 113 def get(self, section, option, *args, **kwargs): 132 def items(self, section, *args, **kwargs):
|
/openbmc/phosphor-networkd/src/ |
H A D | rtnetlink_server.cpp | 98 auto cb = [&](auto&&... args) { in eventHandler() 125 io(event, sock.get(), EPOLLIN | EPOLLET, [&](auto&&... args) { in Server()
|