Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl.c710 int rc, ret, fdfl; in libxl__fd_flags_modify_save() local
712 fdfl = fcntl(fd, F_GETFL); in libxl__fd_flags_modify_save()
713 if (fdfl < 0) { in libxl__fd_flags_modify_save()
722 *r_oldflags = fdfl; in libxl__fd_flags_modify_save()
724 fdfl &= mask; in libxl__fd_flags_modify_save()
725 fdfl |= val; in libxl__fd_flags_modify_save()
727 LOG(DEBUG, "fnctl F_SETFL of fd %d to 0x%x", fd, fdfl); in libxl__fd_flags_modify_save()
729 ret = fcntl(fd, F_SETFL, fdfl); in libxl__fd_flags_modify_save()
742 int libxl__fd_flags_restore(libxl__gc *gc, int fd, int fdfl) in libxl__fd_flags_restore() argument
746 LOG(DEBUG, "fnctl F_SETFL of fd %d to 0x%x", fd, fdfl); in libxl__fd_flags_restore()
[all …]
A Dlibxl_domain.c481 flrc = libxl__fd_flags_restore(gc, dss->fd, dss->fdfl); in domain_suspend_cb()
516 &dss->fdfl); in libxl_domain_suspend()
A Dlibxl_internal.h3286 int fdfl; /* original flags on fd */ member

Completed in 18 milliseconds