Searched refs:Xentoolcore__Active_Handle (Results 1 – 13 of 13) sorted by relevance
83 typedef struct Xentoolcore__Active_Handle Xentoolcore__Active_Handle; typedef85 typedef int Xentoolcore__Restrict_Callback(Xentoolcore__Active_Handle*,88 struct Xentoolcore__Active_Handle { struct90 XENTOOLCORE_LIST_ENTRY(Xentoolcore__Active_Handle) entry; argument93 void xentoolcore__register_active_handle(Xentoolcore__Active_Handle*);94 void xentoolcore__deregister_active_handle(Xentoolcore__Active_Handle*);
34 static XENTOOLCORE_LIST_HEAD(, Xentoolcore__Active_Handle) handles;46 void xentoolcore__register_active_handle(Xentoolcore__Active_Handle *ah) { in xentoolcore__register_active_handle()52 void xentoolcore__deregister_active_handle(Xentoolcore__Active_Handle *ah) { in xentoolcore__deregister_active_handle()60 Xentoolcore__Active_Handle *ah; in xentoolcore_restrict_all()
14 Xentoolcore__Active_Handle tc_ah;
21 static int all_restrict_cb(Xentoolcore__Active_Handle *ah, domid_t domid) { in all_restrict_cb()
17 Xentoolcore__Active_Handle tc_ah;
24 static int all_restrict_cb(Xentoolcore__Active_Handle *ah, domid_t domid) { in all_restrict_cb()
29 Xentoolcore__Active_Handle tc_ah;
20 static int all_restrict_cb(Xentoolcore__Active_Handle *ah, domid_t domid) { in all_restrict_cb()
25 Xentoolcore__Active_Handle tc_ah;
26 static int all_restrict_cb(Xentoolcore__Active_Handle *ah, domid_t domid) { in all_restrict_cb()
59 Xentoolcore__Active_Handle tc_ah; /* for restrict */134 Xentoolcore__Active_Handle tc_ah; /* for restrict */232 static int all_restrict_cb(Xentoolcore__Active_Handle *ah, domid_t domid) { in all_restrict_cb()
Completed in 21 milliseconds