Searched refs:ERR_INCOMPLETE (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq.h48 #define ERR_INCOMPLETE 257 macro
H A Dntpq.c1009 "ERR_INCOMPLETE: Received fragments:\n");
1023 return ERR_INCOMPLETE;
1132 return ERR_INCOMPLETE;
1450 case ERR_INCOMPLETE:
1533 if (!done && (res == ERR_TIMEOUT || res == ERR_INCOMPLETE)) {
1534 if (res == ERR_INCOMPLETE) {
H A Dntpq-subs.c2669 } else if (ERR_INCOMPLETE == qres ||
/freebsd-12-stable/sys/dev/vx/
H A Dif_vx.c524 if ((CSR_READ_2(sc, VX_W1_RX_STATUS) & ERR_INCOMPLETE) == 0) {
554 * FIFOS_RX_OVERRUN and the status bit ERR_INCOMPLETE are set
707 if (len & ERR_INCOMPLETE)
725 if (len & ERR_INCOMPLETE)
794 if (len & ERR_INCOMPLETE) {
H A Dif_vxreg.h325 #define ERR_INCOMPLETE (u_short) (0x8000) macro
/freebsd-12-stable/contrib/ntp/ntpdc/
H A Dntpdc.c218 #define ERR_INCOMPLETE 16 macro
686 return ERR_INCOMPLETE;
1083 case ERR_INCOMPLETE:

Completed in 198 milliseconds