Home
last modified time | relevance | path

Searched defs:args (Results 351 – 375 of 686) sorted by relevance

1...<<11121314151617181920>>...28

/openbmc/u-boot/drivers/usb/gadget/
H A Daspeed_udc.c142 #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 Dtarget_syscall.h18 abi_ulong args[1]; member
/openbmc/kcsbridge/src/
H A Dmain.cpp80 kcsbridge::Args args(argc, argv); in main() local
/openbmc/u-boot/tools/
H A Drelocate-rela.c27 va_list args; in debug() local
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dhttpserver.py23 def log_message(self, format_str, *args):
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/
H A Dparser_test.py17 options, args = parser.parse_args(['--q', bootchart_dir]) variable
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dmisc_s10.c79 struct fdtdec_phandle_args args; in socfpga_set_phymode() local
/openbmc/u-boot/include/test/
H A Dut.h50 #define ut_assertf(cond, fmt, args...) \ argument
/openbmc/qemu/include/
H A Dqemu-io.h40 const char *args; member
/openbmc/u-boot/drivers/usb/host/
H A Dsl811.h7 #define PDEBUG(level, fmt, args...) \ argument
11 #define PDEBUG(level, fmt, args...) do {} while(0) argument
/openbmc/qemu/hw/ppc/
H A Dspapr_iommu.c478 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 Dspapr_pci.c133 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 Diotests.py353 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 Dqcow2.py139 def main(filename, cmd, args): argument
H A Dnbd-fault-injector.py251 def usage(args): argument
256 def main(args): argument
/openbmc/openbmc/poky/scripts/
H A Dverify-bashisms102 args = parser.parse_args() variable
H A Dtest-remote-image260 def get_repo_profile(self, *args, **kwargs):
266 def get_target_profile(self, *args, **kwargs):
/openbmc/u-boot/drivers/fastboot/
H A Dfb_common.c42 va_list args; in fastboot_response() local
/openbmc/qemu/tests/qtest/
H A Dtpm-tests.c35 char *args = NULL; in tpm_test_swtpm_test() local
/openbmc/qemu/scripts/
H A Danalyse-locks-simpletrace.py68 args = get_args() variable
/openbmc/qemu/qom/
H A Dobject_interfaces.c271 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 Dxlnx-zynqmp-ipi.c42 #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 Dspapr_vty.c105 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 Drunfvp.py19 def run_fvp(self, *args, env=None, should_succeed=True):
/openbmc/obmc-ikvm/
H A Dikvm_server.cpp18 Server::Server(const Args& args, Input& i, Video& v) : in Server()

1...<<11121314151617181920>>...28