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.c3296 struct jme_hw_stats *stat, *ostat; in jme_stats_update() local
3304 ostat = &sc->jme_ostats; in jme_stats_update()
3322 stat->rx_good_frames += ostat->rx_good_frames; in jme_stats_update()
3323 stat->rx_crc_errs += ostat->rx_crc_errs; in jme_stats_update()
3324 stat->rx_mii_errs += ostat->rx_mii_errs; in jme_stats_update()
3325 stat->rx_fifo_oflows += ostat->rx_fifo_oflows; in jme_stats_update()
3326 stat->rx_desc_empty += ostat->rx_desc_empty; in jme_stats_update()
3327 stat->rx_bad_frames += ostat->rx_bad_frames; in jme_stats_update()
3328 stat->tx_good_frames += ostat->tx_good_frames; in jme_stats_update()
3329 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.h2359 char ub_l_[PADL_(struct ostat *)]; struct ostat * ub; char ub_r_[PADR_(struct ostat *)];
2363 char ub_l_[PADL_(struct ostat *)]; struct ostat * ub; char ub_r_[PADR_(struct ostat *)];
2376 char sb_l_[PADL_(struct ostat *)]; struct ostat * sb; char sb_r_[PADR_(struct ostat *)];
2497 int ostat(struct thread *, struct ostat_args *);
H A Dvnode.h632 struct ostat;
700 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.c2311 struct ostat *ub;
2315 ostat(struct thread *td, struct ostat_args *uap) in ostat() function
2318 struct ostat osb; in ostat()
2334 struct ostat *ub;
2341 struct ostat osb; in olstat()
2357 cvtstat(struct stat *st, struct ostat *ost) in cvtstat()
H A Dkern_descrip.c1656 struct ostat *sb;
1663 struct ostat oub; in ofstat()