Home
last modified time | relevance | path

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

/NextBSD/sys/dev/jme/
HDif_jme.c3333 struct jme_hw_stats *stat, *ostat; in jme_stats_update() local
3341 ostat = &sc->jme_ostats; in jme_stats_update()
3359 stat->rx_good_frames += ostat->rx_good_frames; in jme_stats_update()
3360 stat->rx_crc_errs += ostat->rx_crc_errs; in jme_stats_update()
3361 stat->rx_mii_errs += ostat->rx_mii_errs; in jme_stats_update()
3362 stat->rx_fifo_oflows += ostat->rx_fifo_oflows; in jme_stats_update()
3363 stat->rx_desc_empty += ostat->rx_desc_empty; in jme_stats_update()
3364 stat->rx_bad_frames += ostat->rx_bad_frames; in jme_stats_update()
3365 stat->tx_good_frames += ostat->tx_good_frames; in jme_stats_update()
3366 stat->tx_bad_frames += ostat->tx_bad_frames; in jme_stats_update()
/NextBSD/sys/sys/
HDstat.h103 struct ostat { struct
HDvnode.h596 struct ostat;
623 void cvtstat(struct stat *st, struct ostat *ost);
HDsysproto.h2526 char ub_l_[PADL_(struct ostat *)]; struct ostat * ub; char ub_r_[PADR_(struct ostat *)];
2530 char ub_l_[PADL_(struct ostat *)]; struct ostat * ub; char ub_r_[PADR_(struct ostat *)];
2543 char sb_l_[PADL_(struct ostat *)]; struct ostat * sb; char sb_r_[PADR_(struct ostat *)];
2646 int ostat(struct thread *, struct ostat_args *);
/NextBSD/sys/dev/aic7xxx/
HDaic7xxx.c5487 cam_status ostat; in ahc_search_qinfifo() local
5490 ostat = aic_get_transaction_status(scb); in ahc_search_qinfifo()
5491 if (ostat == CAM_REQ_INPROG) in ahc_search_qinfifo()
5599 cam_status ostat; in ahc_search_qinfifo() local
5602 ostat = aic_get_transaction_status(scb); in ahc_search_qinfifo()
5603 if (ostat == CAM_REQ_INPROG) in ahc_search_qinfifo()
5707 cam_status ostat; in ahc_search_untagged_queues() local
5710 ostat = aic_get_transaction_status(scb); in ahc_search_untagged_queues()
5711 if (ostat == CAM_REQ_INPROG) in ahc_search_untagged_queues()
6010 cam_status ostat; in ahc_abort_scbs() local
[all …]
HDaic79xx.c7414 cam_status ostat; in ahd_done_with_status() local
7417 ostat = aic_get_transaction_status(scb); in ahd_done_with_status()
7418 if (ostat == CAM_REQ_INPROG) in ahd_done_with_status()
7890 cam_status ostat; in ahd_abort_scbs() local
7892 ostat = aic_get_transaction_status(scbp); in ahd_abort_scbs()
7893 if (ostat == CAM_REQ_INPROG) in ahd_abort_scbs()
/NextBSD/sys/kern/
HDvfs_syscalls.c2017 struct ostat *ub;
2021 ostat(td, uap) in ostat() function
2029 struct ostat osb;
2046 struct ostat *ub;
2058 struct ostat osb;
2075 struct ostat *ost;
HDkern_descrip.c1285 struct ostat *sb;
1292 struct ostat oub; in ofstat()
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_proto.h857 char ub_l_[PADL_(struct ostat *)]; struct ostat * ub; char ub_r_[PADR_(struct ostat *)];