Home
last modified time | relevance | path

Searched refs:buf_fd (Results 1 – 3 of 3) sorted by relevance

/xen/tools/libs/call/
A Dlinux.c69 xcall->buf_fd = fd; in osdep_xencall_open()
76 if ( xcall->buf_fd >= 0 ) in osdep_xencall_close()
77 close(xcall->buf_fd); in osdep_xencall_close()
93 xcall->buf_fd, 0); in alloc_pages_bufdev()
153 if ( xcall->buf_fd >= 0 ) in osdep_alloc_pages()
165 if ( xcall->buf_fd < 0 ) in osdep_free_pages()
178 return xcall->buf_fd >= 0; in xencall_buffers_never_fault()
A Dcore.c24 rc = xentoolcore__restrict_by_dup2_null(xcall->buf_fd); in all_restrict_cb()
42 xcall->buf_fd = -1; in xencall_open()
A Dprivate.h27 int buf_fd; /* any >= 0 -1 */ member

Completed in 3 milliseconds