Searched refs:xstat (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/sys/dev/mii/ |
| D | brgphy.c | 490 int aux, bmcr, bmsr, val, xstat; in brgphy_status() local 517 xstat = PHY_READ(sc, BRGPHY_MII_1000STS); in brgphy_status() 546 (xstat & BRGPHY_1000STS_MSR) != 0) in brgphy_status() 570 xstat = PHY_READ(sc, BRGPHY_5708S_PG0_1000X_STAT1); in brgphy_status() 573 switch (xstat & BRGPHY_5708S_PG0_1000X_STAT1_SPEED_MASK) { in brgphy_status() 585 if (xstat & BRGPHY_5708S_PG0_1000X_STAT1_FDX) in brgphy_status() 592 xstat = PHY_READ(sc, BRGPHY_GP_STATUS_TOP_ANEG_STATUS); in brgphy_status() 598 switch (xstat & BRGPHY_GP_STATUS_TOP_ANEG_SPEED_MASK) { in brgphy_status() 610 if (xstat & BRGPHY_GP_STATUS_TOP_ANEG_FDX) in brgphy_status()
|
| /freebsd-12-stable/sys/sparc64/pci/ |
| D | schizo.c | 795 uint64_t afar, afsr, csr, iommu, xstat; in schizo_pci_bus() local 808 xstat = SCHIZO_PCI_READ_8(sc, XMS_PCI_X_ERR_STAT); in schizo_pci_bus() 810 xstat = 0; in schizo_pci_bus() 837 if (xstat & (XMS_PCI_X_ERR_STAT_P_SC_DSCRD | in schizo_pci_bus() 849 (unsigned long long)iommu, (unsigned long long)xstat, status); in schizo_pci_bus() 858 SCHIZO_PCI_WRITE_8(sc, XMS_PCI_X_ERR_STAT, xstat); in schizo_pci_bus()
|
| /freebsd-12-stable/contrib/sendmail/src/ |
| D | mci.c | 581 mci_setstat(mci, xstat, dstat, rstat) in mci_setstat() argument 583 int xstat; 588 if (xstat != EX_NOTSTICKY && xstat != EX_PROTOCOL) 589 mci->mci_exitstat = xstat;
|
| D | usersmtp.c | 2648 int xstat; local 2848 xstat = EX_NOTSTICKY; 2852 rstat = xstat = EX_TEMPFAIL; 2854 rstat = xstat = EX_OK; 2856 rstat = xstat = EX_PROTOCOL; 2861 mci_setstat(mci, xstat, ENHSCN(enhsc, smtptodsn(r)), 2925 int status, xstat; local 2934 xstat = EX_NOTSTICKY; 2938 status = xstat = EX_OK; 2940 status = xstat = EX_PROTOCOL; [all …]
|
| D | map.c | 1871 auto int xstat; local 1875 (char **) NULL, &xstat);
|
| /freebsd-12-stable/lib/libc/xdr/ |
| D | xdr_rec.c | 444 enum xprt_stat xstat; in xdrrec_skiprecord() local 447 if (__xdrrec_getrec(xdrs, &xstat, FALSE)) { in xdrrec_skiprecord() 452 xstat == XPRT_MOREREQS) { in xdrrec_skiprecord()
|
| /freebsd-12-stable/contrib/netbsd-tests/bin/ps/ |
| D | keywords | 123 xstat XSTAT
|
| /freebsd-12-stable/sys/dev/qlxgbe/ |
| D | ql_hw.c | 2182 q80_xmt_stats_t *xstat; in ql_get_stats() local 2258 xstat = (q80_xmt_stats_t *)&stat_rsp->u.xmt; in ql_get_stats() 2259 bcopy(xstat, &ha->hw.xmt[i], sizeof(q80_xmt_stats_t)); in ql_get_stats()
|
| /freebsd-12-stable/contrib/openbsm/etc/ |
| D | audit_event | 229 235:AUE_XSTAT:xstat(2):fa
|