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

/freebsd-current/sys/dev/mii/
H A Dbrgphy.c494 int aux, bmcr, bmsr, val, xstat; local
521 xstat = PHY_READ(sc, BRGPHY_MII_1000STS);
550 (xstat & BRGPHY_1000STS_MSR) != 0)
574 xstat = PHY_READ(sc, BRGPHY_5708S_PG0_1000X_STAT1);
577 switch (xstat & BRGPHY_5708S_PG0_1000X_STAT1_SPEED_MASK) {
589 if (xstat & BRGPHY_5708S_PG0_1000X_STAT1_FDX)
596 xstat = PHY_READ(sc, BRGPHY_GP_STATUS_TOP_ANEG_STATUS);
602 switch (xstat & BRGPHY_GP_STATUS_TOP_ANEG_SPEED_MASK) {
614 if (xstat & BRGPHY_GP_STATUS_TOP_ANEG_FDX)
/freebsd-current/contrib/sendmail/src/
H A Dmci.c571 ** xstat -- the exit status code.
580 mci_setstat(mci, xstat, dstat, rstat)
582 int xstat;
587 if (xstat != EX_NOTSTICKY && xstat != EX_PROTOCOL)
588 mci->mci_exitstat = xstat;
H A Dusersmtp.c2661 int xstat; local
2861 xstat = EX_NOTSTICKY;
2865 rstat = xstat = EX_TEMPFAIL;
2867 rstat = xstat = EX_OK;
2869 rstat = xstat = EX_PROTOCOL;
2874 mci_setstat(mci, xstat, ENHSCN(enhsc, smtptodsn(r)),
2938 int status, xstat; local
2948 xstat = EX_NOTSTICKY;
2952 status = xstat = EX_OK;
2954 status = xstat
[all...]
H A Dmap.c2078 auto int xstat; local
2082 (char **) NULL, &xstat);
/freebsd-current/lib/libc/xdr/
H A Dxdr_rec.c437 enum xprt_stat xstat; local
440 if (__xdrrec_getrec(xdrs, &xstat, FALSE)) {
445 xstat == XPRT_MOREREQS) {
/freebsd-current/sys/dev/qlxgbe/
H A Dql_hw.c2160 q80_xmt_stats_t *xstat; local
2236 xstat = (q80_xmt_stats_t *)&stat_rsp->u.xmt;
2237 bcopy(xstat, &ha->hw.xmt[i], sizeof(q80_xmt_stats_t));

Completed in 171 milliseconds