Searched refs:device_stats (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_ch.c152 struct devstat *device_stats; member in struct:ch_softc
318 devstat_remove_entry(softc->device_stats);
414 softc->device_stats = devstat_new_entry("ch",
931 softc->device_stats);
994 softc->device_stats);
1040 softc->device_stats);
1282 softc->device_stats);
1350 softc->device_stats);
1456 softc->device_stats);
1543 softc->device_stats);
[all...]
H A Dscsi_pt.c80 struct devstat *device_stats; member in struct:pt_softc
286 softc->device_stats = devstat_new_entry("pt",
345 devstat_remove_entry(softc->device_stats);
439 devstat_start_transaction_bio(softc->device_stats, bp);
554 biofinish(bp, softc->device_stats, 0);
H A Dscsi_sa.c218 struct devstat *device_stats; member in struct:sa_softc
1390 devstat_remove_entry(softc->device_stats);
1503 softc->device_stats = devstat_new_entry("sa", periph->unit_number, 0,
1704 devstat_start_transaction_bio(softc->device_stats, bp);
1844 biofinish(bp, softc->device_stats, 0);
1891 softc->device_stats);
1897 softc->device_stats);
1918 softc->device_stats);
1940 softc->device_stats);
1949 softc->device_stats);
[all...]
H A Dscsi_pass.c81 struct devstat *device_stats; member in struct:pass_softc
219 devstat_remove_entry(softc->device_stats);
381 softc->device_stats = devstat_new_entry("pass",
733 softc->device_stats);
H A Dscsi_sg.c103 struct devstat *device_stats; member in struct:sg_softc
250 devstat_remove_entry(softc->device_stats);
337 softc->device_stats = devstat_new_entry("sg",
421 devstat_end_transaction(softc->device_stats,
966 softc->device_stats);
979 devstat_start_transaction(softc->device_stats, NULL);
H A Dscsi_targ_bh.c89 struct devstat device_stats; member in struct:targbh_softc
H A Dscsi_target.c98 struct devstat device_stats; member in struct:targ_softc
/freebsd-9.3-release/sys/dev/nxge/include/
H A Dxgehal-mgmt.h116 xge_hal_mgmt_device_stats_t *device_stats, int size);
/freebsd-9.3-release/sys/pc98/cbus/
H A Dfdc.c251 struct devstat *device_stats; member in struct:fd_data
1066 fd->device_stats = devstat_new_entry(device_get_name(dev),
1080 devstat_remove_entry(fd->device_stats);
1501 devstat_start_transaction_bio(fd->device_stats, bp);
2182 biofinish(bp, fd->device_stats, 0);
2343 biofinish(bp, fdc->fd->device_stats, 0);
/freebsd-9.3-release/sys/dev/nxge/xgehal/
H A Dxgehal-mgmt.c428 * @device_stats: HAL device "soft" statistics. Maintained by HAL itself.
433 * @size: Size of the @device_stats buffer. HAL will return an error
446 xge_hal_mgmt_device_stats_t *device_stats, int size)
465 xge_os_memcpy(device_stats, device_info,
445 xge_hal_mgmt_device_stats(xge_hal_device_h devh, xge_hal_mgmt_device_stats_t *device_stats, int size) argument

Completed in 174 milliseconds