Home
last modified time | relevance | path

Searched defs:token (Results 1 – 25 of 34) sorted by relevance

12

/qemu/qobject/
H A Djson-parser.c58 JSONToken *token, const char *msg, ...) in parse_error()
129 static QString *parse_string(JSONParserContext *ctxt, JSONToken *token) in parse_string()
262 JSONToken *peek, *token; in parse_pair() local
312 JSONToken *token, *peek; in parse_object() local
366 JSONToken *token, *peek; in parse_array() local
429 JSONToken *token; in parse_keyword() local
447 JSONToken *token; in parse_interpolation() local
483 JSONToken *token; in parse_literal() local
535 JSONToken *token; in parse_value() local
564 JSONToken *token = g_malloc(sizeof(JSONToken) + tokstr->len + 1); in json_token() local
H A Djson-streamer.c24 JSONToken *token; in json_message_free_tokens() local
37 JSONToken *token; in json_message_process_token() local
/qemu/hw/ppc/
H A Dspapr_rtas.c55 uint32_t token, uint32_t nargs, in rtas_display_character()
84 uint32_t token, uint32_t nargs, in rtas_system_reboot()
128 uint32_t token, uint32_t nargs, in rtas_start_cpu()
204 uint32_t token, uint32_t nargs, in rtas_stop_self()
225 uint32_t token, uint32_t nargs, in rtas_ibm_suspend_me()
346 uint32_t token, uint32_t nargs, in rtas_ibm_os_term()
363 uint32_t token, uint32_t nargs, in rtas_set_power_level()
388 uint32_t token, uint32_t nargs, in rtas_get_power_level()
414 uint32_t token, uint32_t nargs, in rtas_ibm_nmi_register()
457 uint32_t token, uint32_t nargs, in rtas_ibm_nmi_interlock()
[all …]
H A Dspapr_rtas_ddw.c95 uint32_t token, uint32_t nargs, in rtas_ibm_query_pe_dma_window()
145 uint32_t token, uint32_t nargs, in rtas_ibm_create_pe_dma_window()
222 uint32_t token, uint32_t nargs, in rtas_ibm_remove_pe_dma_window()
272 uint32_t token, uint32_t nargs, in rtas_ibm_reset_pe_dma_window()
H A Dspapr_rtc.c70 uint32_t token, uint32_t nargs, in rtas_get_time_of_day()
95 uint32_t token, uint32_t nargs, in rtas_set_time_of_day()
H A Dspapr_pci.c132 uint32_t token, uint32_t nargs, in rtas_ibm_read_pci_config()
152 uint32_t token, uint32_t nargs, in rtas_read_pci_config()
198 uint32_t token, uint32_t nargs, in rtas_ibm_write_pci_config()
219 uint32_t token, uint32_t nargs, in rtas_write_pci_config()
268 uint32_t token, uint32_t nargs, in rtas_ibm_change_msi()
437 uint32_t token, in rtas_ibm_query_interrupt_source_number()
478 uint32_t token, uint32_t nargs, in rtas_ibm_set_eeh_option()
514 uint32_t token, uint32_t nargs, in rtas_ibm_get_config_addr_info2()
610 uint32_t token, uint32_t nargs, in rtas_ibm_set_slot_reset()
644 uint32_t token, uint32_t nargs, in rtas_ibm_configure_pe()
[all …]
H A Dspapr_vio.c331 uint32_t token, in rtas_set_tce_bypass()
362 uint32_t token, in rtas_quiesce()
H A Dspapr_drc.c1052 uint32_t token, in rtas_set_indicator()
1087 uint32_t token, uint32_t nargs, in rtas_get_sensor_state()
1149 uint32_t token, uint32_t nargs, in rtas_ibm_configure_connector()
/qemu/tests/qtest/libqos/
H A Dpci.c399 uint8_t qpci_io_readb(QPCIDevice *dev, QPCIBar token, uint64_t off) in qpci_io_readb()
413 uint16_t qpci_io_readw(QPCIDevice *dev, QPCIBar token, uint64_t off) in qpci_io_readw()
427 uint32_t qpci_io_readl(QPCIDevice *dev, QPCIBar token, uint64_t off) in qpci_io_readl()
441 uint64_t qpci_io_readq(QPCIDevice *dev, QPCIBar token, uint64_t off) in qpci_io_readq()
455 void qpci_io_writeb(QPCIDevice *dev, QPCIBar token, uint64_t off, in qpci_io_writeb()
467 void qpci_io_writew(QPCIDevice *dev, QPCIBar token, uint64_t off, in qpci_io_writew()
480 void qpci_io_writel(QPCIDevice *dev, QPCIBar token, uint64_t off, in qpci_io_writel()
493 void qpci_io_writeq(QPCIDevice *dev, QPCIBar token, uint64_t off, in qpci_io_writeq()
506 void qpci_memread(QPCIDevice *dev, QPCIBar token, uint64_t off, in qpci_memread()
513 void qpci_memwrite(QPCIDevice *dev, QPCIBar token, uint64_t off, in qpci_memwrite()
/qemu/hw/intc/
H A Dxics_spapr.c152 uint32_t token, in rtas_set_xive()
187 uint32_t token, in rtas_get_xive()
219 uint32_t token, in rtas_int_off()
252 uint32_t token, in rtas_int_on()
/qemu/include/hw/remote/
H A Diohub.h31 ResampleToken token[REMOTE_IOHUB_NB_PIRQS]; member
/qemu/hw/remote/
H A Diohub.c74 ResampleToken *token = opaque; in intr_resample_handler() local
/qemu/block/
H A Dthrottle-groups.c224 ThrottleGroupMember *token, *start; in next_throttle_token() local
326 ThrottleGroupMember *token; in schedule_next_request() local
366 ThrottleGroupMember *token; in throttle_group_co_io_limits_intercept() local
589 ThrottleGroupMember *token; in throttle_group_unregister_tgm() local
/qemu/include/qapi/qmp/
H A Djson-parser.h19 GString *token; member
/qemu/hw/i386/kvm/
H A Dxen_xenstore.c916 const char *token, *path = (const char *)req_data; in xs_watch() local
966 const char *token, *path = (const char *)req_data; in xs_unwatch() local
1272 const char *token) in deliver_watch()
1317 char *token; member
1330 const char *token) in queue_watch()
1340 static void fire_watch_cb(void *opaque, const char *path, const char *token) in fire_watch_cb()
1642 static void xs_be_watch_cb(void *opaque, const char *path, const char *token) in xs_be_watch_cb()
H A Dxenstore_impl.c50 char *token; member
1172 const char *path, const char *token, in do_xs_impl_watch()
1221 const char *token, xs_impl_watch_fn fn, void *opaque) in xs_impl_watch()
1249 const char *path, const char *token, in xs_impl_unwatch()
1906 char *path, *token; in xs_impl_deserialize() local
/qemu/contrib/ivshmem-client/
H A Dmain.c82 char *s, *token; in ivshmem_client_handle_stdin_command() local
/qemu/hw/nvram/
H A Dspapr_nvram.c100 uint32_t token, uint32_t nargs, in rtas_nvram_store()
/qemu/linux-user/
H A Dmain.c292 char *r, *p, *token; in handle_arg_set_env() local
304 char *r, *p, *token; in handle_arg_unset_env() local
/qemu/hw/usb/
H A Dhcd-uhci.c88 uint32_t token; member
99 uint32_t token; member
158 uint32_t token = uhci_queue_token(td); in uhci_queue_find() local
H A Dhcd-ehci.h126 uint32_t token; member
197 uint32_t token; /* Same as QTD token */ member
/qemu/hw/nvme/
H A Dns.c405 const char *endptr, *token; in nvme_ns_init_fdp() local
/qemu/include/standard-headers/asm-x86/
H A Dkvm_para.h142 uint32_t token; member
/qemu/tests/unit/
H A Dtest-xs-node.c233 static void watch_cb(void *_str, const char *path, const char *token) in watch_cb()
/qemu/hw/xen/
H A Dxen-operations.c315 char *token; member

12