Searched refs:func_name (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/pc-bios/vof/ |
| H A D | entry.S | 5 #define ENTRY(func_name) \ argument 8 .globl .func_name; \ 9 .func_name: \ 10 .globl func_name; \ 11 func_name:
|
| /openbmc/qemu/qga/ |
| H A D | vss-win32.c | 26 static HRESULT call_vss_provider_func(const char *func_name) in call_vss_provider_func() argument 32 func = GetProcAddress(provider_lib, func_name); in call_vss_provider_func() 40 func_name, QGA_VSS_DLL, msg); in call_vss_provider_func() 153 const char *func_name = freeze ? "requester_freeze" : "requester_thaw"; in qga_vss_fsfreeze() local 161 func = (QGAVSSRequesterFunc)GetProcAddress(provider_lib, func_name); in qga_vss_fsfreeze() 164 func_name, QGA_VSS_DLL); in qga_vss_fsfreeze()
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | gen_print.py | 130 func_name = sys._getframe().f_code.co_name 132 if func_name[1:] == caller_func_name: 137 func_name = sys._getframe(stack_frame_ix).f_code.co_name 139 return func_name 324 for func_name, function in all_functions: 325 if func_name == real_called_func_name: 333 for func_name, function in all_functions: 334 if func_name == real_called_func_name: 338 aliases.add(func_name) 1241 func_name = sys._getframe().f_code.co_name [all …]
|
| H A D | func_timer.py | 55 func_name = self.__func.__name__ 57 func_name = "" 58 buffer += gp.sprint_var(func_name, indent=indent)
|
| H A D | gen_robot_valid.py | 257 for func_name in func_names: 259 func_name 261 + func_name
|
| H A D | gen_valid.py | 757 for func_name in func_names: 758 cmd_buf = "raw_doc_strings['" + func_name + "'] = " + func_name 761 cmd_buf = func_name + ".__doc__ = docstring_header + " + func_name
|
| /openbmc/qemu/scripts/ |
| H A D | block-coroutine-wrapper.py | 142 def snake_to_camel(func_name: str) -> str: 147 words = func_name.split('_')
|
| /openbmc/openbmc/poky/bitbake/lib/bb/parse/ |
| H A D | ast.py | 173 def __init__(self, filename, lineno, func_name, body, python, fakeroot): argument 175 self.func_name = func_name 182 funcname = self.func_name 183 if self.func_name == "__anonymous": 402 def handleMethod(statements, filename, lineno, func_name, body, python, fakeroot): argument 403 statements.append(MethodNode(filename, lineno, func_name, body, python, fakeroot))
|
| /openbmc/qemu/hw/i386/ |
| H A D | intel_iommu.c | 2795 const char *func_name, in vtd_inv_desc_reserved_check() argument 2804 func_name, desc_type, inv_desc->val[3], in vtd_inv_desc_reserved_check() 2812 func_name, desc_type); in vtd_inv_desc_reserved_check() 2818 " (reserved nonzero)", func_name, desc_type, in vtd_inv_desc_reserved_check()
|
| /openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
| H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 17347 +#define STRING_OPTION(var_name, func_name, default_value) do { \ 17349 + int var = av_ ## func_name ## _from_name(priv->var_name ## _string); \
|