Searched refs:nonblock (Results 1 – 3 of 3) sorted by relevance
| /xen/tools/libxl/ |
| A D | libxl.c | 751 int libxl_fd_set_nonblock(libxl_ctx *ctx, int fd, int nonblock) in libxl_fd_set_nonblock() argument 752 { return fd_set_flags(ctx,fd, F_GETFL,F_SETFL,"FL", O_NONBLOCK, nonblock); } in libxl_fd_set_nonblock()
|
| A D | libxl.h | 2677 int libxl_fd_set_nonblock(libxl_ctx *ctx, int fd, int nonblock);
|
| /xen/tools/xenstore/ |
| A D | xs.c | 158 static bool setnonblock(int fd, int nonblock) { in setnonblock() argument 163 if (nonblock) in setnonblock()
|
Completed in 11 milliseconds