Searched refs:nstatus (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntp_loopfilter.c191 sync_status(const char *what, int ostatus, int nstatus) argument
196 snprintb(nbuf, sizeof(nbuf), STA_FMT, nstatus);
199 snprintf(nbuf, sizeof(nbuf), "%04x", nstatus);
/freebsd-10.3-release/sys/dev/ctau/
H A Dctau.c140 #define nstatus(b) (inb(BSR3(b)) & BSR3_NSTATUS) macro
170 if (nstatus(port))
179 if (nstatus(port)) {
180 CTAU_DEBUG (("Bad nstatus, downloading aborted (bsr3=0x%x).\n", inb(BSR3(port))));
201 if (nstatus(port) == 0) {
202 CTAU_DEBUG (("Bad nstatus, %d bytes remaining.\n", bytes));
211 if (nstatus(port) == 0) {
212 CTAU_DEBUG (("Bad nstatus after confdone, %d bytes remaining (%d).\n",
/freebsd-10.3-release/sys/dev/amr/
H A Damr.c2135 u_int8_t nstatus; local
2148 while ((nstatus = sc->amr_mailbox->mb_nstatus) == 0xff)
2153 for (i = 0; i < nstatus; i++) {
2160 mbsave->mb_nstatus = nstatus;
2164 for (i = 0; i < nstatus; i++)

Completed in 68 milliseconds