Searched refs:MT_REMOTE (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.bin/rdistd/ |
| D | server.c | 302 message(MT_REMOTE|MT_NOTICE, in removefile() 336 message(MT_REMOTE|MT_WARNING, in removefile() 349 message(MT_REMOTE|MT_WARNING, in removefile() 371 message(MT_CHANGE|MT_REMOTE, "%s: removed", target); in removefile() 379 message(MT_NOTICE|MT_REMOTE, "%s: removed", target); in removefile() 418 message(MT_REMOTE|MT_WARNING, "%s/%s: Name too long", in doclean() 429 message(MT_REMOTE|MT_WARNING, "%s: lstat failed: %s", in doclean() 442 message(MT_REMOTE|MT_INFO, "%s: need to remove", in doclean() 840 message(MT_REMOTE|MT_INFO, "%s: need to update", in recvfile() 945 message(MT_REMOTE|MT_CHANGE, "%s: updated", target); in recvfile() [all …]
|
| /openbsd/src/usr.bin/rdist/ |
| D | types.h | 60 #define MT_REMOTE 0x0400 /* Ensure msg to remote */ macro
|
| D | message.c | 339 case MT_REMOTE: cmd = C_LOGMSG; break; in msgsendstdout() 534 } else if (isserver && IS_ON(flags, MT_REMOTE)) in _message() 535 msgsendstdout(NULL, MT_REMOTE, flags, mbuf); in _message()
|