Lines Matching refs:remote_daemon
116 struct lockdaemon *remote_daemon; member
259 return ((the_lock.nholders > 0) && the_lock.remote_daemon != NULL && in addr_is_holder()
260 (order == the_lock.remote_daemon->order)); in addr_is_holder()
393 if (the_lock.type == LOCK_WRITE && the_lock.remote_daemon == NULL) in daemon_alive()
448 if (the_lock.remote_daemon == NULL && in lock_granted()
464 the_lock.remote_daemon != NULL)) { in lock_granted()
502 the_lock.remote_daemon = NULL; in try_lock()
521 the_lock.remote_daemon = NULL; in try_lock()
529 the_lock.remote_daemon = in try_lock()
655 the_lock.remote_daemon); in lock_stat()
713 if (the_lock.remote_daemon == NULL && in local_lock()
763 the_lock.remote_daemon = NULL; in xxunlock()
878 if (the_lock.remote_daemon) { in keepalive()
879 if (lockdaemon_dead(the_lock.remote_daemon)) { in keepalive()
881 the_lock.remote_daemon->up = 0; in keepalive()
899 (void) printf(" hold addr : %s\n", the_lock.remote_daemon? in keepalive()
900 dp_addr(the_lock.remote_daemon): "0.0.0.0"); in keepalive()
929 the_lock.remote_daemon == NULL) in keepalive()
1366 the_lock.remote_daemon == NULL) in lintmain()