Searched refs:issued (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/dev/mps/
H A Dmps_sas.h73 uint64_t issued; member in struct:mpssas_target
H A Dmps_sas.c1931 targ->issued++;
2113 * If this is a Start Stop Unit command and it was issued by the driver
/freebsd-12-stable/sys/dev/mpr/
H A Dmpr_sas.h75 uint64_t issued; member in struct:mprsas_target
H A Dmpr_sas.c1895 targ->issued++;
2220 targ->issued++;
2470 * Complete native NVMe command issued using NVMe Encapsulated
2613 * If this is a Start Stop Unit command and it was issued by the driver
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c4746 uint64_t pass_scanned, scanned, pass_issued, issued, total; local
4827 issued = ps->pss_issued;
4831 /* we are only done with a block once we have issued the IO for it */
4832 fraction_done = (double)issued / total;
4842 ((total - issued) / issue_rate) : UINT64_MAX;
4851 zfs_nicenum(issued, issued_buf, sizeof (issued_buf));
4859 "%s issued at %s/s, %s total\n"),
4862 (void) printf(gettext("\t%s scanned, %s issued, %s total\n"),

Completed in 133 milliseconds