Home
last modified time | relevance | path

Searched defs:args (Results 151 – 175 of 686) sorted by relevance

12345678910>>...28

/openbmc/u-boot/tools/buildman/
H A Dbuildman.py56 options, args = cmdline.ParseArgs() variable
/openbmc/u-boot/drivers/usb/gadget/
H A Dstorage_common.c72 #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 Dstm32f2xx_adc.c36 #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 Dqed.py108 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 Dspapr_nested.c93 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 Dspapr_tpm_proxy.c38 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 Dcompat.h35 #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 Dstm32f2xx_spi.c35 #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 Dstore.py21 def store(args, logger): argument
H A Djunit.py13 def junit(args, logger): argument
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu-helper/
H A Dqemu-oe-bridge-helper.c14 void try_program(char const* path, char** args) { in try_program()
/openbmc/openpower-hw-diags/util/
H A Dpdbg_callback.hpp23 va_list args) in pdbg_log_callback()
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Dgen-ucd90160-defs.py31 args = parser.parse_args() variable
/openbmc/qemu/qga/vss-win32/
H A Dvss-debug.cpp22 va_list args; in qga_debug_internal() local
/openbmc/bmcweb/redfish-core/src/
H A Dheartbeat_messages.cpp36 std::span<const std::string_view> args) in getLog()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drust.py43 def test_rust(self, *args, **kwargs):
/openbmc/phosphor-power/power-sequencer/
H A Dgen-ucd90160-defs.py31 args = parser.parse_args() variable
/openbmc/qemu/tests/functional/
H A Dreverse_debugging.py35 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 Dide_sdk.py48 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 Dconcurrencytest.py64 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 Dapi_storage.c20 #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 Dcramfs.c29 # define DEBUGF(fmt, args...) printf(fmt ,##args) argument
31 # define DEBUGF(fmt, args...) argument
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Dformatter.py151 def __init__(self, *args, **kwargs):
158 def __init__(self, *args, **kwargs):
/openbmc/u-boot/tools/patman/
H A Dsettings.py113 def get(self, section, option, *args, **kwargs):
132 def items(self, section, *args, **kwargs):
/openbmc/phosphor-networkd/src/
H A Drtnetlink_server.cpp98 auto cb = [&](auto&&... args) { in eventHandler()
125 io(event, sock.get(), EPOLLIN | EPOLLET, [&](auto&&... args) { in Server()

12345678910>>...28