Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Ddevicestat.h73 DEVSTAT_NO_DATA = 0x00, enumerator
/freebsd-13.1/lib/libdevstat/
H A Ddevstat.c1264 totaltransfersother = DELTA(operations, DEVSTAT_NO_DATA); in devstat_compute_statistics()
1289 totaldurationother = DELTA_T(duration[DEVSTAT_NO_DATA]); in devstat_compute_statistics()
/freebsd-13.1/sys/kern/
H A Dsubr_devstat.c378 flg = DEVSTAT_NO_DATA; in devstat_end_transaction_bio_bt()
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_pass.c947 CAM_DIR_NONE) ? DEVSTAT_NO_DATA : in passdone()
957 CAM_DIR_NONE) ? DEVSTAT_NO_DATA : in passdone()
981 DEVSTAT_TAG_NONE, DEVSTAT_NO_DATA, NULL, in passdone()
H A Dscsi_sg.c417 CAM_DIR_NONE) ? DEVSTAT_NO_DATA : in sgdone()
/freebsd-13.1/sys/cam/ctl/
H A Dctl_backend_block.c1244 beio->ds_trans_type = DEVSTAT_NO_DATA; in ctl_be_block_cw_dispatch_sync()
1430 beio->ds_trans_type = DEVSTAT_NO_DATA; in ctl_be_block_cr_dispatch()
/freebsd-13.1/sys/cam/
H A Dcam_periph.c1311 DEVSTAT_NO_DATA : (ccb->ccb_h.flags & CAM_DIR_OUT) ? in cam_periph_runccb()
/freebsd-13.1/sys/dev/xen/blkback/
H A Dblkback.c1631 reqlist->ds_trans_type = DEVSTAT_NO_DATA; in xbb_dispatch_io()