Searched refs:progress (Results 51 - 65 of 65) sorted by relevance

123

/freebsd-13-stable/sys/sys/
H A Data.h1027 int progress; member in struct:ata_ioc_raid_config
1037 int progress; member in struct:ata_ioc_raid_status
/freebsd-13-stable/bin/dd/
H A Ddd.c494 progress();
/freebsd-13-stable/sys/contrib/openzfs/include/
H A Dlibzfs.h691 /* show progress (ie. -v) */
692 boolean_t progress; member in struct:sendflags
/freebsd-13-stable/sys/dev/gem/
H A Dif_gem.c710 * Resetting while DMA is in progress can cause a bus hang, so we
801 * Resetting while DMA is in progress can cause a bus hang, so we
1415 int progress; local
1429 progress = 0;
1491 progress = 1;
1503 if (progress) {
/freebsd-13-stable/sys/dev/cas/
H A Dif_cas.c771 * Resetting while DMA is in progress can cause a bus hang, so we
798 * Resetting while DMA is in progress can cause a bus hang, so we
1507 int progress; local
1521 progress = 0;
1583 progress = 1;
1595 if (progress) {
/freebsd-13-stable/usr.sbin/mfiutil/
H A Dmfi_drive.c614 warnx("drive progress: %s", ac > 2 ? "extra arguments" :
650 printf("No activity in progress for drive %s.\n",
656 MFI_COMMAND(drive, progress, drive_progress);
/freebsd-13-stable/contrib/tnftp/src/
H A Dfetch.c1236 if (hash && !progress) {
1279 if (hash && !progress && bytes > 0) {
/freebsd-13-stable/sys/dev/mfi/
H A Dmfireg.h933 uint16_t progress; member in struct:mfi_progress
1279 struct mfi_ld_progress progress; member in struct:mfi_ld_info
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_ra.h212 * Callback function type for progress notification.
214 * @a progress is the number of bytes already transferred, @a total is
220 typedef void (*svn_ra_progress_notify_func_t)(apr_off_t progress,
575 /** Notification callback used for progress information.
628 /** Similar to svn_ra_callbacks2_t, except that the progress
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_prototype.h282 enum i40e_status_code i40e_aq_nvm_progress(struct i40e_hw *hw, u8 *progress,
H A Di40e_common.c1374 /* If there was a Global Reset in progress when we got here,
4199 * @progress: pointer to progress returned from AQ
4202 * Gets progress of flash rearrangement process
4204 enum i40e_status_code i40e_aq_nvm_progress(struct i40e_hw *hw, u8 *progress, argument
4214 *progress = desc.params.raw[0];
/freebsd-13-stable/sys/dev/mrsas/
H A Dmrsas.h2830 u_int16_t progress; member in struct:mrsas_progress
3219 * defines the progress structure
3223 u_int16_t progress; member in struct:MR_PROGRESS::__anon13316
3233 * defines the physical drive progress structure
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_all.h3401 uint8_t progress[2]; member in struct:scsi_sense_sks_progress
3570 uint8_t progress[2]; member in struct:scsi_sense_progress
3787 void scsi_progress_sbuf(struct sbuf *sb, uint16_t progress);
/freebsd-13-stable/contrib/libxo/xohtml/external/
H A Djquery.js1222 progress: progressList.add,
1233 deferred.done( doneCallbacks ).fail( failCallbacks ).progress( progressCallbacks );
1244 progress: [ fnProgress, "notify" ]
2104 // If the fx queue is dequeued, always remove the progress sentinel
2110 // Add a progress sentinel to prevent the fx queue from being
5710 "header hgroup mark meter nav output progress section summary time video",
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c4461 flags.progress = B_TRUE;
6949 * Reports progress in the form "(current/total)". Not thread-safe.
6978 * updates the progress meter.

Completed in 394 milliseconds

123