Home
last modified time | relevance | path

Searched defs:args (Results 76 – 100 of 686) sorted by relevance

12345678910>>...28

/openbmc/phosphor-dbus-monitor/src/
H A Dsdbusplus.hpp42 static void callMethodNoReply( in callMethodNoReply()
58 static auto callMethod(const std::string& busName, const std::string& path, in callMethod()
70 static auto callMethodAndRead( in callMethodAndRead()
/openbmc/u-boot/drivers/net/
H A Dlan91c96.c73 #define PRINTK3(args...) printf(args) argument
75 #define PRINTK3(args...) argument
79 #define PRINTK2(args...) printf(args) argument
81 #define PRINTK2(args...) argument
85 #define PRINTK(args...) printf(args) argument
87 #define PRINTK(args...) argument
/openbmc/openbmc-test-automation/lib/
H A Dopt.tcl36 proc longoptions { args } { argument
87 proc pos_parms { args } { argument
/openbmc/qemu/migration/
H A Dexec.c48 const char * const *args = (const char * const *) argv; in exec_start_outgoing_migration() local
75 const char * const *args = (const char * const *) argv; in exec_start_incoming_migration() local
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dutils.hpp90 constexpr auto constructArgv(const char* name, Arg&&... args) in constructArgv()
113 std::pair<int, std::string> execute(const char* path, Arg&&... args) in execute()
/openbmc/qemu/target/m68k/
H A Dm68k-semi.c82 target_ulong args = env->dregs[1]; in m68k_semi_u32_cb() local
99 target_ulong args = env->dregs[1]; in m68k_semi_u64_cb() local
129 uint32_t args; in do_m68k_semihosting() local
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcompression.py74 def do_open(self, *args, **kwargs):
86 def do_open(self, *args, **kwargs):
98 def do_open(self, *args, **kwargs):
/openbmc/qemu/tests/unit/
H A Dtest-seccomp.c30 static void test_seccomp_helper(const char *args, bool killed, in test_seccomp_helper()
70 static void test_seccomp_killed(const char *args, int (*doit)(void)) in test_seccomp_killed()
75 static void test_seccomp_errno(const char *args, int errnum, int (*doit)(void)) in test_seccomp_errno()
80 static void test_seccomp_passed(const char *args, int (*doit)(void)) in test_seccomp_passed()
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dengine.py195 def wic_list(args, scripts_path): argument
573 def wic_ls(args, native_sysroot): argument
587 def wic_cp(args, native_sysroot): argument
599 def wic_rm(args, native_sysroot): argument
607 def wic_write(args, native_sysroot): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Dchecksettings.py24 args = "" variable in Command
27 def __init__(self, *args, **kwargs):
/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/
H A Dlogs.py29 def log_view_request(*args, **kwargs):
70 def finalize_response(self, request, response, *args, **kwargs):
/openbmc/openbmc/poky/scripts/
H A Dcombo-layer194 def action_sync_revs(conf, args): argument
211 def action_init(conf, args): argument
586 def action_pull(conf, args): argument
622 def action_update(conf, args): argument
862 def action_splitpatch(conf, args): argument
1313 def action_error(conf, args): argument
H A Doe-setup-layers63 def _do_checkout(args, json): argument
137 args = parser.parse_args() variable
/openbmc/u-boot/include/
H A Dstdio.h34 static inline int vprintf(const char *fmt, va_list args) in vprintf()
51 #define eprintf(fmt, args...) fprintf(stderr, fmt, ##args) argument
/openbmc/qemu/tests/functional/
H A Dreplay_kernel.py31 record, shift, args, replay_path): argument
77 shift=7, args=None): argument
/openbmc/qemu/scripts/oss-fuzz/
H A Doutput_reproducer.py52 def bash_reproducer(path, args, trace): argument
61 def c_reproducer(name, args, trace): argument
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Dlayerindex.py83 def do_layerindex_fetch(self, args): argument
236 def do_layerindex_show_depends(self, args): argument
H A Dquery.py30 def do_show_layers(self, args): argument
47 def do_show_overlayed(self, args): argument
108 def do_show_recipes(self, args): argument
275 def do_show_appends(self, args): argument
356 def do_show_cross_depends(self, args): argument
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcontext.py155 def _setup_logger(self, logger, args): argument
168 def _process_args(self, logger, args): argument
192 def _get_json_result_dir(self, args): argument
211 def run(self, logger, args): argument
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A Dide_code.py281 def vscode_tasks_cpp(self, args, modified_recipe): argument
329 def vscode_tasks_fallback(self, args, modified_recipe): argument
445 def vscode_tasks(self, args, modified_recipe): argument
451 def setup_modified_recipe(self, args, image_recipe, modified_recipe): argument
/openbmc/qemu/hw/dma/
H A Dpl330.c617 static void pl330_dmaadxh(PL330Chan *ch, uint8_t *args, bool ra, bool neg) in pl330_dmaadxh()
635 static void pl330_dmaaddh(PL330Chan *ch, uint8_t opcode, uint8_t *args, int len) in pl330_dmaaddh()
640 static void pl330_dmaadnh(PL330Chan *ch, uint8_t opcode, uint8_t *args, int len) in pl330_dmaadnh()
646 uint8_t *args, int len) in pl330_dmaend()
668 uint8_t *args, int len) in pl330_dmaflushp()
688 static void pl330_dmago(PL330Chan *ch, uint8_t opcode, uint8_t *args, int len) in pl330_dmago()
727 static void pl330_dmald(PL330Chan *ch, uint8_t opcode, uint8_t *args, int len) in pl330_dmald()
757 static void pl330_dmaldp(PL330Chan *ch, uint8_t opcode, uint8_t *args, int len) in pl330_dmaldp()
777 static void pl330_dmalp(PL330Chan *ch, uint8_t opcode, uint8_t *args, int len) in pl330_dmalp()
784 static void pl330_dmakill(PL330Chan *ch, uint8_t opcode, uint8_t *args, int len) in pl330_dmakill()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-cdefs.h9 #define __P(args) args argument
10 #define __PMT(args) args argument
/openbmc/u-boot/drivers/power/domain/
H A Dpower-domain-uclass.c17 struct ofnode_phandle_args *args) in power_domain_of_xlate_default()
34 struct ofnode_phandle_args args; in power_domain_get_by_index() local
/openbmc/hiomapd/
H A Dcommon.c19 void mbox_log_console(int p, const char *fmt, va_list args) in mbox_log_console()
38 va_list args; in mbox_log() local
/openbmc/phosphor-mboxd/
H A Dcommon.c19 void mbox_log_console(int p, const char *fmt, va_list args) in mbox_log_console()
35 va_list args; in mbox_log() local

12345678910>>...28