Searched refs:fdfl (Results 1 – 3 of 3) sorted by relevance
| /tools/libs/light/ |
| A D | libxl.c | 712 int rc, ret, fdfl; in libxl__fd_flags_modify_save() local 714 fdfl = fcntl(fd, F_GETFL); in libxl__fd_flags_modify_save() 715 if (fdfl < 0) { in libxl__fd_flags_modify_save() 724 *r_oldflags = fdfl; in libxl__fd_flags_modify_save() 726 fdfl &= mask; in libxl__fd_flags_modify_save() 727 fdfl |= val; in libxl__fd_flags_modify_save() 729 LOG(DEBUG, "fnctl F_SETFL of fd %d to 0x%x", fd, fdfl); in libxl__fd_flags_modify_save() 731 ret = fcntl(fd, F_SETFL, fdfl); in libxl__fd_flags_modify_save() 744 int libxl__fd_flags_restore(libxl__gc *gc, int fd, int fdfl) in libxl__fd_flags_restore() argument 748 LOG(DEBUG, "fnctl F_SETFL of fd %d to 0x%x", fd, fdfl); in libxl__fd_flags_restore() [all …]
|
| A D | libxl_domain.c | 497 flrc = libxl__fd_flags_restore(gc, dss->fd, dss->fdfl); in domain_suspend_cb() 532 &dss->fdfl); in libxl_domain_suspend()
|
| A D | libxl_internal.h | 3579 int fdfl; /* original flags on fd */ member
|
Completed in 22 milliseconds