Home
last modified time | relevance | path

Searched defs:function (Results 1 – 25 of 78) sorted by relevance

1234

/openbmc/qemu/include/qemu/
H A Dmodule.h28 #define module_init(function, type) \ argument
35 #define module_init(function, type) \ argument
54 #define block_init(function) module_init(function, MODULE_INIT_BLOCK) argument
55 #define opts_init(function) module_init(function, MODULE_INIT_OPTS) argument
56 #define type_init(function) module_init(function, MODULE_INIT_QOM) argument
57 #define trace_init(function) module_init(function, MODULE_INIT_TRACE) argument
58 #define xen_backend_init(function) module_init(function, \ argument
60 #define libqos_init(function) module_init(function, MODULE_INIT_LIBQOS) argument
61 #define fuzz_target_init(function) module_init(function, \ argument
63 #define migration_init(function) module_init(function, MODULE_INIT_MIGRATION) argument
/openbmc/telemetry/src/metrics/
H A Dcollection_data.cpp36 DataInterval(std::shared_ptr<CollectionFunction> function, in DataInterval()
92 std::shared_ptr<CollectionFunction> function; member in metrics::DataInterval
100 explicit DataStartup(std::shared_ptr<CollectionFunction> function) : in DataStartup()
121 std::shared_ptr<CollectionFunction> function; member in metrics::DataStartup
/openbmc/openpower-debug-collector/watchdog/
H A Dwatchdog_dbus.cpp18 const std::string& function, sdbusplus::message_t& method, in dbusMethod()
100 constexpr auto function = "CreatePELWithFFDCFiles"; in createPel() local
137 constexpr auto function = "Get"; in isHostStateRunning() local
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddaemonize.py21 def createDaemon(function, logfile): argument
/openbmc/openpower-hw-diags/attn/
H A Dattn_dbus.cpp77 constexpr auto function = "Create"; in createPelRaw() local
108 constexpr auto function = "GetPEL"; in getPel() local
/openbmc/openpower-hw-diags/util/
H A Ddbus.cpp29 constexpr auto function = "GetSubTree"; in find() local
73 constexpr auto function = "GetObject"; in findService() local
118 constexpr auto function = "Get"; in getProperty() local
361 constexpr auto function = "CreatePELWithFFDCFiles"; in createPel() local
479 constexpr auto function = "FindStateEffecterPDR"; in getStateEffecterPdrs() local
514 constexpr auto function = "FindStateSensorPDR"; in getStateSensorPdrs() local
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/tests/
H A Dmock-fvp.py24 function = "do_" + parser.prog.replace("-", "_").replace(".py", "") variable
H A Dtest-parameters.py24 function = "do_" + parser.prog.replace("-", "_").replace(".py", "") variable
H A Dtest-environment.py24 function = "do_" + parser.prog.replace("-", "_").replace(".py", "") variable
/openbmc/u-boot/include/linux/
H A Dtypecheck.h19 #define typecheck_fn(type,function) \ argument
/openbmc/qemu/hw/misc/
H A Dmps2-scc.c111 static bool scc_cfg_write(MPS2SCC *s, unsigned function, in scc_cfg_write()
131 static bool scc_cfg_read(MPS2SCC *s, unsigned function, in scc_cfg_read()
318 int function = extract32(s->cfgctrl, R_CFGCTRL_FUNCTION_SHIFT, in mps2_scc_write() local
H A Darm_sysctl.c258 unsigned int function, unsigned int site, in vexpress_cfgctrl_read()
319 unsigned int function, unsigned int site, in vexpress_cfgctrl_write()
526 unsigned int function = extract32(s->sys_cfgctrl, 20, 6); in arm_sysctl_write() local
/openbmc/intel-ipmi-oem/src/
H A Dipmi_to_redfish_hooks.cpp444 int function = selData.eventData3 >> 0x07; in biosSMIMessageHook() local
525 int function = selData.eventData3 >> 0x07; in biosSMIMessageHook() local
587 int function = selData.eventData3 >> 0x07; in biosSMIMessageHook() local
738 int function = selData.eventData3 >> 0x07; in biosSMIMessageHook() local
/openbmc/u-boot/lib/
H A Dpanic.c50 const char *function) in __assert_fail()
/openbmc/qemu/hw/xen/
H A Dxen_pt_load_rom.c19 unsigned int function) in pci_assign_dev_load_option_rom()
/openbmc/openpower-proc-control/
H A Dregistration.hpp41 Registration(ProcedureName&& name, ProcedureFunction&& function) in Registration()
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Dcommon.py26 def add_command(subparsers, cmdname, function, parserecipes=True, *args, **kwargs): argument
/openbmc/u-boot/drivers/usb/gadget/
H A Dcomposite.c32 struct usb_function *function) in usb_add_function()
86 int usb_function_deactivate(struct usb_function *function) in usb_function_deactivate()
109 int usb_function_activate(struct usb_function *function) in usb_function_activate()
149 struct usb_function *function) in usb_interface_id()
/openbmc/phosphor-led-sysfs/
H A Dsysfs.hpp35 std::optional<std::string> function; member
/openbmc/u-boot/include/
H A Dbios_emul.h28 int function; member
/openbmc/qemu/hw/acpi/
H A Dtpm.c109 Aml *function, *arguments, *rev, *op, *op_arg, *op_flags, *uuid; in tpm_build_ppi_acpi() local
/openbmc/openbmc/poky/scripts/
H A Dverify-bashisms33 def process(filename, function, lineno, script): argument
/openbmc/u-boot/drivers/pinctrl/mscc/
H A Dmscc-common.c65 unsigned int function) in mscc_get_function_name()
72 static int mscc_pin_function_idx(unsigned int pin, unsigned int function, in mscc_pin_function_idx()
/openbmc/qemu/tests/tcg/multiarch/
H A Dtest-plugin-mem-access.c27 #define PRINT_EXPECTED(function, type, value, action) \ argument
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-generic.c83 const char *function) in pinmux_func_name_to_selector()
138 const char *function) in pinmux_func_name_to_selector()

1234