Searched refs:xgt_handle (Results 1 – 4 of 4) sorted by relevance
/xen/tools/xenstore/ |
A D | xenstored_minios.c | 52 return xengnttab_map_grant_ref(*xgt_handle, xenbus_master_domid(), in xenbus_map() 58 xengnttab_unmap(*xgt_handle, interface, 1); in unmap_xenbus()
|
A D | xenstored_domain.c | 39 xengnttab_handle **xgt_handle; variable 181 return xengnttab_map_grant_ref(*xgt_handle, domid, in map_interface() 188 xengnttab_unmap(*xgt_handle, interface, 1); in unmap_interface() 747 xgt_handle = talloc(talloc_autofree_context(), xengnttab_handle*); in domain_init() 748 if (!xgt_handle) in domain_init() 751 *xgt_handle = xengnttab_open(NULL, 0); in domain_init() 752 if (*xgt_handle == NULL) in domain_init() 755 talloc_set_destructor(xgt_handle, close_xgt_handle); in domain_init()
|
A D | xenstored_core.h | 222 extern xengnttab_handle **xgt_handle;
|
/xen/tools/console/daemon/ |
A D | io.c | 77 static xengnttab_handle *xgt_handle = NULL; variable 679 if (xgt_handle && con->ring_ref == -1) in console_unmap_interface() 680 xengnttab_unmap(xgt_handle, con->interface, 1); in console_unmap_interface() 721 if (!con->interface && xgt_handle && con->use_gnttab) { in console_create_ring() 723 con->interface = xengnttab_map_grant_ref(xgt_handle, in console_create_ring() 1341 xgt_handle = xengnttab_open(NULL, 0); in handle_io() 1342 if (xgt_handle == NULL) { in handle_io() 1464 if (xgt_handle != NULL) { in handle_io() 1465 xengnttab_close(xgt_handle); in handle_io() 1466 xgt_handle = NULL; in handle_io()
|
Completed in 8 milliseconds