Searched refs:fl (Results 1 – 3 of 3) sorted by relevance
| /tools/libs/guest/ |
| A D | xg_suspend.c | 48 struct flock fl; in lock_suspend_event() local 66 memset(&fl, 0, sizeof(fl)); in lock_suspend_event() 67 fl.l_type = F_WRLCK; in lock_suspend_event() 68 fl.l_whence = SEEK_SET; in lock_suspend_event() 69 fl.l_len = 1; in lock_suspend_event() 70 r = fcntl(fd, F_SETLK, &fl); in lock_suspend_event()
|
| /tools/xl/ |
| A D | xl_vmcontrol.c | 605 struct flock fl; in acquire_lock() local 611 fl.l_type = F_WRLCK; in acquire_lock() 612 fl.l_whence = SEEK_SET; in acquire_lock() 613 fl.l_start = 0; in acquire_lock() 614 fl.l_len = 0; in acquire_lock() 626 rc = fcntl(fd_lock, F_SETLKW, &fl); in acquire_lock() 640 struct flock fl; in release_lock() local 647 fl.l_type = F_UNLCK; in release_lock() 648 fl.l_whence = SEEK_SET; in release_lock() 649 fl.l_start = 0; in release_lock() [all …]
|
| /tools/libs/light/ |
| A D | libxl.c | 674 int fcntlgetop, int fcntlsetop, const char *fl, in fd_set_flags() argument 682 LOGE(ERROR, "fcntl(,F_GET%s) failed", fl); in fd_set_flags() 694 LOGE(ERROR, "fcntl(,F_SET%s) failed", fl); in fd_set_flags()
|
Completed in 10 milliseconds