/openbmc/u-boot/drivers/usb/gadget/ |
H A D | aspeed_udc.c | 142 #define SETUP_DBG(fmt, args...) pr_debug("%s() " fmt, __func__, ##args) argument 144 #define SETUP_DBG(fmt, args...) argument 148 #define UDC_DBG(fmt, args...) pr_debug("%s() " fmt, __func__, ##args) argument 150 #define UDC_DBG(fmt, args...) argument 154 #define EP_DBG(fmt, args...) pr_debug("%s() " fmt, __func__, ##args) argument 156 #define EP_DBG(fmt, args...) argument
|
/openbmc/qemu/linux-user/s390x/ |
H A D | target_syscall.h | 18 abi_ulong args[1]; member
|
/openbmc/kcsbridge/src/ |
H A D | main.cpp | 80 kcsbridge::Args args(argc, argv); in main() local
|
/openbmc/u-boot/tools/ |
H A D | relocate-rela.c | 27 va_list args; in debug() local
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | httpserver.py | 23 def log_message(self, format_str, *args):
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/ |
H A D | parser_test.py | 17 options, args = parser.parse_args(['--q', bootchart_dir]) variable
|
/openbmc/u-boot/arch/arm/mach-socfpga/ |
H A D | misc_s10.c | 79 struct fdtdec_phandle_args args; in socfpga_set_phymode() local
|
/openbmc/u-boot/include/test/ |
H A D | ut.h | 50 #define ut_assertf(cond, fmt, args...) \ argument
|
/openbmc/qemu/include/ |
H A D | qemu-io.h | 40 const char *args; member
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | sl811.h | 7 #define PDEBUG(level, fmt, args...) \ argument 11 #define PDEBUG(level, fmt, args...) do {} while(0) argument
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_iommu.c | 478 target_ulong opcode, target_ulong *args) in h_put_tce_indirect() 523 target_ulong opcode, target_ulong *args) in h_stuff_tce() 562 target_ulong opcode, target_ulong *args) in h_put_tce() 603 target_ulong opcode, target_ulong *args) in h_get_tce()
|
H A D | spapr_pci.c | 133 target_ulong args, in rtas_ibm_read_pci_config() 153 target_ulong args, in rtas_read_pci_config() 199 target_ulong args, in rtas_ibm_write_pci_config() 220 target_ulong args, in rtas_write_pci_config() 269 target_ulong args, uint32_t nret, in rtas_ibm_change_msi() 439 target_ulong args, in rtas_ibm_query_interrupt_source_number() 479 target_ulong args, uint32_t nret, in rtas_ibm_set_eeh_option() 515 target_ulong args, uint32_t nret, in rtas_ibm_get_config_addr_info2() 569 target_ulong args, uint32_t nret, in rtas_ibm_read_slot_reset_state2() 611 target_ulong args, uint32_t nret, in rtas_ibm_set_slot_reset() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | iotests.py | 353 def qemu_io_popen(*args): 374 def __init__(self, *args): 497 def qemu_nbd(*args): 517 def qemu_nbd_popen(*args): 1195 def __init__(self, *args, **kwargs): 1598 def func_wrapper(*args, **kwargs): 1691 def execute_test(*args, test_function=None, **kwargs): 1710 def script_initialize(*args, **kwargs): 1716 def script_main(test_function, *args, **kwargs): 1722 def main(*args, **kwargs):
|
H A D | qcow2.py | 139 def main(filename, cmd, args): argument
|
H A D | nbd-fault-injector.py | 251 def usage(args): argument 256 def main(args): argument
|
/openbmc/openbmc/poky/scripts/ |
H A D | verify-bashisms | 102 args = parser.parse_args() variable
|
H A D | test-remote-image | 260 def get_repo_profile(self, *args, **kwargs): 266 def get_target_profile(self, *args, **kwargs):
|
/openbmc/u-boot/drivers/fastboot/ |
H A D | fb_common.c | 42 va_list args; in fastboot_response() local
|
/openbmc/qemu/tests/qtest/ |
H A D | tpm-tests.c | 35 char *args = NULL; in tpm_test_swtpm_test() local
|
/openbmc/qemu/scripts/ |
H A D | analyse-locks-simpletrace.py | 68 args = get_args() variable
|
/openbmc/qemu/qom/ |
H A D | object_interfaces.c | 271 static void user_creatable_print_help_from_qdict(QDict *args) in user_creatable_print_help_from_qdict() 295 QDict *args = keyval_parse(str, "qom-type", &help, errp); in user_creatable_parse_str() local
|
/openbmc/qemu/hw/intc/ |
H A D | xlnx-zynqmp-ipi.c | 42 #define DB_PRINT_L(lvl, fmt, args...) do {\ argument 48 #define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args) argument
|
/openbmc/qemu/hw/char/ |
H A D | spapr_vty.c | 105 target_ulong opcode, target_ulong *args) in h_put_term_char() 132 target_ulong opcode, target_ulong *args) in h_get_term_char()
|
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/ |
H A D | runfvp.py | 19 def run_fvp(self, *args, env=None, should_succeed=True):
|
/openbmc/obmc-ikvm/ |
H A D | ikvm_server.cpp | 18 Server::Server(const Args& args, Input& i, Video& v) : in Server()
|