Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Ddevicestat.h71 DEVSTAT_NO_DATA = 0x00, enumerator
/freebsd-14.2/sys/kern/
H A Dsubr_devstat.c366 flg = DEVSTAT_NO_DATA; in devstat_end_transaction_bio_bt()
/freebsd-14.2/lib/libdevstat/
H A Ddevstat.c1262 totaltransfersother = DELTA(operations, DEVSTAT_NO_DATA); in devstat_compute_statistics()
1287 totaldurationother = DELTA_T(duration[DEVSTAT_NO_DATA]); in devstat_compute_statistics()
/freebsd-14.2/sys/cam/scsi/
H A Dscsi_pass.c945 CAM_DIR_NONE) ? DEVSTAT_NO_DATA : in passdone()
955 CAM_DIR_NONE) ? DEVSTAT_NO_DATA : in passdone()
979 DEVSTAT_TAG_NONE, DEVSTAT_NO_DATA, NULL, in passdone()
H A Dscsi_sg.c411 CAM_DIR_NONE) ? DEVSTAT_NO_DATA : in sgdone()
/freebsd-14.2/sys/cam/ctl/
H A Dctl_backend_block.c1326 beio->ds_trans_type = DEVSTAT_NO_DATA; in ctl_be_block_cw_dispatch_sync()
1512 beio->ds_trans_type = DEVSTAT_NO_DATA; in ctl_be_block_cr_dispatch()
/freebsd-14.2/sys/cam/
H A Dcam_periph.c1345 DEVSTAT_NO_DATA : (ccb->ccb_h.flags & CAM_DIR_OUT) ? in cam_periph_runccb()
/freebsd-14.2/sys/dev/xen/blkback/
H A Dblkback.c1546 reqlist->ds_trans_type = DEVSTAT_NO_DATA; in xbb_dispatch_io()