Searched defs:progress (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/cdrw/
H A Dutil.c179 * common routines for showing progress.
195 progress(int64_t arg, int64_t completed) function
201 /* Got ^C. Add 2 to progress pos to compensate for ^ and C */
/illumos-gate/usr/src/uts/sun4u/snowbird/sys/
H A Dtodds1307.h90 uint32_t progress; member in struct:ds1307_state
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtodds1337.h120 uint32_t progress; member in struct:ds1337_state
/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c68 static long starttime; /* start time for progress messages */
923 /* display progress about every three seconds */
925 progress("%ld of %ld symbols matched",
930 /* initialize the progress message for retrieving the references */
935 /* display the file search progress about every three seconds */
941 progress("%ld of %ld files searched", searchcount,
946 /* initialize the progress message */
955 /* display the progress every three seconds */
958 progress(char *format, long n1, long n2) function
1024 /* display progress abou
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ibt.c65 * eib_ibt_hca_init() initialization progress flags
80 uint_t progress = 0; local
96 progress |= EIB_HCAINIT_HCA_OPENED;
102 progress |= EIB_HCAINIT_ATTRS_ALLOCD;
139 progress |= EIB_HCAINIT_HCA_PORTS_QUERIED;
152 progress |= EIB_HCAINIT_PD_ALLOCD;
161 progress |= EIB_HCAINIT_CAPAB_RECORDED;
166 eib_rb_ibt_hca_init(ss, progress);
662 eib_rb_ibt_hca_init(eib_t *ss, uint_t progress) argument
666 if (progress
[all...]
H A Deib_main.c202 uint_t progress = 0; local
214 progress |= EIB_ATTACH_STATE_ALLOCD;
229 progress |= EIB_ATTACH_PROPS_PARSED;
239 progress |= EIB_ATTACH_STATE_INIT_DONE;
250 progress |= EIB_ATTACH_IBT_ATT_DONE;
260 progress |= EIB_ATTACH_EV_CBS_ADDED;
270 progress |= EIB_ATTACH_REGISTER_MAC_DONE;
275 eib_rb_attach(ss, progress);
852 eib_rb_attach(eib_t *ss, uint_t progress) argument
857 if (progress
[all...]
H A Deib_vnic.c92 uint_t progress = 0; local
137 progress |= EIB_VNIC_STRUCT_ALLOCD;
146 progress |= EIB_VNIC_GOT_INSTANCE;
165 progress |= EIB_VNIC_CREATE_COMMON_DONE;
178 eib_rb_vnic_create(ss, vnic, progress);
1145 eib_rb_vnic_create(eib_t *ss, eib_vnic_t *vnic, uint_t progress) argument
1147 if (progress & EIB_VNIC_CREATE_COMMON_DONE) {
1151 if (progress & EIB_VNIC_GOT_INSTANCE) {
1156 if (progress & EIB_VNIC_STRUCT_ALLOCD) {
1249 uint_t progress local
1989 eib_rb_vnic_create_common(eib_t *ss, eib_vnic_t *vnic, uint_t progress) argument
[all...]
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_impl.h168 uint32_t progress; /* attach tracking */ member in struct:dmfe
/illumos-gate/usr/src/uts/common/sys/
H A Dbscv_impl.h50 * The following are used as progress indicators in bscv_attach()
178 int progress; /* progress indicator for attach */ member in struct:__anon7050
213 * cmd_mutex protects the lom2 command progress variables.
217 * without the mutex held if a command is not in progress.
225 * whilst programming is in progress. The event queue must also
/illumos-gate/usr/src/common/bzip2/
H A Dbzlib.c68 "possibly monitoring progress in detail with the -vv flag.\n"
548 Bool progress; local
563 progress = handle_compress ( strm );
564 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR;
585 progress = handle_compress ( strm );
595 progress = handle_compress ( strm );
596 if (!progress) return BZ_SEQUENCE_ERROR;
/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg_spi.h326 uint32_t progress; member in struct:__anon3847
/illumos-gate/usr/src/cmd/format/
H A Dctlr_scsi.c496 /* immed accepted, poll for progress */
3503 * UNIT cdb in in progress.
3518 uint16_t progress; local
3546 /* Check SKSV if progress indication is avail */
3548 /* Store progress indication */
3549 progress = ((uint16_t)sense.
3551 progress |= (uint16_t)sense.
3553 progress = (uint16_t)(((float)progress /
3564 if ((check - start) <= 0 || progress <
[all...]
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c378 int progress; local
388 progress = 0;
403 progress |= ALLOC_TX_BUF;
413 progress |= ALLOC_RX_DESC;
425 if (progress & ALLOC_RX_DESC)
427 if (progress & ALLOC_TX_BUF) {
2241 ngep->progress &= ~PROGRESS_READY;
2253 if (ngep->progress & PROGRESS_KSTATS)
2256 if (ngep->progress & PROGRESS_HWINT) {
2267 if (ngep->progress
[all...]
H A Dnge.h714 uint32_t progress; /* attach tracking */ member in struct:nge
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw.c585 vsw_attach_progress_t progress = PROG_init; local
625 progress |= PROG_locks;
631 progress |= PROG_readmd;
641 progress |= PROG_fdb;
650 progress |= PROG_mfdb;
664 progress |= PROG_taskq;
675 progress |= PROG_rxp_taskq;
700 progress |= PROG_swmode;
707 progress |= PROG_macreg;
725 progress |
799 vsw_attach_progress_t progress; local
[all...]
H A Dvsw_ldc.c574 progress; local
576 progress = PROG_init;
631 progress |= PROG_tx_thread;
653 progress |= PROG_callback;
685 if (progress & PROG_callback) {
690 if (progress & PROG_tx_thread) {
1366 * or in progress. If so just return.
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c744 * - There are already the maximum number of requests is progress
749 /* Are too many requests already in progress? */
778 /* Start a new FIT msg if there is none in progress. */
895 * Is a FIT msg in progress? If it is empty put the buffer back
1332 * A refresh is already in progress.
4663 int progress = 0; local
4718 progress |= SKD_SOFT_STATE_ALLOCED;
4749 progress |= SKD_PATHNAME_ALLOCED;
4758 progress |= SKD_CONFIG_SPACE_SETUP;
4776 progress |
[all...]
H A Dskd.h87 /* Attach progress flags */
436 uint32_t progress; member in struct:skd_device
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs.h595 /* show progress (ie. -v) */
596 boolean_t progress; member in struct:sendflags
H A Dlibzfs_sendrecv.c921 boolean_t verbose, dryrun, parsable, progress, embed_data, std_out; member in struct:send_dump_data
1112 * Print the progress from ZFS_IOC_SEND_PROGRESS every second.
1282 * If progress reporting is requested, spawn a new thread to
1285 if (sdd->progress) {
1300 if (sdd->progress) {
1384 boolean_t needagain, progress; local
1413 needagain = progress = B_FALSE;
1460 progress = B_TRUE;
1466 assert(progress);
1652 * If progress reportin
2402 boolean_t needagain, progress, recursive; local
[all...]
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h404 uint32_t progress; /* attach tracking */ member in struct:rge
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c612 int progress; local
623 progress = 0;
631 progress = 1;
634 }while( progress );
639 progress = 0;
645 progress += SetAdd(s1->firstset,s2->index);
650 progress += SetUnion(s1->firstset,s2->firstset);
655 }while( progress );
858 int progress; local
868 progress
3693 int i, progress; local
[all...]
/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c2172 SRes LzmaEnc_Encode(CLzmaEncHandle pp, ISeqOutStream *outStream, ISeqInStream *inStream, ICompressProgress *progress, argument
2192 if (progress != 0)
2194 res = progress->Progress(progress, p->nowPos64, RangeEnc_GetProcessed(&p->rc));
2236 int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig)
2252 progress, alloc, allocBig);
2262 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig)
2275 writeEndMark, progress, alloc, allocBig);
2235 LzmaEnc_MemEncode(CLzmaEncHandle pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig) argument
2260 LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig) argument
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h765 uint32_t progress; /* attach tracking */ member in struct:bge
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c217 * Start/stop in-progress flags; note that restart must always remain
2225 * marked both the start and stop 'in-progress' flags,
2563 uint32_t progress = state->id_mac_state; local
2569 if (progress & IBD_DRV_RC_SRQ_ALLOCD) {
2575 if (progress & IBD_DRV_MAC_REGISTERED) {
2580 if (progress & IBD_DRV_ASYNC_THR_CREATED) {
2600 if (progress & IBD_DRV_REQ_LIST_INITED) {
2607 if (progress & IBD_DRV_PD_ALLOCD) {
2617 if (progress & IBD_DRV_HCA_OPENED) {
2628 if (progress
5512 uint32_t progress = state->id_mac_state; local
8830 uint32_t progress = state->id_mac_state; local
[all...]

Completed in 158 milliseconds

12