Home
last modified time | relevance | path

Searched defs:args (Results 451 – 475 of 686) sorted by relevance

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

/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp132 std::vector<const char*> args = {path}; in executeCmd() local
/openbmc/qemu/tests/qtest/
H A Dcpu-plug-test.c30 char *args; in test_plug_with_device_add() local
H A Dqos-test.c53 QDict *args = qdict_new(); in qos_set_machines_devices_available() local
/openbmc/u-boot/drivers/usb/gadget/
H A Ddesignware_udc.c24 #define UDCDBGA(fmt, args...) argument
27 #define UDCDBGA(fmt, args...) serial_printf(fmt "\n", ##args) argument
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvirgl.c65 struct virgl_renderer_resource_create_args args; in virgl_cmd_create_resource_2d() local
88 struct virgl_renderer_resource_create_args args; in virgl_cmd_create_resource_3d() local
/openbmc/u-boot/lib/
H A Dhashtable.c25 # define debug(fmt,args...) printf(fmt ,##args) argument
27 # define debug(fmt,args...) argument
/openbmc/phosphor-fan-presence/presence/
H A Dpfpgen.py273 def load(args): argument
380 args = parser.parse_args() variable
/openbmc/u-boot/tools/buildman/
H A Dbuilderthread.py94 def Make(self, commit, brd, stage, cwd, *args, **kwargs):
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dmanualexecution.py208 def manualexecution(args, logger): argument
/openbmc/telemetry/tests/src/
H A Ddbus_environment.hpp134 static boost::system::error_code callMethod( in callMethod()
/openbmc/openbmc/meta-arm/scripts/
H A Dmachine-summary.py228 args = parser.parse_args() variable
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/
H A Dcontext.py203 def _process_args(self, logger, args): argument
/openbmc/u-boot/drivers/power/domain/
H A Dimx8-power-domain.c220 struct ofnode_phandle_args *args) in imx8_power_domain_of_xlate()
/openbmc/openbmc/poky/scripts/
H A Doe-build-perf-report440 def auto_args(repo, args): argument
/openbmc/qemu/target/arm/
H A Darm-powerctl.c25 #define DPRINTF(fmt, args...) \ argument
/openbmc/qemu/hw/intc/
H A Dimx_avic.c29 #define DPRINTF(fmt, args...) \ argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dtinfoil.py54 def remoteCommand(self, cmd, *args, **kwargs):
74 def remoteCommand(self, cmd, *args, **kwargs):
98 def remoteCommand(self, cmd, *args, **kwargs):
/openbmc/u-boot/drivers/net/
H A Dpcnet.c18 #define PCNET_DEBUG1(fmt,args...) \ argument
20 #define PCNET_DEBUG2(fmt,args...) \ argument
/openbmc/qemu/semihosting/
H A Darm-compat-semi.c256 target_ulong args = common_semi_arg(cs, 1); in common_semi_rw_cb() local
366 target_ulong args; in do_common_semihosting() local
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py125 async def invoke(self, *args, skip_mode=False, **kwargs):
179 async def get_unihash_batch(self, args): argument
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dmessage.hpp470 std::apply([this](Types&... args) { return unpack(args...); }, t); in unpack()
645 return std::apply([this](Types&... args) { return unpack(args...); }, in unpack()
/openbmc/qemu/tests/qemu-iotests/
H A D05734 def __init__(self, *args):
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dgcc.py72 def run_check_emulated(self, *args, **kwargs):
/openbmc/openbmc-test-automation/lib/
H A Dboot_data.py223 def add_row(self, *args, **kwargs):
/openbmc/qemu/tests/tcg/i386/
H A Dtest-mmx.py152 def __init__(self, op, args): argument

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