Home
last modified time | relevance | path

Searched refs:stat1 (Results 1 – 13 of 13) sorted by relevance

/freebsd-9-stable/sys/dev/ata/
Data-lowlevel.c477 u_int8_t ostat0 = 0, stat0 = 0, ostat1 = 0, stat1 = 0; in ata_generic_reset() local
498 stat1 = ATA_S_BUSY; in ata_generic_reset()
556 if ((mask & 0x02) && (stat1 & ATA_S_BUSY) && in ata_generic_reset()
561 stat1 = ATA_IDX_INL(ch, ATA_STATUS) & 0xff; in ata_generic_reset()
563 stat1 = ATA_IDX_INB(ch, ATA_STATUS); in ata_generic_reset()
570 stat1, err, lsb, msb); in ata_generic_reset()
571 if (stat1 == err && lsb == err && msb == err && in ata_generic_reset()
572 timeout > (stat1 & ATA_S_BUSY ? 100 : 10)) in ata_generic_reset()
574 if (!(stat1 & ATA_S_BUSY)) { in ata_generic_reset()
579 else if (lsb == 0 && msb == 0 && (stat1 & ATA_S_READY)) { in ata_generic_reset()
[all …]
/freebsd-9-stable/contrib/one-true-awk/
Dawkgram.y318 $$ = stat1(BREAK, NIL); }
320 $$ = stat1(CONTINUE, NIL); }
323 | EXIT pattern st { $$ = stat1(EXIT, $2); }
324 | EXIT st { $$ = stat1(EXIT, NIL); }
331 $$ = stat1(NEXT, NIL); }
334 $$ = stat1(NEXTFILE, NIL); }
335 | RETURN pattern st { $$ = stat1(RETURN, $2); }
336 | RETURN st { $$ = stat1(RETURN, NIL); }
Dproto.h79 extern Node *stat1(int, Node *);
Dparse.c96 Node *stat1(int a, Node *b) in stat1() function
/freebsd-9-stable/sys/contrib/octeon-sdk/
Dcvmx-pip.h337 cvmx_pip_stat1_prtx_t stat1; in cvmx_pip_get_port_status() local
357 stat1.u64 = cvmx_read_csr(CVMX_PIP_XSTAT1_PRTX(port_num)); in cvmx_pip_get_port_status()
370 stat1.u64 = cvmx_read_csr(CVMX_PIP_STAT1_PRTX(port_num)); in cvmx_pip_get_port_status()
386 status->octets = stat1.s.octs; in cvmx_pip_get_port_status()
Dcvmx-spxx-defs.h293 uint64_t stat1 : 1; /**< Bist Results/No Repair (Rx calendar table) member
299 uint64_t stat1 : 1;
Dcvmx-spi.c251 if (spxx_bist_stat.s.stat1) in cvmx_spi_reset_cb()
/freebsd-9-stable/sys/dev/cxgb/common/
Dcxgb_ael1002.c290 unsigned int stat0, stat1, stat2; in get_link_status_r() local
294 err = mdio_read(phy, MDIO_DEV_PCS, PCS_STAT1_R, &stat1); in get_link_status_r()
301 stat1 &= 1; in get_link_status_r()
303 if (stat0 & stat1 & stat2) in get_link_status_r()
305 else if (stat0 == 1 && stat1 == 0 && stat2 == 1) in get_link_status_r()
2167 unsigned int stat0, stat1, stat2; in get_link_status_x() local
2171 err = mdio_read(phy, MDIO_DEV_PCS, PCS_STAT1_X, &stat1); in get_link_status_x()
2176 if ((stat0 & (stat1 >> 12) & (stat2 >> 12)) & 1) in get_link_status_x()
/freebsd-9-stable/usr.bin/systat/
Diostat.c91 static void stat1(int, int);
275 stat1(row++, i); in showiostat()
346 stat1(int row, int o) in stat1() function
/freebsd-9-stable/contrib/ntp/ntpd/
Drefclock_oncore.c600 struct stat stat1, stat2; in oncore_start() local
672 if (stat(device1, &stat1)) { in oncore_start()
698 if ((stat1.st_dev == stat2.st_dev) && (stat1.st_ino == stat2.st_ino)) /* same device here */ in oncore_start()
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Darc.c468 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \ argument
471 ARCSTAT_BUMP(arcstat_##stat1##_##stat2##_##stat); \
473 ARCSTAT_BUMP(arcstat_##stat1##_##notstat2##_##stat); \
/freebsd-9-stable/sys/dev/cxgbe/firmware/
Dt4fw_interface.h5527 __be64 stat1; member
6250 __be64 stat1; member
6367 __be64 stat1; member
7374 __be64 stat1; member
/freebsd-9-stable/sys/dev/bwn/
Dif_bwn.c8782 uint32_t stat0, stat1; in bwn_intr_txeof() local
8791 stat1 = BWN_READ_4(mac, BWN_XMITSTAT_1); in bwn_intr_txeof()
8794 stat.seq = (stat1 & 0x0000ffff); in bwn_intr_txeof()
8795 stat.phy_stat = ((stat1 & 0x00ff0000) >> 16); in bwn_intr_txeof()