Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dosdep.c237 static int qemu_lock_fcntl(int fd, int64_t start, int64_t len, int fl_type) in qemu_lock_fcntl() function
253 return qemu_lock_fcntl(fd, start, len, exclusive ? F_WRLCK : F_RDLCK); in qemu_lock_fd()
258 return qemu_lock_fcntl(fd, start, len, F_UNLCK); in qemu_unlock_fd()