/illumos-gate/usr/src/cmd/cdrw/ |
H A D | util.c | 179 * 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 D | todds1307.h | 90 uint32_t progress; member in struct:ds1307_state
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | todds1337.h | 120 uint32_t progress; member in struct:ds1337_state
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | find.c | 68 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 D | eib_ibt.c | 65 * 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 D | eib_main.c | 202 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 D | eib_vnic.c | 92 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 D | dmfe_impl.h | 168 uint32_t progress; /* attach tracking */ member in struct:dmfe
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | bscv_impl.h | 50 * 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 D | bzlib.c | 68 "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 D | raidcfg_spi.h | 326 uint32_t progress; member in struct:__anon3847
|
/illumos-gate/usr/src/cmd/format/ |
H A D | ctlr_scsi.c | 496 /* 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 D | nge_main.c | 378 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 D | nge.h | 714 uint32_t progress; /* attach tracking */ member in struct:nge
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vsw.c | 585 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 D | vsw_ldc.c | 574 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 D | skd.c | 744 * - 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 D | skd.h | 87 /* Attach progress flags */ 436 uint32_t progress; member in struct:skd_device
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs.h | 595 /* show progress (ie. -v) */ 596 boolean_t progress; member in struct:sendflags
|
H A D | libzfs_sendrecv.c | 921 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 D | rge.h | 404 uint32_t progress; /* attach tracking */ member in struct:rge
|
/illumos-gate/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 612 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 D | LzmaEnc.c | 2172 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 D | bge_impl.h | 765 uint32_t progress; /* attach tracking */ member in struct:bge
|
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd.c | 217 * 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...] |