Searched refs:wmsg (Results 1 – 8 of 8) sorted by relevance
| /dflybsd-src/usr.sbin/dntpd/ |
| H A D | ntpreq.c | 98 struct ntp_msg wmsg; in udp_ntptimereq() local 109 bzero(&wmsg, sizeof(wmsg)); in udp_ntptimereq() 110 wmsg.status = LI_ALARM | MODE_CLIENT | (NTP_VERSION << 3); in udp_ntptimereq() 111 wmsg.ppoll = 4; in udp_ntptimereq() 112 wmsg.precision = -6; in udp_ntptimereq() 113 wmsg.rootdelay.int_parts = 1; in udp_ntptimereq() 114 wmsg.dispersion.int_parts = 1; in udp_ntptimereq() 115 wmsg.refid = 0; in udp_ntptimereq() 116 wmsg.xmttime.int_partl = time(NULL) + JAN_1970; in udp_ntptimereq() 117 wmsg.xmttime.fractionl = random(); in udp_ntptimereq() [all …]
|
| /dflybsd-src/usr.bin/dsynth/ |
| H A D | build.c | 68 static void dophase(worker_t *work, wmsg_t *wmsg, 74 static int mptylogpoll(int ptyfd, int fdlog, wmsg_t *wmsg, 1468 wmsg_t wmsg; in childBuilderThread() local 1566 status = ipcreadmsg(work->fds[0], &wmsg); in childBuilderThread() 1576 switch(wmsg.cmd) { in childBuilderThread() 1578 wmsg.cmd = WMSG_RES_INSTALL_PKGS; in childBuilderThread() 1579 wmsg.status = childInstallPkgDeps(work); in childBuilderThread() 1581 ipcwritemsg(work->fds[0], &wmsg); in childBuilderThread() 1585 work->phase = wmsg.phase; in childBuilderThread() 1586 work->lines = wmsg.lines; in childBuilderThread() [all …]
|
| H A D | dsynth.h | 347 typedef struct wmsg { struct
|
| /dflybsd-src/sys/netproto/802_11/ |
| H A D | README.DRAGONFLY | 78 int flags, const char *wmsg, int timo) 86 error = lksleep(wchan, appropriatelock, flags, wmsg, timo);
|
| /dflybsd-src/sys/vm/ |
| H A D | vm_page.h | 553 int also_m_busy, const char *wmsg VM_PAGE_DEBUG_ARGS);
|
| /dflybsd-src/usr.sbin/syslogd/ |
| H A D | syslogd.c | 1074 char line[MAXLINE + 1], repbuf[80], greetings[200], *wmsg = NULL; in fprintlog() local 1154 wmsg = strdup(msg); /* XXX iov_base needs a `const' sibling. */ in fprintlog() 1155 if (wmsg == NULL) { in fprintlog() 1159 v->iov_base = wmsg; in fprintlog() 1329 free(wmsg); in fprintlog()
|
| /dflybsd-src/crypto/openssh/ |
| H A D | packet.c | 962 const char *wmsg; in ssh_set_newkeys() local 1010 (wmsg = cipher_warning_message(*ccp)) != NULL) { in ssh_set_newkeys() 1011 error("Warning: %s", wmsg); in ssh_set_newkeys()
|
| /dflybsd-src/contrib/binutils-2.27/gas/doc/ |
| H A D | c-tic54x.texi | 417 @cindex @code{wmsg} directive, TIC54X 420 @itemx .wmsg @var{string}
|