Searched refs:ds_start (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/usr.sbin/pmcstat/
H A Dpmcstat.c569 struct pmc_driverstats ds_start, ds_end; local
608 bzero(&ds_start, sizeof(ds_start));
1326 if (check_driver_stats && pmc_get_driver_stats(&ds_start) < 0)
1513 if (ds_start.pm_intr_bufferfull != ds_end.pm_intr_bufferfull &&
1519 ds_start.pm_intr_bufferfull,
1521 ds_start.pm_intr_bufferfull) != 1) ? "s" : ""
1523 if (ds_start.pm_buffer_requests_failed !=
1530 ds_start.pm_buffer_requests_failed,
1532 ds_start
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c3585 int ds_start = -1; /* argv idx of first dataset arg */ local
3614 if (ds_start > 0) {
3620 } else if (ds_start < 0) {
3621 ds_start = i;
3624 if (ds_start < 0) {
3632 for (i = 1; i < ds_start; i++) {
3637 ret = zfs_for_each(argc - ds_start, argv + ds_start, 0,

Completed in 192 milliseconds