Home
last modified time | relevance | path

Searched defs:args (Results 376 – 400 of 686) sorted by relevance

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

/openbmc/u-boot/drivers/sound/
H A Dsound-uclass.c109 struct ofnode_phandle_args args; in sound_find_codec_i2s() local
/openbmc/qemu/tests/unit/
H A Dcheck-qobject.c43 QObject **args; in do_test_equality() local
/openbmc/u-boot/drivers/rtc/
H A Drx8010sj.c29 #define DEBUGR(fmt, args...) printf(fmt, ##args) argument
31 #define DEBUGR(fmt, args...) argument
H A Ds35392a.c58 #define DEBUGR(fmt, args...) printf(fmt, ##args) argument
60 #define DEBUGR(fmt, args...) argument
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dmodels.py95 def __init__(self, *args, **kwargs):
100 def save(self, *args, **kwargs):
/openbmc/u-boot/cmd/
H A Djffs2.c97 # define DEBUGF(fmt, args...) printf(fmt ,##args) argument
99 # define DEBUGF(fmt, args...) argument
H A Dyaffs2.c22 #define PRINTF(fmt, args...) printf(fmt, ##args) argument
24 #define PRINTF(fmt, args...) do { } while (0) argument
/openbmc/u-boot/drivers/clk/
H A Dclk-uclass.c40 struct ofnode_phandle_args *args) in clk_of_xlate_default()
61 struct ofnode_phandle_args args; in clk_get_by_indexed_prop() local
/openbmc/qemu/hw/ppc/
H A Dpnv_bmc.c316 ForeachArgs *args = opaque; in bmc_find() local
329 ForeachArgs args = { TYPE_IPMI_BMC, NULL }; in pnv_bmc_find() local
/openbmc/openbmc-test-automation/lib/
H A Dgen_print.py1265 def sprint_var(*args, **kwargs):
1284 def sprint_vars(*args, **kwargs):
1929 def register_passwords(*args):
/openbmc/u-boot/drivers/reset/
H A Dreset-ti-sci.c43 struct ofnode_phandle_args *args) in ti_sci_reset_of_xlate()
/openbmc/phosphor-dbus-monitor/src/
H A Dmethod.hpp112 std::tuple<MethodArgs...> args; member in phosphor::dbus::monitoring::Method
H A Delog.hpp111 std::tuple<Args...> args; member in phosphor::dbus::monitoring::Elog
/openbmc/qemu/tests/qtest/migration/
H A Dmigration-qmp.c83 QDict *args, *err; in migrate_qmp_fail() local
116 QDict *args; in migrate_qmp() local
157 QDict *args, *rsp; in migrate_incoming_qmp() local
/openbmc/qemu/scripts/tracetool/backend/
H A D__init__.py108 def _run_function(self, name, *args, **kwargs):
/openbmc/phosphor-mboxd/
H A Ddbus.h49 uint8_t *args; member
/openbmc/phosphor-networkd/src/
H A Dncsi_netlink_main.cpp160 std::vector<std::string> args = { in main() local
/openbmc/qemu/include/semihosting/
H A Duaccess.h116 #define unlock_user(s, args, len) uaccess_unlock_user(env, s, args, len) argument
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Dlog.hpp133 constexpr auto entry(Arg&& arg, Args&&... args) in entry()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dncurses.py95 def setText( self, x, y, text, *args ):
99 def appendText( self, text, *args ):
/openbmc/u-boot/common/
H A Dmiiphyutil.c27 #define debug(fmt, args...) printf(fmt, ##args) argument
29 #define debug(fmt, args...) argument
/openbmc/sdbusplus/include/sdbusplus/
H A Dmessage.hpp142 void append(Args&&... args) in append()
154 void read(Args&&... args) in read()
/openbmc/qemu/hw/ssi/
H A Dmss-spi.c37 #define DB_PRINT_L(lvl, fmt, args...) do { \ argument
43 #define DB_PRINT(fmt, args...) DB_PRINT_L(1, fmt, ## args) argument
/openbmc/qemu/scripts/tracetool/
H A D__init__.py111 def __init__(self, args): argument
224 def __init__(self, name, props, fmt, args, lineno, filename, orig=None, argument
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dsystemd.py30 def journalctl(self, args='',l_match_units=None): argument

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