Searched refs:msgb (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/ntp/include/
H A Dadjtime.h50 } msgb; member in union:__anon5266
/freebsd-current/contrib/ntp/libntp/
H A Dadjtime.c226 msgp->msgb.mtype = CLIENT;
227 msgp->msgb.tv = *delta;
229 msgp->msgb.code = DELTA2;
231 msgp->msgb.code = DELTA1;
242 *olddelta = msgp->msgb.tv;
H A Da_md5encrypt.c207 robuffT msgb = { pkt, length }; local
210 dlen = make_mac(&digb, type, &keyb, &msgb);
239 robuffT msgb = { pkt, length }; local
242 dlen = make_mac(&digb, type, &keyb, &msgb);
/freebsd-current/contrib/ntp/adjtimed/
H A Dadjtimed.c226 switch (msg.msgb.code) {
229 AdjustClockRate(&msg.msgb.tv, &remains);
231 if (msg.msgb.code == DELTA2) {
232 msg.msgb.tv = remains;
233 msg.msgb.mtype = SERVER;
256 fprintf(stderr, "adjtimed: unknown message code %d\n", msg.msgb.code);
257 msyslog(LOG_ERR, "unknown message code %d", msg.msgb.code);
/freebsd-current/usr.bin/quota/
H A Dquota.c270 const char *msgi, *msgb; local
294 msgb = NULL;
298 msgb = "Block limit reached on";
304 msgb = "In block grace period on";
306 msgb = "Over block quota on";
319 if ((msgi != NULL || msgb != NULL) &&
324 if (msgb != NULL)
325 printf("\t%s %s\n", msgb, qup->fsname);
342 printf("%c", (msgb == NULL) ? ' ' : '*');
349 (msgb
[all...]
/freebsd-current/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in363 msgb = '[%s] [%s]%s\n' % (self.result.runtime, self.result.result, rer)
364 pad = ' ' * (80 - (len(msga) + len(msgb)))
365 result_line = msga + pad + msgb
/freebsd-current/contrib/sendmail/include/sm/
H A Dconf.h2387 typedef struct msgb mblk_t;

Completed in 202 milliseconds