Home
last modified time | relevance | path

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

/freebsd/sys/dev/jme/
H A Dif_jme.c3328 struct jme_hw_stats *stat, *ostat; in jme_stats_update() local
3336 ostat = &sc->jme_ostats; in jme_stats_update()
3354 stat->rx_good_frames += ostat->rx_good_frames; in jme_stats_update()
3355 stat->rx_crc_errs += ostat->rx_crc_errs; in jme_stats_update()
3356 stat->rx_mii_errs += ostat->rx_mii_errs; in jme_stats_update()
3357 stat->rx_fifo_oflows += ostat->rx_fifo_oflows; in jme_stats_update()
3358 stat->rx_desc_empty += ostat->rx_desc_empty; in jme_stats_update()
3359 stat->rx_bad_frames += ostat->rx_bad_frames; in jme_stats_update()
3360 stat->tx_good_frames += ostat->tx_good_frames; in jme_stats_update()
3361 stat->tx_bad_frames += ostat->tx_bad_frames; in jme_stats_update()
/freebsd/sys/sys/
H A Dstat.h102 struct ostat { struct
H A Dsysproto.h2293 char ub_l_[PADL_(struct ostat *)]; struct ostat * ub; char ub_r_[PADR_(struct ostat *)];
2297 char ub_l_[PADL_(struct ostat *)]; struct ostat * ub; char ub_r_[PADR_(struct ostat *)];
2310 char sb_l_[PADL_(struct ostat *)]; struct ostat * sb; char sb_r_[PADR_(struct ostat *)];
2431 int ostat(struct thread *, struct ostat_args *);
H A Dvnode.h627 struct ostat;
694 void cvtstat(struct stat *st, struct ostat *ost);
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.c5444 cam_status ostat; in ahc_search_qinfifo() local
5447 ostat = aic_get_transaction_status(scb); in ahc_search_qinfifo()
5448 if (ostat == CAM_REQ_INPROG) in ahc_search_qinfifo()
5556 cam_status ostat; in ahc_search_qinfifo() local
5559 ostat = aic_get_transaction_status(scb); in ahc_search_qinfifo()
5560 if (ostat == CAM_REQ_INPROG) in ahc_search_qinfifo()
5661 cam_status ostat; in ahc_search_untagged_queues() local
5664 ostat = aic_get_transaction_status(scb); in ahc_search_untagged_queues()
5665 if (ostat == CAM_REQ_INPROG) in ahc_search_untagged_queues()
5963 cam_status ostat; in ahc_abort_scbs() local
[all …]
H A Daic79xx.c7353 cam_status ostat; in ahd_done_with_status() local
7356 ostat = aic_get_transaction_status(scb); in ahd_done_with_status()
7357 if (ostat == CAM_REQ_INPROG) in ahd_done_with_status()
7825 cam_status ostat; in ahd_abort_scbs() local
7827 ostat = aic_get_transaction_status(scbp); in ahd_abort_scbs()
7828 if (ostat == CAM_REQ_INPROG) in ahd_abort_scbs()
/freebsd/sys/kern/
H A Dvfs_syscalls.c2216 struct ostat *ub;
2220 ostat(struct thread *td, struct ostat_args *uap) in ostat() function
2223 struct ostat osb; in ostat()
2239 struct ostat *ub;
2246 struct ostat osb; in olstat()
2262 cvtstat(struct stat *st, struct ostat *ost) in cvtstat()
H A Dkern_descrip.c1549 struct ostat *sb;
1556 struct ostat oub; in ofstat()