Home
last modified time | relevance | path

Searched refs:ostat (Results 1 – 8 of 8) sorted by relevance

/freebsd-14-stable/sys/dev/jme/
HDif_jme.c3301 struct jme_hw_stats *stat, *ostat; in jme_stats_update() local
3309 ostat = &sc->jme_ostats; in jme_stats_update()
3327 stat->rx_good_frames += ostat->rx_good_frames; in jme_stats_update()
3328 stat->rx_crc_errs += ostat->rx_crc_errs; in jme_stats_update()
3329 stat->rx_mii_errs += ostat->rx_mii_errs; in jme_stats_update()
3330 stat->rx_fifo_oflows += ostat->rx_fifo_oflows; in jme_stats_update()
3331 stat->rx_desc_empty += ostat->rx_desc_empty; in jme_stats_update()
3332 stat->rx_bad_frames += ostat->rx_bad_frames; in jme_stats_update()
3333 stat->tx_good_frames += ostat->tx_good_frames; in jme_stats_update()
3334 stat->tx_bad_frames += ostat->tx_bad_frames; in jme_stats_update()
/freebsd-14-stable/sys/sys/
HDstat.h104 struct ostat { struct
HDsysproto.h2313 char ub_l_[PADL_(struct ostat *)]; struct ostat * ub; char ub_r_[PADR_(struct ostat *)];
2317 char ub_l_[PADL_(struct ostat *)]; struct ostat * ub; char ub_r_[PADR_(struct ostat *)];
2330 char sb_l_[PADL_(struct ostat *)]; struct ostat * sb; char sb_r_[PADR_(struct ostat *)];
2451 int ostat(struct thread *, struct ostat_args *);
HDvnode.h630 struct ostat;
697 void cvtstat(struct stat *st, struct ostat *ost);
/freebsd-14-stable/sys/dev/aic7xxx/
HDaic7xxx.c5460 cam_status ostat; in ahc_search_qinfifo() local
5463 ostat = aic_get_transaction_status(scb); in ahc_search_qinfifo()
5464 if (ostat == CAM_REQ_INPROG) in ahc_search_qinfifo()
5572 cam_status ostat; in ahc_search_qinfifo() local
5575 ostat = aic_get_transaction_status(scb); in ahc_search_qinfifo()
5576 if (ostat == CAM_REQ_INPROG) in ahc_search_qinfifo()
5677 cam_status ostat; in ahc_search_untagged_queues() local
5680 ostat = aic_get_transaction_status(scb); in ahc_search_untagged_queues()
5681 if (ostat == CAM_REQ_INPROG) in ahc_search_untagged_queues()
5979 cam_status ostat; in ahc_abort_scbs() local
[all …]
HDaic79xx.c7369 cam_status ostat; in ahd_done_with_status() local
7372 ostat = aic_get_transaction_status(scb); in ahd_done_with_status()
7373 if (ostat == CAM_REQ_INPROG) in ahd_done_with_status()
7841 cam_status ostat; in ahd_abort_scbs() local
7843 ostat = aic_get_transaction_status(scbp); in ahd_abort_scbs()
7844 if (ostat == CAM_REQ_INPROG) in ahd_abort_scbs()
/freebsd-14-stable/sys/kern/
HDvfs_syscalls.c2218 struct ostat *ub;
2222 ostat(struct thread *td, struct ostat_args *uap) in ostat() function
2225 struct ostat osb; in ostat()
2241 struct ostat *ub;
2248 struct ostat osb; in olstat()
2264 cvtstat(struct stat *st, struct ostat *ost) in cvtstat()
HDkern_descrip.c1548 struct ostat *sb;
1555 struct ostat oub; in ofstat()