Searched defs:xencall_handle (Results 1 – 2 of 2) sorted by relevance
20 struct xencall_handle { struct21 xentoollog_logger *logger, *logger_tofree;22 unsigned flags;26 int fd; /* any >= 0 >= 0 */27 int buf_fd; /* any >= 0 -1 */29 Xentoolcore__Active_Handle tc_ah;53 int osdep_xencall_open(xencall_handle *xcall); argument
31 typedef struct xencall_handle xencall_handle; typedef
Completed in 2 milliseconds