Searched refs:xstat (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/mii/ |
H A D | brgphy.c | 494 int aux, bmcr, bmsr, val, xstat; in brgphy_status() local 521 xstat = PHY_READ(sc, BRGPHY_MII_1000STS); in brgphy_status() 550 (xstat & BRGPHY_1000STS_MSR) != 0) in brgphy_status() 574 xstat = PHY_READ(sc, BRGPHY_5708S_PG0_1000X_STAT1); in brgphy_status() 577 switch (xstat & BRGPHY_5708S_PG0_1000X_STAT1_SPEED_MASK) { in brgphy_status() 589 if (xstat & BRGPHY_5708S_PG0_1000X_STAT1_FDX) in brgphy_status() 596 xstat = PHY_READ(sc, BRGPHY_GP_STATUS_TOP_ANEG_STATUS); in brgphy_status() 602 switch (xstat & BRGPHY_GP_STATUS_TOP_ANEG_SPEED_MASK) { in brgphy_status() 614 if (xstat & BRGPHY_GP_STATUS_TOP_ANEG_FDX) in brgphy_status()
|
/freebsd/contrib/sendmail/src/ |
H A D | mci.c | 580 mci_setstat(mci, xstat, dstat, rstat) in mci_setstat() argument 582 int xstat; 587 if (xstat != EX_NOTSTICKY && xstat != EX_PROTOCOL) 588 mci->mci_exitstat = xstat;
|
H A D | usersmtp.c | 2661 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 = EX_PROTOCOL; [all …]
|
H A D | map.c | 2078 auto int xstat; local 2082 (char **) NULL, &xstat);
|
/freebsd/lib/libc/xdr/ |
H A D | xdr_rec.c | 437 enum xprt_stat xstat; in xdrrec_skiprecord() local 440 if (__xdrrec_getrec(xdrs, &xstat, FALSE)) { in xdrrec_skiprecord() 445 xstat == XPRT_MOREREQS) { in xdrrec_skiprecord()
|
/freebsd/contrib/netbsd-tests/bin/ps/ |
H A D | keywords | 123 xstat XSTAT
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_hw.c | 2160 q80_xmt_stats_t *xstat; in ql_get_stats() local 2236 xstat = (q80_xmt_stats_t *)&stat_rsp->u.xmt; in ql_get_stats() 2237 bcopy(xstat, &ha->hw.xmt[i], sizeof(q80_xmt_stats_t)); in ql_get_stats()
|
/freebsd/contrib/openbsm/etc/ |
H A D | audit_event | 226 235:AUE_XSTAT:xstat(2):fa
|