Home
last modified time | relevance | path

Searched defs:args (Results 276 – 300 of 686) sorted by relevance

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

/openbmc/u-boot/tools/buildman/
H A Dboard.py191 def _BuildTerms(self, args): argument
240 def SelectBoards(self, args, exclude=[], boards=None): argument
/openbmc/u-boot/drivers/fpga/
H A Dspartan3.c17 #define PRINTF(fmt,args...) printf (fmt ,##args) argument
19 #define PRINTF(fmt,args...) argument
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dloader.py76 *args, **kwargs):
328 def loadTestsFromModule(self, module, *args, pattern=None, **kws):
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A D__init__.py204 def setup_modified_recipe(self, args, image_recipe, modified_recipe): argument
261 def get_devtool_deploy_opts(args): argument
/openbmc/qemu/tests/qtest/
H A Dqom-test.c28 QDict *args = qdict_new(); in test_list_get_value() local
70 QDict *args = qdict_new(); in test_list_get() local
H A Dtest-netfilter.c180 char *args; in main() local
H A Dlibqtest.c602 char *args = g_strdup_vprintf(fmt, ap); in qtest_vinitf() local
773 gchar **args; in qtest_query_target_endianness() local
1020 QDict *args; in qtest_qom_has_concrete_type() local
1175 gchar **args; in qtest_in() local
1232 gchar **args; in qtest_read() local
1281 gchar **args; in qtest_memread() local
1300 uint32_t nargs, uint64_t args, in qtest_rtas_call()
1311 gchar **args; in qtest_rsp_csr() local
1374 gchar **args; in qtest_bufread() local
1419 const char *fmt, va_list args) in qtest_vqmp_assert_failure_ref()
[all …]
/openbmc/telemetry/src/utils/
H A Dcircular_vector.hpp13 void emplace(Args&&... args) in emplace()
/openbmc/openbmc-test-automation/lib/
H A Dvalid.tcl88 proc valid_list { var_name args } {
/openbmc/qemu/scripts/performance/
H A DtopN_perf.py51 args = parser.parse_args() variable
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dlex.py81 def critical(self,msg,*args,**kwargs):
84 def warning(self,msg,*args,**kwargs):
87 def error(self,msg,*args,**kwargs):
97 def __call__(self,*args,**kwargs):
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dexport.py22 def export(args, config, basepath, workspace): argument
/openbmc/openbmc/poky/scripts/contrib/
H A Dconvert-overrides.py36 args = parser.parse_args() variable
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Dcommon.py26 def add_command(subparsers, cmdname, function, parserecipes=True, *args, **kwargs):
/openbmc/openbmc/poky/meta/recipes-devtools/dwarfsrcfiles/files/
H A Ddwarfsrcfiles.c87 char* args[5]; in main() local
/openbmc/qemu/tests/functional/
H A Dtest_aarch64_tcg_plugins.py31 plugin, plugin_log, console_pattern, args=None): argument
/openbmc/u-boot/drivers/dma/
H A Ddma-uclass.c27 struct ofnode_phandle_args *args) in dma_of_xlate_default()
47 struct ofnode_phandle_args args; in dma_get_by_index() local
/openbmc/qemu/tests/unit/
H A Dtest-visitor-serialization.c295 TestArgs *args = (TestArgs *) opaque; in test_primitives() local
356 TestArgs *args = (TestArgs *) opaque; in test_primitive_lists() local
573 TestArgs *args = (TestArgs *) opaque; in test_struct() local
594 TestArgs *args = (TestArgs *) opaque; in test_nested_struct() local
615 TestArgs *args = (TestArgs *) opaque; in test_nested_struct_list() local
1028 TestArgs *args; in add_visitor_type() local
/openbmc/openbmc/poky/meta/lib/bblayers/
H A Dbuildconf.py59 def do_save_build_conf(self, args): argument
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dset_required_questions.py112 def check_args(args): argument
/openbmc/openbmc/poky/scripts/
H A Dbuildstats-summary58 def dump_buildstats(args, bs: buildstats.BuildStats): argument
/openbmc/qemu/tests/guest-debug/
H A Drun-test.py54 args = get_args() variable
/openbmc/u-boot/include/
H A Dlog.h146 #define debug_cond(cond, fmt, args...) \ argument
159 #define debug_cond(cond, fmt, args...) \ argument
168 #define debug(fmt, args...) \ argument
172 #define warn_non_spl(fmt, args...) \ argument
/openbmc/qemu/tests/qemu-iotests/
H A D055175 def do_test_device_not_found(self, cmd, **args):
503 def do_test_compress_complete(self, cmd, attach_target, **args):
527 def do_test_compress_cancel(self, cmd, attach_target, **args):
549 def do_test_compress_pause(self, cmd, attach_target, **args):
/openbmc/u-boot/drivers/serial/
H A Dusbtty.c20 #define TTYDBG(fmt,args...)\ argument
23 #define TTYDBG(fmt,args...) do{}while(0) argument
27 #define TTYERR(fmt,args...)\ argument
31 #define TTYERR(fmt,args...) do{}while(0) argument

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