/openbmc/openbmc/poky/bitbake/lib/toaster/orm/management/commands/ |
H A D | lsupdates.py | 41 def __init__(self, *args, **kwargs): 60 args = "" variable in Command
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-skeys-kvm.c | 34 struct kvm_s390_skeys args = { in kvm_s390_skeys_get() local 46 struct kvm_s390_skeys args = { in kvm_s390_skeys_set() local
|
/openbmc/u-boot/lib/ |
H A D | vsprintf.c | 508 va_list args) in vsnprintf_internal() 713 va_list args) in vsnprintf() 718 int vscnprintf(char *buf, size_t size, const char *fmt, va_list args) in vscnprintf() 733 va_list args; in snprintf() local 745 va_list args; in scnprintf() local 768 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() 775 va_list args; in sprintf() local 787 va_list args; in printf() local 808 int vprintf(const char *fmt, va_list args) in vprintf()
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 33 def add(args, config, basepath, workspace): argument 432 def extract(args, config, basepath, workspace): argument 454 def sync(args, config, basepath, workspace): argument 755 def modify(args, config, basepath, workspace): argument 988 def rename(args, config, basepath, workspace): argument 1888 def update_recipe(args, config, basepath, workspace): argument 1924 def status(args, config, basepath, workspace): argument 2043 def reset(args, config, basepath, workspace): argument 2092 def finish(args, config, basepath, workspace): argument
|
/openbmc/u-boot/test/py/ |
H A D | test.py | 20 args = ['py.test', os.path.dirname(__file__) + '/tests'] variable
|
/openbmc/u-boot/drivers/hwspinlock/ |
H A D | hwspinlock-uclass.c | 19 struct ofnode_phandle_args *args) in hwspinlock_of_xlate_default() 38 struct ofnode_phandle_args args; in hwspinlock_get_by_index() local
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_rtas_ddw.c | 96 target_ulong args, in rtas_ibm_query_pe_dma_window() 146 target_ulong args, in rtas_ibm_create_pe_dma_window() 223 target_ulong args, in rtas_ibm_remove_pe_dma_window() 273 target_ulong args, in rtas_ibm_reset_pe_dma_window()
|
H A D | spapr_vio.c | 160 target_ulong opcode, target_ulong *args) in h_reg_crq() 216 target_ulong opcode, target_ulong *args) in h_free_crq() 230 target_ulong opcode, target_ulong *args) in h_send_crq() 253 target_ulong opcode, target_ulong *args) in h_enable_crq() 332 uint32_t nargs, target_ulong args, in rtas_set_tce_bypass() 363 uint32_t nargs, target_ulong args, in rtas_quiesce() 547 target_ulong *args) in h_vio_signal()
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/ |
H A D | context.py | 101 def _process_args(self, logger, args): argument 125 def _display_sdk_envs(self, log, args, sdk_envs): argument 132 def run(self, logger, args): argument
|
/openbmc/qemu/tests/qtest/ |
H A D | virtio-net-failover.c | 41 static QTestState *machine_start(const char *args, int numbus) in machine_start() 628 QDict *resp, *args, *ret; in test_migrate_out() local 797 QDict *resp, *args, *ret; in test_off_migrate_out() local 915 QDict *resp, *args, *ret; in test_guest_off_migrate_out() local 1042 QDict *resp, *args, *ret; in test_migrate_guest_off_abort() local 1143 QDict *resp, *args, *ret; in test_migrate_abort_wait_unplug() local 1232 QDict *resp, *args, *ret; in test_migrate_abort_active() local 1331 QDict *resp, *args, *ret; in test_migrate_off_abort() local 1422 QDict *resp, *args, *ret; in test_migrate_abort_timeout() local 1513 QDict *resp, *args, *ret; in test_multi_out() local
|
H A D | test-x86-cpuid-compat.c | 54 const CpuidTestArgs *args = data; in test_cpuid_prop() local 74 CpuidTestArgs *args = g_new0(CpuidTestArgs, 1); in add_cpuid_test() local 146 const FeatureTestArgs *args = data; in test_feature_flag() local 176 FeatureTestArgs *args = g_new0(FeatureTestArgs, 1); in add_feature_test() local
|
/openbmc/qemu/scripts/ |
H A D | shaderinclude.py | 11 def main(args): argument
|
/openbmc/openbmc-tools/format-yaml/ |
H A D | format-yaml.py | 15 args = parser.parse_args() variable
|
/openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/ |
H A D | oe-setup-layers.py | 46 def _modify_repo_config(self, json_config, args): argument 65 def do_write(self, parent, args): argument
|
/openbmc/qemu/tests/qtest/migration/ |
H A D | cpr-tests.c | 34 MigrateCommon args = { in test_mode_reboot() local 88 MigrateCommon args = { in test_mode_transfer_common() local
|
/openbmc/phosphor-networkd/src/ |
H A D | config_parser.hpp | 36 constexpr Checked(Args&&... args) : t(conCheck(std::forward<Args>(args)...)) in Checked() 40 constexpr Checked(unchecked, Args&&... args) : in Checked() 70 static constexpr T conCheck(Args&&... args) in conCheck()
|
/openbmc/libpldm/tests/fuzz/ |
H A D | fuzz-coverage.py | 20 def run(args): argument
|
/openbmc/libmctp/tests/fuzz/ |
H A D | fuzz-coverage.py | 20 def run(args): argument
|
/openbmc/u-boot/cmd/ |
H A D | reiser.c | 27 #define PRINTF(fmt,args...) printf (fmt ,##args) argument 29 #define PRINTF(fmt,args...) argument
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/ |
H A D | __init__.py | 20 def __init__(self, *args, **kwargs): 33 def wrapped_f(*args, **kwargs):
|
/openbmc/openbmc-test-automation/lib/ |
H A D | cmd.tcl | 96 proc t_cmd_fnc { args } { argument
|
/openbmc/bmcweb/scripts/ |
H A D | websocket_test.py | 24 args = parser.parse_args() variable
|
/openbmc/u-boot/drivers/mailbox/ |
H A D | mailbox-uclass.c | 17 struct ofnode_phandle_args *args) in mbox_of_xlate_default() 33 struct ofnode_phandle_args args; in mbox_get_by_index() local
|
/openbmc/openbmc/poky/scripts/ |
H A D | yocto_testresults_query.py | 59 def compute_regression_report(workdir, basebranch, baserevision, targetbranch, targetrevision, args… argument 74 def regression(args): argument
|
/openbmc/phosphor-fan-presence/ |
H A D | sdbusplus.hpp | 121 static auto callMethod(sdbusplus::bus_t& bus, const std::string& busName, in callMethod() 146 static auto callMethod(const std::string& busName, const std::string& path, in callMethod() 156 static auto callMethodAndRead( in callMethodAndRead() 170 static auto callMethodAndRead( in callMethodAndRead() 396 static auto callMethodAndReturn( in callMethodAndReturn() 537 static auto lookupAndCallMethod( in lookupAndCallMethod() 547 static auto lookupAndCallMethod(const std::string& path, in lookupAndCallMethod() 557 static auto lookupCallMethodAndRead( in lookupCallMethodAndRead() 568 static auto lookupCallMethodAndRead( in lookupCallMethodAndRead()
|