Home
last modified time | relevance | path

Searched refs:CHARDEV_YANK_INSTANCE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dyank.h80 #define CHARDEV_YANK_INSTANCE(the_id) (&(YankInstance) { \ macro
/openbmc/qemu/chardev/
H A Dchar-socket.c384 yank_unregister_function(CHARDEV_YANK_INSTANCE(chr->label), in tcp_chr_free_connection()
943 yank_register_function(CHARDEV_YANK_INSTANCE(chr->label), in tcp_chr_add_client()
962 yank_register_function(CHARDEV_YANK_INSTANCE(chr->label), in tcp_chr_accept()
982 yank_register_function(CHARDEV_YANK_INSTANCE(chr->label), in tcp_chr_connect_client_sync()
1002 yank_register_function(CHARDEV_YANK_INSTANCE(chr->label), in tcp_chr_accept_server_sync()
1123 yank_unregister_instance(CHARDEV_YANK_INSTANCE(chr->label)); in char_socket_finalize()
1142 yank_unregister_function(CHARDEV_YANK_INSTANCE(chr->label), in qemu_chr_socket_connected()
1180 yank_register_function(CHARDEV_YANK_INSTANCE(chr->label), in tcp_chr_connect_client_async()
1429 if (!yank_register_instance(CHARDEV_YANK_INSTANCE(chr->label), errp)) { in qmp_chardev_open_socket()