Lines Matching refs:DPF

60 #define	DPF(m)		if (debug) (void) fprintf m  macro
62 #define DPF(m) macro
251 DPF((stderr, "compare %s %hu with", dp_addr(a), a->sin_port)); in cmp_addr()
252 DPF((stderr, " %s %hu = %d\n", dp_addr(b), b->sin_port, rc)); in cmp_addr()
303 DPF((stderr, "send %d to %s port %hu\n", cmd, in send_lockmsg()
371 DPF((stderr, "daemon restarted on %s\n", in daemon_alive()
381 DPF((stderr, "new daemon on %s\n", dp_addr(daemon))); in daemon_alive()
421 DPF((stderr, "check for lock\n")); in check_for_write_lock()
485 DPF((stderr, "increment read lockers to %d\n", in try_lock()
497 DPF((stderr, "local locker, 1 lock holder\n")); in try_lock()
507 DPF((stderr, "local locker, take write lock\n")); in try_lock()
525 DPF((stderr, "remote locker, take write lock\n")); in try_lock()
537 DPF((stderr, "weird lock type held - %d\n", the_lock.type)); in try_lock()
762 DPF((stderr, "** UNLOCK **\n")); in xxunlock()
785 DPF((stderr, "decrement lockers from %d\n", in local_unlock()
817 DPF((stderr, "remote unlock from %s ", dp_addr(d))); in remote_unlock()
818 DPF((stderr, "when %s holds lock\n", dp_addr(&the_lock.holder))); in remote_unlock()
837 DPF((stderr, "lockby enquiry from %s ", dp_addr(d))); in lockedby()
859 DPF((stderr, "keepalive...\n")); in keepalive()
880 DPF((stderr, "lock owner died\n")); in keepalive()
954 DPF((stderr, "received message %d\n", message)); in dispatch()
955 DPF((stderr, "from %s port %hu\n", dp_addr(host), host->sin_port)); in dispatch()
962 DPF((stderr, "received ALIVE %s\n", dp_addr(host))); in dispatch()
966 DPF((stderr, "received UNLOCK\n")); in dispatch()
970 DPF((stderr, "received GRANTED\n")); in dispatch()
974 DPF((stderr, "received WRITE_LOCK\n")); in dispatch()
980 DPF((stderr, "received READ_LOCK\n")); in dispatch()
985 DPF((stderr, "received LOCK_WRITE\n")); in dispatch()
990 DPF((stderr, "received LOCK_NOTLOCKED\n")); in dispatch()
1015 DPF((stderr, "purge locks for %ld\n", pid)); in purge_pid()
1105 DPF((stderr, "daemon: %s\t%s\n", in build_daemon_list()
1108 DPF((stderr, "is an alias for this host, skipping\n")); in build_daemon_list()
1252 DPF((stderr, "Can't open pid file\n")); in init()
1267 DPF((stderr, "Can't open pid file\n")); in init()
1294 DPF((stderr, "client process %ld still alive\n", pid)); in init()
1354 DPF((stderr, "begin recvfrom\n")); in lintmain()
1357 DPF((stderr, "end recvfrom rc = %d\n", rc)); in lintmain()