/openbmc/qemu/ui/ |
H A D | dbus-clipboard.c | 40 GDBusMethodInvocation *invocation, in dbus_clipboard_complete_request() argument 53 dpy->clipboard, invocation, in dbus_clipboard_complete_request() 80 if (req->invocation && info->types[req->type].data) { in dbus_clipboard_update_info() 81 dbus_clipboard_complete_request(dpy, req->invocation, info, req->type); in dbus_clipboard_update_info() 82 g_clear_object(&req->invocation); in dbus_clipboard_update_info() 175 if (!req->invocation) { in dbus_clipboard_request_cancelled() 180 req->invocation, in dbus_clipboard_request_cancelled() 185 g_clear_object(&req->invocation); in dbus_clipboard_request_cancelled() 212 GDBusMethodInvocation *invocation) in dbus_clipboard_register() argument 216 GDBusConnection *connection = g_dbus_method_invocation_get_connection(invocation); in dbus_clipboard_register() [all …]
|
H A D | dbus-console.c | 187 GDBusMethodInvocation *invocation, in dbus_console_set_ui_info() argument 205 g_dbus_method_invocation_return_error(invocation, in dbus_console_set_ui_info() 213 qemu_dbus_display1_console_complete_set_uiinfo(ddc->iface, invocation); in dbus_console_set_ui_info() 219 dbus_win32_import_socket(GDBusMethodInvocation *invocation, in dbus_win32_import_socket() argument 227 invocation, in dbus_win32_import_socket() 241 invocation, in dbus_win32_import_socket() 254 GDBusMethodInvocation *invocation, in dbus_console_register_listener() argument 260 const char *sender = g_dbus_method_invocation_get_sender(invocation); in dbus_console_register_listener() 270 if (!dbus_win32_import_socket(invocation, arg_listener, &fd)) { in dbus_console_register_listener() 277 invocation, in dbus_console_register_listener() [all …]
|
H A D | dbus-chardev.c | 116 GDBusMethodInvocation *invocation, in dbus_chr_register() argument 127 if (!dbus_win32_import_socket(invocation, arg_stream, &fd)) { in dbus_chr_register() 134 invocation, in dbus_chr_register() 143 g_dbus_method_invocation_return_error(invocation, in dbus_chr_register() 156 "owner", g_dbus_method_invocation_get_sender(invocation), in dbus_chr_register() 159 qemu_dbus_display1_chardev_complete_register(object, invocation in dbus_chr_register() 170 GDBusMethodInvocation *invocation, in dbus_chr_send_break() argument 175 qemu_dbus_display1_chardev_complete_send_break(object, invocation); in dbus_chr_send_break()
|
H A D | dbus.h | 37 GDBusMethodInvocation *invocation; member 67 dbus_win32_import_socket(GDBusMethodInvocation *invocation,
|
/openbmc/skeleton/flashbios/ |
H A D | flash_bios_obj.c | 45 GDBusMethodInvocation *invocation, in on_init() argument 48 flash_complete_init(f,invocation); in on_init() 69 GDBusMethodInvocation *invocation, in on_lock() argument 85 shared_resource_complete_lock(lock,invocation); in on_lock() 91 GDBusMethodInvocation *invocation, in on_is_locked() argument 96 shared_resource_complete_is_locked(lock,invocation,locked,name); in on_is_locked() 102 GDBusMethodInvocation *invocation, in on_unlock() argument 108 shared_resource_complete_unlock(lock,invocation); in on_unlock() 114 GDBusMethodInvocation *invocation, in on_update_via_tftp() argument 121 flash_complete_update_via_tftp(flash,invocation); in on_update_via_tftp() [all …]
|
/openbmc/skeleton/bmcctl/ |
H A D | control_bmc_obj.c | 14 static gboolean on_init(Control *control, GDBusMethodInvocation *invocation, in on_init() argument 17 control_complete_init(control, invocation); in on_init() 22 GDBusMethodInvocation *invocation, in on_warm_reset() argument 32 control_bmc_complete_warm_reset(bmc, invocation); in on_warm_reset() 37 GDBusMethodInvocation *invocation, in on_cold_reset() argument 53 control_bmc_complete_cold_reset(bmc, invocation); in on_cold_reset()
|
/openbmc/skeleton/libopenbmc_intf/ |
H A D | openbmc_intf.h | 183 GDBusMethodInvocation *invocation); 187 GDBusMethodInvocation *invocation, 192 GDBusMethodInvocation *invocation, 219 GDBusMethodInvocation *invocation); 223 GDBusMethodInvocation *invocation, 228 GDBusMethodInvocation *invocation); 434 GDBusMethodInvocation *invocation); 438 GDBusMethodInvocation *invocation); 442 GDBusMethodInvocation *invocation, 478 GDBusMethodInvocation *invocation); [all …]
|
H A D | openbmc_intf.c | 1442 GDBusMethodInvocation *invocation, in _hwmon_skeleton_handle_method_call() argument 1455 info = (_ExtendedGDBusMethodInfo *) g_dbus_method_invocation_get_method_info (invocation); in _hwmon_skeleton_handle_method_call() 1463 g_value_set_object (¶mv[n++], invocation); in _hwmon_skeleton_handle_method_call() 1468 …¶mv[n++], g_dbus_message_get_unix_fd_list (g_dbus_method_invocation_get_message (invocation))); in _hwmon_skeleton_handle_method_call() 1491 …g_dbus_method_invocation_return_error (invocation, G_DBUS_ERROR, G_DBUS_ERROR_UNKNOWN_METHOD, "Met… in _hwmon_skeleton_handle_method_call() 2265 * @invocation: A #GDBusMethodInvocation. in G_DEFINE_INTERFACE() 2270 …invocation (e.g. take a reference to @invocation and eventually call fan_complete_set_cooling_zone… in G_DEFINE_INTERFACE() 2272 …* Returns: %G_DBUS_METHOD_INVOCATION_HANDLED or %TRUE if the invocation was handled, %G_DBUS_METHO… in G_DEFINE_INTERFACE() 2288 * @invocation: A #GDBusMethodInvocation. in G_DEFINE_INTERFACE() 2292 …invocation (e.g. take a reference to @invocation and eventually call fan_complete_get_speed() or e… in G_DEFINE_INTERFACE() [all …]
|
/openbmc/qemu/audio/ |
H A D | dbusaudio.c | 450 GDBusMethodInvocation *invocation, in dbus_audio_register_listener() argument 459 da->p2p ? "p2p" : g_dbus_method_invocation_get_sender(invocation); in dbus_audio_register_listener() 472 g_dbus_method_invocation_return_error(invocation, in dbus_audio_register_listener() 481 if (!dbus_win32_import_socket(invocation, arg_listener, &fd)) { in dbus_audio_register_listener() 487 g_dbus_method_invocation_return_error(invocation, in dbus_audio_register_listener() 498 g_dbus_method_invocation_return_error(invocation, in dbus_audio_register_listener() 513 da->iface, invocation in dbus_audio_register_listener() 520 da->iface, invocation in dbus_audio_register_listener() 601 GDBusMethodInvocation *invocation, in dbus_audio_register_out_listener() argument 607 return dbus_audio_register_listener(s, invocation, in dbus_audio_register_out_listener() [all …]
|
/openbmc/qemu/tests/docker/ |
H A D | common.rc | 66 INVOCATION="${TEST_COMMAND:-make $MAKEFLAGS check}" 68 INVOCATION="make $MAKEFLAGS $@" 71 $INVOCATION
|
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_macro_gram.y | 3 * Sub-parser for macro invocation in the Aic7xxx SCSI 92 stop("Too few arguments for macro invocation", 137 * Macro Invocation. Find the appropriate argument and fill 147 stop("Too many arguments for macro invocation", EX_DATAERR);
|
/openbmc/openbmc/poky/scripts/ |
H A D | crosstap | 6 # 'bitbake -e' commands and contructs proper invocation of stap on 351 invocation arguments. It assumes that systemtap-native is built in given 356 Legacy script invocation style supported but deprecated: 401 … help="output shell script that equvivalent invocation of this script with " 404 "invocation overhead", 409 … help="enable debug output. Use this option to see resulting stap invocation", 412 # is invocation follow syntax from orignal crosstap shell script 420 # fill options values for legacy invocation case
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | kvm.c | 177 /* Modify the chunk to fit the invocation */ in kvm_patch_ins_mtmsrd() 197 /* Patch the invocation */ in kvm_patch_ins_mtmsrd() 230 /* Modify the chunk to fit the invocation */ in kvm_patch_ins_mtmsr() 257 /* Patch the invocation */ in kvm_patch_ins_mtmsr() 291 /* Modify the chunk to fit the invocation */ in kvm_patch_ins_wrtee() 318 /* Patch the invocation */ in kvm_patch_ins_wrtee() 352 /* Patch the invocation */ in kvm_patch_ins_wrteei_0() 389 /* Modify the chunk to fit the invocation */ in kvm_patch_ins_mtsrin() 397 /* Patch the invocation */ in kvm_patch_ins_mtsrin()
|
/openbmc/qemu/tests/qtest/ |
H A D | dbus-vmstate-test.c | 43 vmstate_load(VMState1 *object, GDBusMethodInvocation *invocation, in vmstate_load() argument 52 args = g_dbus_method_invocation_get_parameters(invocation); in vmstate_load() 59 g_dbus_method_invocation_return_value(invocation, g_variant_new("()")); in vmstate_load() 64 vmstate_save(VMState1 *object, GDBusMethodInvocation *invocation, in vmstate_save() argument 72 g_dbus_method_invocation_return_value(invocation, in vmstate_save()
|
/openbmc/qemu/docs/interop/ |
H A D | live-block-operations.rst | 131 following invocation of QEMU, with a QMP server running over UNIX 143 QEMU 2.9 onwards. In the above invocation, notice the ``node-name`` 165 the first occurrence of it, show the ``qmp-shell`` invocation, *and* 186 creation of overlay image [B]) using the ``qmp-shell`` (our invocation 187 also prints the raw JSON invocation of it):: 282 QMP invocation for ``block-stream`` 377 QMP invocation for ``block-commit`` 381 image [B] into image [A], the invocation is as follows:: 499 The invocation for rest of the cases (2, 4, and 5), discussed in the 578 QMP invocation for ``drive-mirror`` [all …]
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | dbinput.c | 296 {1, " Call", "Run to next control method invocation\n"}, 346 char *invocation = help->invocation; in acpi_db_match_command_help() local 351 if (*invocation != ' ') { in acpi_db_match_command_help() 355 while (*invocation == ' ') { in acpi_db_match_command_help() 356 invocation++; in acpi_db_match_command_help() 361 while ((*command) && (*invocation) && (*invocation != ' ')) { in acpi_db_match_command_help() 362 if (tolower((int)*command) != tolower((int)*invocation)) { in acpi_db_match_command_help() 366 invocation++; in acpi_db_match_command_help() 374 acpi_os_printf("%-38s : %s", help->invocation, in acpi_db_match_command_help() 403 while (next->invocation) { in acpi_db_display_command_info() [all …]
|
/openbmc/skeleton/op-pwrctl/ |
H A D | power_control_obj.c | 255 GDBusMethodInvocation *invocation, in on_set_power_state() argument 263 g_dbus_method_invocation_return_dbus_error(invocation, in on_set_power_state() 269 control_power_complete_set_power_state(pwr,invocation); in on_set_power_state() 343 GDBusMethodInvocation *invocation, in on_init() argument 350 control_complete_init(control,invocation); in on_init() 356 GDBusMethodInvocation *invocation, in on_get_power_state() argument 361 control_power_complete_get_power_state(pwr,invocation,pgood); in on_get_power_state()
|
/openbmc/skeleton/op-hostctl/ |
H A D | control_host_obj.c | 53 GDBusMethodInvocation *invocation, in on_init() argument 57 control_complete_init(control,invocation); in on_init() 113 GDBusMethodInvocation *invocation, in on_boot() argument 149 control_host_complete_boot(host,invocation); in on_boot()
|
/openbmc/linux/Documentation/crypto/ |
H A D | userspace-if.rst | 156 the setsockopt invocation below. 180 subsequent invocation of the send system call. 210 the setsockopt invocation below. 215 invocation described below. 243 subsequent invocation of the send system call. 370 Each setsockopt invocation must use the level SOL_ALG.
|
/openbmc/openpower-hw-diags/ |
H A D | main_nl.cpp | 47 // they are initialized for the attention handler, invocation of in main() 48 // the analyzer via attention handler and direct invocation of in main()
|
/openbmc/linux/kernel/rcu/ |
H A D | Kconfig | 202 callback invocation. 242 callback invocation to energy-efficient CPUs in battery-powered 248 This option offloads callback invocation from the set of CPUs 310 bool "RCU callback lazy invocation functionality"
|
/openbmc/linux/Documentation/rust/ |
H A D | general-information.rst | 26 target with the same invocation used for compilation, e.g.:: 42 the same invocation used for compilation, e.g.::
|
/openbmc/linux/kernel/trace/ |
H A D | trace_preemptirq.c | 37 * Like trace_hardirqs_on() but without the lockdep invocation. This is 68 * Like trace_hardirqs_off() but without the lockdep invocation. This is
|
/openbmc/qemu/python/ |
H A D | README.rst | 19 this will fail; you want the first invocation above. 21 If you append the ``--editable`` or ``-e`` argument to either invocation
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-trace-stap.rst | 79 Invocation of this command does not need to be synchronized with 80 invocation of the QEMU process(es). It will match probes on all
|