Searched refs:tc_ah (Results 1 – 11 of 11) sorted by relevance
/xen/tools/libs/evtchn/ |
A D | core.c | 22 xenevtchn_handle *xce = CONTAINER_OF(ah, *xce, tc_ah); in all_restrict_cb() 42 xce->tc_ah.restrict_callback = all_restrict_cb; in xenevtchn_open() 43 xentoolcore__register_active_handle(&xce->tc_ah); in xenevtchn_open() 58 xentoolcore__deregister_active_handle(&xce->tc_ah); in xenevtchn_open() 72 xentoolcore__deregister_active_handle(&xce->tc_ah); in xenevtchn_close()
|
A D | private.h | 14 Xentoolcore__Active_Handle tc_ah; member
|
/xen/tools/libs/gnttab/ |
A D | gnttab_core.c | 27 xengnttab_handle *xgt = CONTAINER_OF(ah, *xgt, tc_ah); in all_restrict_cb() 42 xgt->tc_ah.restrict_callback = all_restrict_cb; in xengnttab_open() 43 xentoolcore__register_active_handle(&xgt->tc_ah); in xengnttab_open() 58 xentoolcore__deregister_active_handle(&xgt->tc_ah); in xengnttab_open() 72 xentoolcore__deregister_active_handle(&xgt->tc_ah); in xengnttab_close()
|
A D | private.h | 17 Xentoolcore__Active_Handle tc_ah; member
|
/xen/tools/libs/call/ |
A D | core.c | 21 xencall_handle *xcall = CONTAINER_OF(ah, *xcall, tc_ah); in all_restrict_cb() 43 xcall->tc_ah.restrict_callback = all_restrict_cb; in xencall_open() 44 xentoolcore__register_active_handle(&xcall->tc_ah); in xencall_open() 72 xentoolcore__deregister_active_handle(&xcall->tc_ah); in xencall_open() 86 xentoolcore__deregister_active_handle(&xcall->tc_ah); in xencall_close()
|
A D | private.h | 29 Xentoolcore__Active_Handle tc_ah; member
|
/xen/tools/libs/foreignmemory/ |
A D | core.c | 25 xenforeignmemory_handle *fmem = CONTAINER_OF(ah, *fmem, tc_ah); in all_restrict_cb() 46 fmem->tc_ah.restrict_callback = all_restrict_cb; in xenforeignmemory_open() 47 xentoolcore__register_active_handle(&fmem->tc_ah); in xenforeignmemory_open() 62 xentoolcore__deregister_active_handle(&fmem->tc_ah); in xenforeignmemory_open() 76 xentoolcore__deregister_active_handle(&fmem->tc_ah); in xenforeignmemory_close()
|
A D | private.h | 25 Xentoolcore__Active_Handle tc_ah; member
|
/xen/tools/libs/devicemodel/ |
A D | private.h | 17 Xentoolcore__Active_Handle tc_ah; member
|
A D | core.c | 25 xendevicemodel_handle *dmod = CONTAINER_OF(ah, *dmod, tc_ah); in all_restrict_cb() 44 dmod->tc_ah.restrict_callback = all_restrict_cb; in xendevicemodel_open() 45 xentoolcore__register_active_handle(&dmod->tc_ah); in xendevicemodel_open() 71 xentoolcore__deregister_active_handle(&dmod->tc_ah); in xendevicemodel_open() 87 xentoolcore__deregister_active_handle(&dmod->tc_ah); in xendevicemodel_close()
|
/xen/tools/xenstore/ |
A D | xs.c | 59 Xentoolcore__Active_Handle tc_ah; /* for restrict */ member 134 Xentoolcore__Active_Handle tc_ah; /* for restrict */ member 233 struct xs_handle *h = CONTAINER_OF(ah, *h, tc_ah); in all_restrict_cb() 250 h->tc_ah.restrict_callback = all_restrict_cb; in get_handle() 251 xentoolcore__register_active_handle(&h->tc_ah); in get_handle() 288 xentoolcore__deregister_active_handle(&h->tc_ah); in get_handle() 351 xentoolcore__deregister_active_handle(&h->tc_ah); in close_fds_free()
|
Completed in 13 milliseconds