usr/src/cmd/cdrw/copycd.c
119
(void) progress((ti->ti_track_size), blks_read);
usr/src/cmd/cdrw/dae.c
209
(void) progress((end_blk - start_blk),
usr/src/cmd/cdrw/device.c
764
if (!write_track(target, ti, h, progress, size, te)) {
usr/src/cmd/cdrw/util.h
70
int progress(int64_t arg, int64_t completed);
usr/src/cmd/format/ctlr_scsi.c
3398
uint16_t progress;
usr/src/cmd/format/ctlr_scsi.c
3429
progress = ((uint16_t)sense.
usr/src/cmd/format/ctlr_scsi.c
3431
progress |= (uint16_t)sense.
usr/src/cmd/format/ctlr_scsi.c
3433
progress = (uint16_t)(((float)progress /
usr/src/cmd/format/ctlr_scsi.c
3444
if ((check - start) <= 0 || progress <= 5) {
usr/src/cmd/format/ctlr_scsi.c
3447
progress);
usr/src/cmd/format/ctlr_scsi.c
3451
- start) / (float)progress) *
usr/src/cmd/format/ctlr_scsi.c
3452
(float)(100 - progress));
usr/src/cmd/format/ctlr_scsi.c
3459
progress, hour, min, sec);
usr/src/cmd/svc/svccfg/svccfg_libscf.c
8316
goto progress;
usr/src/cmd/svc/svccfg/svccfg_libscf.c
8332
goto progress;
usr/src/cmd/svc/svccfg/svccfg_libscf.c
8340
goto progress;
usr/src/cmd/svc/svccfg/svccfg_libscf.c
8349
goto progress;
usr/src/cmd/svc/svccfg/svccfg_libscf.c
8385
goto progress;
usr/src/cmd/svc/svccfg/svccfg_libscf.c
8430
progress:
usr/src/cmd/zfs/zfs_main.c
4066
flags.progress = B_TRUE;
usr/src/cmd/zfs/zfs_main.c
4182
flags.dryrun || flags.verbose || flags.progress) {
usr/src/common/bzip2/bzlib.c
548
Bool progress;
usr/src/common/bzip2/bzlib.c
563
progress = handle_compress ( strm );
usr/src/common/bzip2/bzlib.c
564
return progress ? BZ_RUN_OK : BZ_PARAM_ERROR;
usr/src/common/bzip2/bzlib.c
585
progress = handle_compress ( strm );
usr/src/common/bzip2/bzlib.c
595
progress = handle_compress ( strm );
usr/src/common/bzip2/bzlib.c
596
if (!progress) return BZ_SEQUENCE_ERROR;
usr/src/common/lzma/LzmaEnc.c
2172
SRes LzmaEnc_Encode(CLzmaEncHandle pp, ISeqOutStream *outStream, ISeqInStream *inStream, ICompressProgress *progress,
usr/src/common/lzma/LzmaEnc.c
2192
if (progress != 0)
usr/src/common/lzma/LzmaEnc.c
2194
res = progress->Progress(progress, p->nowPos64, RangeEnc_GetProcessed(&p->rc));
usr/src/common/lzma/LzmaEnc.c
2236
int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig)
usr/src/common/lzma/LzmaEnc.c
2252
progress, alloc, allocBig);
usr/src/common/lzma/LzmaEnc.c
2262
ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig)
usr/src/common/lzma/LzmaEnc.c
2275
writeEndMark, progress, alloc, allocBig);
usr/src/common/lzma/LzmaEnc.h
58
ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
usr/src/common/lzma/LzmaEnc.h
60
int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
usr/src/common/lzma/LzmaEnc.h
75
ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
usr/src/lib/libraidcfg/common/raidcfg_spi.h
326
uint32_t progress;
usr/src/lib/libsqlite/tool/lemon.c
3690
int i, progress;
usr/src/lib/libsqlite/tool/lemon.c
3691
progress = 0;
usr/src/lib/libsqlite/tool/lemon.c
3695
progress = 1;
usr/src/lib/libsqlite/tool/lemon.c
3699
return progress;
usr/src/lib/libsqlite/tool/lemon.c
609
int progress;
usr/src/lib/libsqlite/tool/lemon.c
620
progress = 0;
usr/src/lib/libsqlite/tool/lemon.c
628
progress = 1;
usr/src/lib/libsqlite/tool/lemon.c
631
}while( progress );
usr/src/lib/libsqlite/tool/lemon.c
636
progress = 0;
usr/src/lib/libsqlite/tool/lemon.c
642
progress += SetAdd(s1->firstset,s2->index);
usr/src/lib/libsqlite/tool/lemon.c
647
progress += SetUnion(s1->firstset,s2->firstset);
usr/src/lib/libsqlite/tool/lemon.c
652
}while( progress );
usr/src/lib/libsqlite/tool/lemon.c
855
int progress;
usr/src/lib/libsqlite/tool/lemon.c
865
progress = 0;
usr/src/lib/libsqlite/tool/lemon.c
873
progress = 1;
usr/src/lib/libsqlite/tool/lemon.c
879
}while( progress );
usr/src/lib/libzfs/common/libzfs.h
657
boolean_t progress;
usr/src/lib/libzfs/common/libzfs_sendrecv.c
1017
boolean_t verbose, dryrun, parsable, progress, embed_data, std_out;
usr/src/lib/libzfs/common/libzfs_sendrecv.c
1394
if (sdd->progress) {
usr/src/lib/libzfs/common/libzfs_sendrecv.c
1409
if (sdd->progress) {
usr/src/lib/libzfs/common/libzfs_sendrecv.c
1493
boolean_t needagain, progress;
usr/src/lib/libzfs/common/libzfs_sendrecv.c
1522
needagain = progress = B_FALSE;
usr/src/lib/libzfs/common/libzfs_sendrecv.c
1569
progress = B_TRUE;
usr/src/lib/libzfs/common/libzfs_sendrecv.c
1575
assert(progress);
usr/src/lib/libzfs/common/libzfs_sendrecv.c
1767
if (flags->progress) {
usr/src/lib/libzfs/common/libzfs_sendrecv.c
1783
if (flags->progress) {
usr/src/lib/libzfs/common/libzfs_sendrecv.c
2024
sdd.progress = flags->progress;
usr/src/lib/libzfs/common/libzfs_sendrecv.c
2825
boolean_t needagain, progress, recursive;
usr/src/lib/libzfs/common/libzfs_sendrecv.c
2837
needagain = progress = B_FALSE;
usr/src/lib/libzfs/common/libzfs_sendrecv.c
2900
progress = B_TRUE;
usr/src/lib/libzfs/common/libzfs_sendrecv.c
2946
progress = B_TRUE;
usr/src/lib/libzfs/common/libzfs_sendrecv.c
2984
progress = B_TRUE;
usr/src/lib/libzfs/common/libzfs_sendrecv.c
3001
progress = B_TRUE;
usr/src/lib/libzfs/common/libzfs_sendrecv.c
3073
progress = B_TRUE;
usr/src/lib/libzfs/common/libzfs_sendrecv.c
3080
if (needagain && progress) {
usr/src/tools/cscope-fast/find.c
1024
progress("%ld of %ld possible references retrieved",
usr/src/tools/cscope-fast/find.c
923
progress("%ld of %ld symbols matched",
usr/src/tools/cscope-fast/find.c
939
progress("%ld of %ld files searched", searchcount,
usr/src/tools/cscope-fast/global.h
250
void progress(char *format, long n1, long n2);
usr/src/tools/cscope-fast/main.c
1139
progress("%ld files built",
usr/src/tools/cscope-fast/main.c
1142
progress("%ld files built, %ld "
usr/src/uts/common/io/bge/bge_chip2.c
3619
bgep->progress &= ~PROGRESS_READY;
usr/src/uts/common/io/bge/bge_chip2.c
3708
if (bgep->progress & PROGRESS_KSTATS) {
usr/src/uts/common/io/bge/bge_chip2.c
3710
bgep->progress &= ~PROGRESS_KSTATS;
usr/src/uts/common/io/bge/bge_chip2.c
3712
if (bgep->progress & PROGRESS_INTR) {
usr/src/uts/common/io/bge/bge_chip2.c
3717
bgep->progress &= ~PROGRESS_INTR;
usr/src/uts/common/io/bge/bge_chip2.c
3719
if (bgep->progress & PROGRESS_BUFS) {
usr/src/uts/common/io/bge/bge_chip2.c
3721
bgep->progress &= ~PROGRESS_BUFS;
usr/src/uts/common/io/bge/bge_chip2.c
4991
ASSERT(bgep->progress & PROGRESS_HWINT);
usr/src/uts/common/io/bge/bge_chip2.c
5319
if (!(bgep->progress & PROGRESS_BUFS)) {
usr/src/uts/common/io/bge/bge_chip2.c
5328
bgep->progress |= PROGRESS_BUFS;
usr/src/uts/common/io/bge/bge_chip2.c
5330
if (!(bgep->progress & PROGRESS_INTR)) {
usr/src/uts/common/io/bge/bge_chip2.c
5333
bgep->progress |= PROGRESS_INTR;
usr/src/uts/common/io/bge/bge_chip2.c
5335
if (!(bgep->progress & PROGRESS_KSTATS)) {
usr/src/uts/common/io/bge/bge_chip2.c
5338
bgep->progress |= PROGRESS_KSTATS;
usr/src/uts/common/io/bge/bge_impl.h
765
uint32_t progress; /* attach tracking */
usr/src/uts/common/io/bge/bge_main2.c
1321
if (!(bgep->progress & PROGRESS_INTR)) {
usr/src/uts/common/io/bge/bge_main2.c
1397
if (!(bgep->progress & PROGRESS_INTR)) {
usr/src/uts/common/io/bge/bge_main2.c
1977
if (!(bgep->progress & PROGRESS_INTR)) {
usr/src/uts/common/io/bge/bge_main2.c
3165
ASSERT(bgep->progress & PROGRESS_BUFS);
usr/src/uts/common/io/bge/bge_main2.c
3258
bgep->progress &= ~PROGRESS_READY;
usr/src/uts/common/io/bge/bge_main2.c
3269
if (bgep->progress & PROGRESS_KSTATS)
usr/src/uts/common/io/bge/bge_main2.c
3271
if (bgep->progress & PROGRESS_PHY)
usr/src/uts/common/io/bge/bge_main2.c
3273
if (bgep->progress & PROGRESS_HWINT) {
usr/src/uts/common/io/bge/bge_main2.c
3300
if (bgep->progress & PROGRESS_INTR) {
usr/src/uts/common/io/bge/bge_main2.c
3304
if (bgep->progress & PROGRESS_HWINT) {
usr/src/uts/common/io/bge/bge_main2.c
3310
if (bgep->progress & PROGRESS_FACTOTUM)
usr/src/uts/common/io/bge/bge_main2.c
3312
if (bgep->progress & PROGRESS_RESCHED)
usr/src/uts/common/io/bge/bge_main2.c
3314
if (bgep->progress & PROGRESS_BUFS)
usr/src/uts/common/io/bge/bge_main2.c
3316
if (bgep->progress & PROGRESS_REGS) {
usr/src/uts/common/io/bge/bge_main2.c
3321
if (bgep->progress & PROGRESS_CFG)
usr/src/uts/common/io/bge/bge_main2.c
3783
bgep->progress |= PROGRESS_CFG;
usr/src/uts/common/io/bge/bge_main2.c
3837
bgep->progress |= PROGRESS_REGS;
usr/src/uts/common/io/bge/bge_main2.c
3876
bgep->progress |= PROGRESS_BUFS;
usr/src/uts/common/io/bge/bge_main2.c
3906
bgep->progress |= PROGRESS_RESCHED;
usr/src/uts/common/io/bge/bge_main2.c
3913
bgep->progress |= PROGRESS_FACTOTUM;
usr/src/uts/common/io/bge/bge_main2.c
3933
bgep->progress |= PROGRESS_HWINT;
usr/src/uts/common/io/bge/bge_main2.c
3937
if (!(bgep->progress & PROGRESS_HWINT) &&
usr/src/uts/common/io/bge/bge_main2.c
3948
bgep->progress |= PROGRESS_HWINT;
usr/src/uts/common/io/bge/bge_main2.c
3951
if (!(bgep->progress & PROGRESS_HWINT)) {
usr/src/uts/common/io/bge/bge_main2.c
3976
bgep->progress |= PROGRESS_INTR;
usr/src/uts/common/io/bge/bge_main2.c
4034
bgep->progress |= PROGRESS_PHY;
usr/src/uts/common/io/bge/bge_main2.c
4043
bgep->progress |= PROGRESS_NDD;
usr/src/uts/common/io/bge/bge_main2.c
4049
bgep->progress |= PROGRESS_KSTATS;
usr/src/uts/common/io/bge/bge_main2.c
4092
bgep->progress |= PROGRESS_READY;
usr/src/uts/common/io/bge/bge_main2.c
496
if (!(bgep->progress & PROGRESS_INTR)) {
usr/src/uts/common/io/bge/bge_main2.c
543
if (!(bgep->progress & PROGRESS_INTR)) {
usr/src/uts/common/io/bge/bge_main2.c
625
if (!(bgep->progress & PROGRESS_INTR)) {
usr/src/uts/common/io/dmfe/dmfe_impl.h
168
uint32_t progress; /* attach tracking */
usr/src/uts/common/io/dmfe/dmfe_main.c
2422
if (dmfep->progress & PROGRESS_HWINT) {
usr/src/uts/common/io/dmfe/dmfe_main.c
2425
if (dmfep->progress & PROGRESS_SOFTINT)
usr/src/uts/common/io/dmfe/dmfe_main.c
2429
if (dmfep->progress & PROGRESS_MUTEX) {
usr/src/uts/common/io/dmfe/dmfe_main.c
2659
dmfep->progress |= PROGRESS_SOFTINT;
usr/src/uts/common/io/dmfe/dmfe_main.c
2673
dmfep->progress |= PROGRESS_MUTEX;
usr/src/uts/common/io/dmfe/dmfe_main.c
2680
dmfep->progress |= PROGRESS_HWINT;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4948
mb->un.varLdExpRom.progress = 0;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4962
if (mb->un.varLdExpRom.progress == EROM_RSP_COPY_DONE) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4969
if (mb->un.varLdExpRom.progress != EROM_RSP_ERASE_STARTED) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4972
mb->un.varLdExpRom.progress);
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4982
while (mb->un.varLdExpRom.progress != EROM_RSP_ERASE_COMPLETE) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
4991
mb->un.varLdExpRom.progress = 0;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
5007
while (mb->un.varLdExpRom.progress != EROM_RSP_COPY_DONE) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
5015
mb->un.varLdExpRom.progress = 0;
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
5242
while (mb->un.varLdArea.progress != RSP_ERASE_COMPLETE) {
usr/src/uts/common/io/fibre-channel/fca/emlxs/emlxs_download.c
5313
RspProgress = mb->un.varLdArea.progress;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1009
progress |= QL_CONFIG_SPACE_SETUP;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1037
progress |= QL_CONFIG_SPACE_SETUP;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1066
progress |= QL_REGS_MAPPED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1096
progress |= QL_IOMAP_IOBASE_MAPPED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1368
progress |= QL_DB_IOBASE_MAPPED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1403
progress |= (QL_INTR_ADDED | QL_MUTEX_CV_INITED);
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1411
progress |= QL_HBA_BUFFER_SETUP;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1423
progress |= QL_NVRAM_CACHE_CREATED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1431
progress |= QL_PLOGI_PARAMS_CREATED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1445
progress |= QL_N_PORT_INFO_CREATED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1560
progress |= QL_KSTAT_CREATED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1576
progress |= QL_MINOR_NODE_CREATED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1586
progress |= QL_FCA_TRAN_ALLOCED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1685
progress |= QL_FCA_ATTACH_DONE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1729
progress |= QL_TASK_DAEMON_STARTED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1740
if (progress & QL_FCA_INIT_FM) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1742
progress &= ~QL_FCA_INIT_FM;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1745
if (progress & QL_FCA_ATTACH_DONE) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1747
progress &= ~QL_FCA_ATTACH_DONE;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1750
if (progress & QL_FCA_TRAN_ALLOCED) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1752
progress &= ~QL_FCA_TRAN_ALLOCED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1755
if (progress & QL_MINOR_NODE_CREATED) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1757
progress &= ~QL_MINOR_NODE_CREATED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1760
if (progress & QL_KSTAT_CREATED) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1762
progress &= ~QL_KSTAT_CREATED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1765
if (progress & QL_N_PORT_INFO_CREATED) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1767
progress &= ~QL_N_PORT_INFO_CREATED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1770
if (progress & QL_PLOGI_PARAMS_CREATED) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1772
progress &= ~QL_PLOGI_PARAMS_CREATED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1775
if (progress & QL_NVRAM_CACHE_CREATED) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1777
progress &= ~QL_NVRAM_CACHE_CREATED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1780
if (progress & QL_TASK_DAEMON_STARTED) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1809
progress &= ~QL_TASK_DAEMON_STARTED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1812
if (progress & QL_DB_IOBASE_MAPPED) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1815
progress &= ~QL_DB_IOBASE_MAPPED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1817
if (progress & QL_IOMAP_IOBASE_MAPPED) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1819
progress &= ~QL_IOMAP_IOBASE_MAPPED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1821
if (progress & QL_REGS_MAPPED) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1828
if (progress & QL_CONFIG_SPACE_SETUP) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1834
progress &= ~QL_CONFIG_SPACE_SETUP;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1837
if (progress & QL_INTR_ADDED) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1840
progress &= ~QL_INTR_ADDED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1843
if (progress & QL_MUTEX_CV_INITED) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1845
progress &= ~QL_MUTEX_CV_INITED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1848
if (progress & QL_HBA_BUFFER_SETUP) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1850
progress &= ~QL_HBA_BUFFER_SETUP;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1853
if (progress & QL_REGS_MAPPED) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1858
progress &= ~QL_REGS_MAPPED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1861
if (progress & QL_SOFT_STATE_ALLOCED) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
1895
progress &= ~QL_SOFT_STATE_ALLOCED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
873
uint_t progress = 0;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
934
progress |= QL_SOFT_STATE_ALLOCED;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
940
progress |= QL_FCA_INIT_FM;
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
993
progress |= QL_REGS_MAPPED;
usr/src/uts/common/io/i40e/core/i40e_common.c
4229
enum i40e_status_code i40e_aq_nvm_progress(struct i40e_hw *hw, u8 *progress,
usr/src/uts/common/io/i40e/core/i40e_common.c
4239
*progress = desc.params.raw[0];
usr/src/uts/common/io/i40e/core/i40e_prototype.h
282
enum i40e_status_code i40e_aq_nvm_progress(struct i40e_hw *hw, u8 *progress,
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
102
progress |= EIB_HCAINIT_ATTRS_ALLOCD;
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
139
progress |= EIB_HCAINIT_HCA_PORTS_QUERIED;
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
152
progress |= EIB_HCAINIT_PD_ALLOCD;
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
161
progress |= EIB_HCAINIT_CAPAB_RECORDED;
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
166
eib_rb_ibt_hca_init(ss, progress);
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
662
eib_rb_ibt_hca_init(eib_t *ss, uint_t progress)
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
666
if (progress & EIB_HCAINIT_CAPAB_RECORDED) {
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
673
if (progress & EIB_HCAINIT_PD_ALLOCD) {
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
687
if (progress & EIB_HCAINIT_HCA_PORTS_QUERIED) {
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
692
if (progress & EIB_HCAINIT_ATTRS_ALLOCD) {
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
697
if (progress & EIB_HCAINIT_HCA_OPENED) {
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
80
uint_t progress = 0;
usr/src/uts/common/io/ib/clients/eoib/eib_ibt.c
96
progress |= EIB_HCAINIT_HCA_OPENED;
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
202
uint_t progress = 0;
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
214
progress |= EIB_ATTACH_STATE_ALLOCD;
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
229
progress |= EIB_ATTACH_PROPS_PARSED;
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
239
progress |= EIB_ATTACH_STATE_INIT_DONE;
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
250
progress |= EIB_ATTACH_IBT_ATT_DONE;
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
260
progress |= EIB_ATTACH_EV_CBS_ADDED;
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
270
progress |= EIB_ATTACH_REGISTER_MAC_DONE;
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
275
eib_rb_attach(ss, progress);
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
852
eib_rb_attach(eib_t *ss, uint_t progress)
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
857
if (progress & EIB_ATTACH_REGISTER_MAC_DONE)
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
860
if (progress & EIB_ATTACH_EV_CBS_ADDED)
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
863
if (progress & EIB_ATTACH_IBT_ATT_DONE) {
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
872
if (progress & EIB_ATTACH_STATE_INIT_DONE)
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
875
if (progress & EIB_ATTACH_PROPS_PARSED)
usr/src/uts/common/io/ib/clients/eoib/eib_main.c
878
if (progress & EIB_ATTACH_STATE_ALLOCD) {
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1145
eib_rb_vnic_create(eib_t *ss, eib_vnic_t *vnic, uint_t progress)
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1147
if (progress & EIB_VNIC_CREATE_COMMON_DONE) {
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1151
if (progress & EIB_VNIC_GOT_INSTANCE) {
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1156
if (progress & EIB_VNIC_STRUCT_ALLOCD) {
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1249
uint_t progress = 0;
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1273
progress |= EIB_VNIC_CTLQP_CREATED;
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1285
progress |= EIB_VNIC_DATAQP_CREATED;
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1297
progress |= EIB_VNIC_LOGIN_DONE;
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1310
progress |= EIB_VNIC_PARTITION_SET;
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1324
progress |= EIB_VNIC_RX_POSTED_TO_CTLQP;
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1338
progress |= EIB_VNIC_RX_POSTED_TO_DATAQP;
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1350
progress |= EIB_VNIC_ATTACHED_TO_CTL_MCGS;
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1362
progress |= EIB_VNIC_GOT_VHUB_TABLE;
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
137
progress |= EIB_VNIC_STRUCT_ALLOCD;
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1371
progress |= EIB_VNIC_KEEPALIVES_STARTED;
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1387
progress |= EIB_VNIC_BROADCAST_JOINED;
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1399
eib_rb_vnic_create_common(ss, vnic, progress);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
146
progress |= EIB_VNIC_GOT_INSTANCE;
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
165
progress |= EIB_VNIC_CREATE_COMMON_DONE;
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
178
eib_rb_vnic_create(ss, vnic, progress);
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1989
eib_rb_vnic_create_common(eib_t *ss, eib_vnic_t *vnic, uint_t progress)
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
1998
if (progress & EIB_VNIC_BROADCAST_JOINED) {
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
2002
if (progress & EIB_VNIC_KEEPALIVES_STARTED) {
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
2006
if (progress & EIB_VNIC_ATTACHED_TO_CTL_MCGS) {
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
2010
if (progress & EIB_VNIC_LOGIN_DONE) {
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
2014
if (progress & EIB_VNIC_DATAQP_CREATED) {
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
2018
if (progress & EIB_VNIC_CTLQP_CREATED) {
usr/src/uts/common/io/ib/clients/eoib/eib_vnic.c
92
uint_t progress = 0;
usr/src/uts/common/io/ib/clients/ibd/ibd.c
2563
uint32_t progress = state->id_mac_state;
usr/src/uts/common/io/ib/clients/ibd/ibd.c
2569
if (progress & IBD_DRV_RC_SRQ_ALLOCD) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
2575
if (progress & IBD_DRV_MAC_REGISTERED) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
2580
if (progress & IBD_DRV_ASYNC_THR_CREATED) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
2600
if (progress & IBD_DRV_REQ_LIST_INITED) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
2607
if (progress & IBD_DRV_PD_ALLOCD) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
2617
if (progress & IBD_DRV_HCA_OPENED) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
2628
if (progress & IBD_DRV_IBTL_ATTACH_DONE) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
2649
if (progress & IBD_DRV_TXINTR_ADDED) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
2655
if (progress & IBD_DRV_RXINTR_ADDED) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
2662
if (progress & IBD_DRV_RC_PRIVATE_STATE) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
2668
if (progress & IBD_DRV_STATE_INITIALIZED) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5512
uint32_t progress = state->id_mac_state;
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5542
if (progress & IBD_DRV_STARTED) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5546
if (progress & IBD_DRV_IN_LATE_HCA_INIT) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5551
if (progress & IBD_DRV_RC_LISTEN) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5560
if (progress & IBD_DRV_RC_TIMEOUT) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5572
if ((state->id_enable_rc) && (progress & IBD_DRV_ACACHE_INITIALIZED)) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5598
if (progress & IBD_DRV_RCQ_NOTIFY_ENABLED) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5621
if (progress & IBD_DRV_RC_LARGEBUF_ALLOCD) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5626
if (progress & IBD_DRV_RC_SRQ_ALLOCD) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5655
if (progress & IBD_DRV_SM_NOTICES_REGISTERED) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5667
if (progress & IBD_DRV_SCQ_NOTIFY_ENABLED) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5720
if (progress & IBD_DRV_BCAST_GROUP_JOINED) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5742
if (progress & IBD_DRV_RXLIST_ALLOCD) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5747
if (progress & IBD_DRV_TXLIST_ALLOCD) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5752
if (progress & IBD_DRV_UD_CHANNEL_SETUP) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5762
if (progress & IBD_DRV_CQS_ALLOCD) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5786
if (progress & IBD_DRV_ACACHE_INITIALIZED) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
5795
if (progress & IBD_DRV_BCAST_GROUP_FOUND) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
8830
uint32_t progress = state->id_mac_state;
usr/src/uts/common/io/ib/clients/ibd/ibd.c
8833
if (progress & IBD_DRV_MAC_REGISTERED) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
8838
if (progress & IBD_DRV_HCA_OPENED) {
usr/src/uts/common/io/ib/clients/ibd/ibd.c
8848
if (progress & IBD_DRV_IBTL_ATTACH_DONE) {
usr/src/uts/common/io/mega_sas/megaraid_sas.h
905
uint16_t progress;
usr/src/uts/common/io/mr_sas/mr_sas.h
1591
uint16_t progress;
usr/src/uts/common/io/nge/nge.h
714
uint32_t progress; /* attach tracking */
usr/src/uts/common/io/nge/nge_main.c
2241
ngep->progress &= ~PROGRESS_READY;
usr/src/uts/common/io/nge/nge_main.c
2253
if (ngep->progress & PROGRESS_KSTATS)
usr/src/uts/common/io/nge/nge_main.c
2256
if (ngep->progress & PROGRESS_HWINT) {
usr/src/uts/common/io/nge/nge_main.c
2267
if (ngep->progress & PROGRESS_SWINT)
usr/src/uts/common/io/nge/nge_main.c
2270
if (ngep->progress & PROGRESS_FACTOTUM)
usr/src/uts/common/io/nge/nge_main.c
2273
if (ngep->progress & PROGRESS_RESCHED)
usr/src/uts/common/io/nge/nge_main.c
2276
if (ngep->progress & PROGRESS_INTR) {
usr/src/uts/common/io/nge/nge_main.c
2287
if (ngep->progress & PROGRESS_REGS)
usr/src/uts/common/io/nge/nge_main.c
2290
if (ngep->progress & PROGRESS_CFG)
usr/src/uts/common/io/nge/nge_main.c
2445
ngep->progress |= PROGRESS_CFG;
usr/src/uts/common/io/nge/nge_main.c
2454
ngep->progress |= PROGRESS_REGS;
usr/src/uts/common/io/nge/nge_main.c
2463
ngep->progress |= PROGRESS_INTR;
usr/src/uts/common/io/nge/nge_main.c
2505
ngep->progress |= PROGRESS_HWINT;
usr/src/uts/common/io/nge/nge_main.c
2515
ngep->progress |= PROGRESS_NDD;
usr/src/uts/common/io/nge/nge_main.c
2521
ngep->progress |= PROGRESS_KSTATS;
usr/src/uts/common/io/nge/nge_main.c
2552
ngep->progress |= PROGRESS_READY;
usr/src/uts/common/io/nge/nge_main.c
2791
ngep->progress |= PROGRESS_RESCHED;
usr/src/uts/common/io/nge/nge_main.c
2808
ngep->progress |= PROGRESS_FACTOTUM;
usr/src/uts/common/io/nge/nge_main.c
2878
ngep->progress |= PROGRESS_SWINT;
usr/src/uts/common/io/nge/nge_main.c
2882
if (!(ngep->progress & PROGRESS_SWINT) &&
usr/src/uts/common/io/nge/nge_main.c
2894
ngep->progress |= PROGRESS_SWINT;
usr/src/uts/common/io/nge/nge_main.c
2898
if (!(ngep->progress & PROGRESS_SWINT)) {
usr/src/uts/common/io/nge/nge_main.c
378
int progress;
usr/src/uts/common/io/nge/nge_main.c
388
progress = 0;
usr/src/uts/common/io/nge/nge_main.c
403
progress |= ALLOC_TX_BUF;
usr/src/uts/common/io/nge/nge_main.c
413
progress |= ALLOC_RX_DESC;
usr/src/uts/common/io/nge/nge_main.c
425
if (progress & ALLOC_RX_DESC)
usr/src/uts/common/io/nge/nge_main.c
427
if (progress & ALLOC_TX_BUF) {
usr/src/uts/common/io/rge/rge.h
404
uint32_t progress; /* attach tracking */
usr/src/uts/common/io/rge/rge_main.c
1441
rgep->progress &= ~PROGRESS_READY;
usr/src/uts/common/io/rge/rge_main.c
1453
if (rgep->progress & PROGRESS_KSTATS)
usr/src/uts/common/io/rge/rge_main.c
1456
if (rgep->progress & PROGRESS_PHY)
usr/src/uts/common/io/rge/rge_main.c
1459
if (rgep->progress & PROGRESS_INIT) {
usr/src/uts/common/io/rge/rge_main.c
1466
if (rgep->progress & PROGRESS_INTR) {
usr/src/uts/common/io/rge/rge_main.c
1476
if (rgep->progress & PROGRESS_FACTOTUM)
usr/src/uts/common/io/rge/rge_main.c
1479
if (rgep->progress & PROGRESS_RESCHED)
usr/src/uts/common/io/rge/rge_main.c
1482
if (rgep->progress & PROGRESS_NDD)
usr/src/uts/common/io/rge/rge_main.c
1487
if (rgep->progress & PROGRESS_REGS)
usr/src/uts/common/io/rge/rge_main.c
1490
if (rgep->progress & PROGRESS_CFG)
usr/src/uts/common/io/rge/rge_main.c
1634
rgep->progress |= PROGRESS_CFG;
usr/src/uts/common/io/rge/rge_main.c
1658
rgep->progress |= PROGRESS_REGS;
usr/src/uts/common/io/rge/rge_main.c
1678
rgep->progress |= PROGRESS_NDD;
usr/src/uts/common/io/rge/rge_main.c
1708
rgep->progress |= PROGRESS_RESCHED;
usr/src/uts/common/io/rge/rge_main.c
1715
rgep->progress |= PROGRESS_FACTOTUM;
usr/src/uts/common/io/rge/rge_main.c
1740
rgep->progress |= PROGRESS_INTR;
usr/src/uts/common/io/rge/rge_main.c
1743
if (!(rgep->progress & PROGRESS_INTR) &&
usr/src/uts/common/io/rge/rge_main.c
1752
rgep->progress |= PROGRESS_INTR;
usr/src/uts/common/io/rge/rge_main.c
1754
if (!(rgep->progress & PROGRESS_INTR)) {
usr/src/uts/common/io/rge/rge_main.c
1779
rgep->progress |= PROGRESS_INIT;
usr/src/uts/common/io/rge/rge_main.c
1814
rgep->progress |= PROGRESS_PHY;
usr/src/uts/common/io/rge/rge_main.c
1820
rgep->progress |= PROGRESS_KSTATS;
usr/src/uts/common/io/rge/rge_main.c
1849
rgep->progress |= PROGRESS_READY;
usr/src/uts/common/io/skd/skd.c
4665
int progress = 0;
usr/src/uts/common/io/skd/skd.c
4720
progress |= SKD_SOFT_STATE_ALLOCED;
usr/src/uts/common/io/skd/skd.c
4751
progress |= SKD_PATHNAME_ALLOCED;
usr/src/uts/common/io/skd/skd.c
4760
progress |= SKD_CONFIG_SPACE_SETUP;
usr/src/uts/common/io/skd/skd.c
4778
progress |= SKD_REGS_MAPPED;
usr/src/uts/common/io/skd/skd.c
4802
progress |= SKD_DEV_IOBASE_MAPPED;
usr/src/uts/common/io/skd/skd.c
4825
progress |= SKD_PROBED;
usr/src/uts/common/io/skd/skd.c
4826
progress |= SKD_CONSTRUCTED;
usr/src/uts/common/io/skd/skd.c
4839
progress |= SKD_INTR_ADDED;
usr/src/uts/common/io/skd/skd.c
4846
progress |= SKD_ATTACHED;
usr/src/uts/common/io/skd/skd.c
4852
skdev->progress = progress;
usr/src/uts/common/io/skd/skd.c
4911
skdev->progress = progress;
usr/src/uts/common/io/skd/skd.c
4918
skd_dealloc_resources(dip, skdev, progress, instance);
usr/src/uts/common/io/skd/skd.c
4926
cmn_err(CE_WARN, "!skd_attach FAILED: progress=%x", progress);
usr/src/uts/common/io/skd/skd.c
5021
skd_dealloc_resources(dip, skdev, skdev->progress, instance);
usr/src/uts/common/io/skd/skd.h
436
uint32_t progress;
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_mbox.h
1834
uint32_t progress:8;
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_mbox.h
1840
uint32_t progress:8;
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_mbox.h
1865
uint32_t progress:8;
usr/src/uts/common/sys/fibre-channel/fca/emlxs/emlxs_mbox.h
1871
uint32_t progress:8;
usr/src/uts/sun4u/sys/todds1337.h
120
uint32_t progress;
usr/src/uts/sun4v/io/vsw.c
585
vsw_attach_progress_t progress = PROG_init;
usr/src/uts/sun4v/io/vsw.c
625
progress |= PROG_locks;
usr/src/uts/sun4v/io/vsw.c
631
progress |= PROG_readmd;
usr/src/uts/sun4v/io/vsw.c
641
progress |= PROG_fdb;
usr/src/uts/sun4v/io/vsw.c
650
progress |= PROG_mfdb;
usr/src/uts/sun4v/io/vsw.c
664
progress |= PROG_taskq;
usr/src/uts/sun4v/io/vsw.c
675
progress |= PROG_rxp_taskq;
usr/src/uts/sun4v/io/vsw.c
700
progress |= PROG_swmode;
usr/src/uts/sun4v/io/vsw.c
707
progress |= PROG_macreg;
usr/src/uts/sun4v/io/vsw.c
725
progress |= PROG_mdreg;
usr/src/uts/sun4v/io/vsw.c
727
vswp->attach_progress = progress;
usr/src/uts/sun4v/io/vsw.c
740
vswp->attach_progress = progress;
usr/src/uts/sun4v/io/vsw.c
799
vsw_attach_progress_t progress;
usr/src/uts/sun4v/io/vsw.c
801
progress = vswp->attach_progress;
usr/src/uts/sun4v/io/vsw.c
808
if (progress & PROG_macreg) {
usr/src/uts/sun4v/io/vsw.c
814
progress &= ~PROG_macreg;
usr/src/uts/sun4v/io/vsw.c
826
if (progress & PROG_mdreg) {
usr/src/uts/sun4v/io/vsw.c
829
progress &= ~PROG_mdreg;
usr/src/uts/sun4v/io/vsw.c
843
if (progress & PROG_swmode) {
usr/src/uts/sun4v/io/vsw.c
856
progress &= ~PROG_swmode;
usr/src/uts/sun4v/io/vsw.c
865
if (progress & PROG_rxp_taskq) {
usr/src/uts/sun4v/io/vsw.c
867
progress &= ~PROG_rxp_taskq;
usr/src/uts/sun4v/io/vsw.c
875
if (progress & PROG_taskq) {
usr/src/uts/sun4v/io/vsw.c
877
progress &= ~PROG_taskq;
usr/src/uts/sun4v/io/vsw.c
881
if (progress & PROG_mfdb) {
usr/src/uts/sun4v/io/vsw.c
883
progress &= ~PROG_mfdb;
usr/src/uts/sun4v/io/vsw.c
887
if (progress & PROG_fdb) {
usr/src/uts/sun4v/io/vsw.c
890
progress &= ~PROG_fdb;
usr/src/uts/sun4v/io/vsw.c
893
if (progress & PROG_readmd) {
usr/src/uts/sun4v/io/vsw.c
899
progress &= ~PROG_readmd;
usr/src/uts/sun4v/io/vsw.c
902
if (progress & PROG_locks) {
usr/src/uts/sun4v/io/vsw.c
911
progress &= ~PROG_locks;
usr/src/uts/sun4v/io/vsw.c
914
vswp->attach_progress = progress;
usr/src/uts/sun4v/io/vsw_ldc.c
574
progress;
usr/src/uts/sun4v/io/vsw_ldc.c
576
progress = PROG_init;
usr/src/uts/sun4v/io/vsw_ldc.c
631
progress |= PROG_tx_thread;
usr/src/uts/sun4v/io/vsw_ldc.c
653
progress |= PROG_callback;
usr/src/uts/sun4v/io/vsw_ldc.c
685
if (progress & PROG_callback) {
usr/src/uts/sun4v/io/vsw_ldc.c
690
if (progress & PROG_tx_thread) {