Symbol: ostat
sys/dev/aic7xxx/aic79xx.c
7353
cam_status ostat;
sys/dev/aic7xxx/aic79xx.c
7356
ostat = aic_get_transaction_status(scb);
sys/dev/aic7xxx/aic79xx.c
7357
if (ostat == CAM_REQ_INPROG)
sys/dev/aic7xxx/aic79xx.c
7825
cam_status ostat;
sys/dev/aic7xxx/aic79xx.c
7827
ostat = aic_get_transaction_status(scbp);
sys/dev/aic7xxx/aic79xx.c
7828
if (ostat == CAM_REQ_INPROG)
sys/dev/aic7xxx/aic7xxx.c
5444
cam_status ostat;
sys/dev/aic7xxx/aic7xxx.c
5447
ostat = aic_get_transaction_status(scb);
sys/dev/aic7xxx/aic7xxx.c
5448
if (ostat == CAM_REQ_INPROG)
sys/dev/aic7xxx/aic7xxx.c
5556
cam_status ostat;
sys/dev/aic7xxx/aic7xxx.c
5559
ostat = aic_get_transaction_status(scb);
sys/dev/aic7xxx/aic7xxx.c
5560
if (ostat == CAM_REQ_INPROG)
sys/dev/aic7xxx/aic7xxx.c
5661
cam_status ostat;
sys/dev/aic7xxx/aic7xxx.c
5664
ostat = aic_get_transaction_status(scb);
sys/dev/aic7xxx/aic7xxx.c
5665
if (ostat == CAM_REQ_INPROG)
sys/dev/aic7xxx/aic7xxx.c
5963
cam_status ostat;
sys/dev/aic7xxx/aic7xxx.c
5965
ostat = aic_get_transaction_status(scbp);
sys/dev/aic7xxx/aic7xxx.c
5966
if (ostat == CAM_REQ_INPROG)
sys/dev/jme/if_jme.c
3296
struct jme_hw_stats *stat, *ostat;
sys/dev/jme/if_jme.c
3304
ostat = &sc->jme_ostats;
sys/dev/jme/if_jme.c
3322
stat->rx_good_frames += ostat->rx_good_frames;
sys/dev/jme/if_jme.c
3323
stat->rx_crc_errs += ostat->rx_crc_errs;
sys/dev/jme/if_jme.c
3324
stat->rx_mii_errs += ostat->rx_mii_errs;
sys/dev/jme/if_jme.c
3325
stat->rx_fifo_oflows += ostat->rx_fifo_oflows;
sys/dev/jme/if_jme.c
3326
stat->rx_desc_empty += ostat->rx_desc_empty;
sys/dev/jme/if_jme.c
3327
stat->rx_bad_frames += ostat->rx_bad_frames;
sys/dev/jme/if_jme.c
3328
stat->tx_good_frames += ostat->tx_good_frames;
sys/dev/jme/if_jme.c
3329
stat->tx_bad_frames += ostat->tx_bad_frames;
sys/kern/kern_descrip.c
1656
struct ostat *sb;
sys/kern/kern_descrip.c
1663
struct ostat oub;
sys/kern/vfs_syscalls.c
2308
struct ostat *ub;
sys/kern/vfs_syscalls.c
2315
struct ostat osb;
sys/kern/vfs_syscalls.c
2331
struct ostat *ub;
sys/kern/vfs_syscalls.c
2338
struct ostat osb;
sys/kern/vfs_syscalls.c
2354
cvtstat(struct stat *st, struct ostat *ost)
sys/sys/sysproto.h
2359
char ub_l_[PADL_(struct ostat *)]; struct ostat * ub; char ub_r_[PADR_(struct ostat *)];
sys/sys/sysproto.h
2363
char ub_l_[PADL_(struct ostat *)]; struct ostat * ub; char ub_r_[PADR_(struct ostat *)];
sys/sys/sysproto.h
2376
char sb_l_[PADL_(struct ostat *)]; struct ostat * sb; char sb_r_[PADR_(struct ostat *)];
sys/sys/sysproto.h
2497
int ostat(struct thread *, struct ostat_args *);
sys/sys/vnode.h
636
struct ostat;
sys/sys/vnode.h
704
void cvtstat(struct stat *st, struct ostat *ost);