Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/rpc.lockd/
H A Dlockd_lock.c582 do_unlock(struct file_lock *rfl) in do_unlock() argument
589 if (close(rfl->fd) < 0) { in do_unlock()
594 if ((rfl->flags & LOCK_V4) == 0) in do_unlock()
598 rfl->client_name, strerror(errno)); in do_unlock()
600 error = (rfl->flags & LOCK_V4) ? in do_unlock()
603 LIST_REMOVE(rfl, lcklst); in do_unlock()
609 memcmp(&rfl->filehandle, &fl->filehandle, in do_unlock()
/dragonfly/games/backgammon/backgammon/
H A Dmain.c121 if ((rfl = rflag) != 0) { in main()
503 if (rfl && cturn) { in main()
/dragonfly/games/backgammon/common_source/
H A Dinit.c57 int rfl = 0; variable
H A Dback.h92 extern int rfl; /* saved value of rflag */
H A Dsubs.c219 if (rfl) { in quit()