Searched refs:_handle (Results 1 – 2 of 2) sorted by relevance
83 #define ELF_HANDLE_DECL(structname) structname##_handle93 } structname##_handle;99 #define ELF_MAKE_HANDLE(structname, ptrval) ((structname##_handle){ ptrval })
575 static int close_xc_handle(void *_handle) in close_xc_handle() argument577 xc_interface_close(*(xc_interface**)_handle); in close_xc_handle()581 static int close_xgt_handle(void *_handle) in close_xgt_handle() argument583 xengnttab_close(*(xengnttab_handle **)_handle); in close_xgt_handle()
Completed in 5 milliseconds