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

/freebsd-11.0-release/sys/dev/mii/
H A Dbrgphy.c487 int aux, bmcr, bmsr, val, xstat; local
514 xstat = PHY_READ(sc, BRGPHY_MII_1000STS);
543 (xstat & BRGPHY_1000STS_MSR) != 0)
567 xstat = PHY_READ(sc, BRGPHY_5708S_PG0_1000X_STAT1);
570 switch (xstat & BRGPHY_5708S_PG0_1000X_STAT1_SPEED_MASK) {
582 if (xstat & BRGPHY_5708S_PG0_1000X_STAT1_FDX)
589 xstat = PHY_READ(sc, BRGPHY_GP_STATUS_TOP_ANEG_STATUS);
595 switch (xstat & BRGPHY_GP_STATUS_TOP_ANEG_SPEED_MASK) {
607 if (xstat & BRGPHY_GP_STATUS_TOP_ANEG_FDX)
/freebsd-11.0-release/contrib/sendmail/src/
H A Dmci.c535 ** xstat -- the exit status code.
544 mci_setstat(mci, xstat, dstat, rstat)
546 int xstat;
551 if (xstat != EX_NOTSTICKY && xstat != EX_PROTOCOL)
552 mci->mci_exitstat = xstat;
H A Dusersmtp.c2521 int xstat; local
2736 xstat = EX_NOTSTICKY;
2740 rstat = xstat = EX_TEMPFAIL;
2742 rstat = xstat = EX_OK;
2744 rstat = xstat = EX_PROTOCOL;
2749 mci_setstat(mci, xstat, ENHSCN(enhsc, smtptodsn(r)),
2813 int status, xstat; local
2822 xstat = EX_NOTSTICKY;
2826 status = xstat = EX_OK;
2828 status = xstat
[all...]
H A Dmap.c1822 auto int xstat; local
1826 (char **) NULL, &xstat);
/freebsd-11.0-release/sys/dev/qlxgbe/
H A Dql_hw.c1299 qla_xmt_stats(qla_host_t *ha, q80_xmt_stats_t *xstat, int i) argument
1305 __func__, i, xstat->total_bytes);
1307 __func__, i, xstat->total_pkts);
1309 __func__, i, xstat->errors);
1311 __func__, i, xstat->pkts_dropped);
1313 __func__, i, xstat->switch_pkts);
1315 __func__, i, xstat->num_buffers);
1318 __func__, xstat->total_bytes);
1320 __func__, xstat->total_pkts);
1322 __func__, xstat
1494 q80_xmt_stats_t *xstat; local
1554 q80_xmt_stats_t *xstat; local
[all...]
/freebsd-11.0-release/lib/libc/xdr/
H A Dxdr_rec.c442 enum xprt_stat xstat; local
445 if (__xdrrec_getrec(xdrs, &xstat, FALSE)) {
450 xstat == XPRT_MOREREQS) {
/freebsd-11.0-release/sys/sparc64/pci/
H A Dschizo.c791 uint64_t afar, afsr, csr, iommu, xstat; local
804 xstat = SCHIZO_PCI_READ_8(sc, XMS_PCI_X_ERR_STAT);
806 xstat = 0;
833 if (xstat & (XMS_PCI_X_ERR_STAT_P_SC_DSCRD |
845 (unsigned long long)iommu, (unsigned long long)xstat, status);
854 SCHIZO_PCI_WRITE_8(sc, XMS_PCI_X_ERR_STAT, xstat);

Completed in 87 milliseconds