Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 25 of 82) sorted by relevance

1234

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dprogress.test13 # focus of this file is testing the 'progress callback'.
39 # Test that the progress callback is invoked.
40 do_test progress-1.0 {
42 db progress 1 "[namespace code {incr counter}] ; expr 0"
69 db progress 0 ""
78 db progress $five_rows "expr 1"
88 # progress query abandons a query.
91 db progress 0 ""
96 db progress 1 "expr 1"
100 db progress 0 ""
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_rate.ksh62 progress=$(trim_progress $TESTPOOL $LARGEFILE)
65 log_must within_tolerance 10 $progress 5
70 progress=$(trim_progress $TESTPOOL $LARGEFILE)
73 log_must within_tolerance 20 $progress 10
78 progress=$(trim_progress $TESTPOOL $LARGEFILE)
81 log_must within_tolerance 50 $progress 15
86 progress=$(trim_progress $TESTPOOL $LARGEFILE)
88 log_must within_tolerance 100 $progress 0
H A Dzpool_trim_attach_detach_add_remove.ksh44 progress="$(trim_progress $TESTPOOL $DISK1)"
45 [[ -z "$progress" ]] && log_fail "Trim did not start"
49 [[ "$progress" -le "$new_progress" ]] || \
51 progress="$new_progress"
55 [[ "$progress" -le "$new_progress" ]] || \
57 progress="$new_progress"
H A Dzpool_trim_offline_export_import_online.ksh43 progress="$(trim_progress $TESTPOOL $DISK1)"
44 [[ -z "$progress" ]] && log_fail "Trimming did not start"
52 [[ "$new_progress" -ge "$progress" ]] || \
58 [[ "$new_progress" -ge "$progress" ]] || \
H A Dzpool_trim_suspend_resume.ksh64 progress="$(trim_progress $TESTPOOL $LARGEFILE)"
67 [[ "$progress" -eq "$(trim_progress $TESTPOOL $LARGEFILE)" ]] || \
71 [[ "$progress" -le "$(trim_progress $TESTPOOL $LARGEFILE)" ]] ||
H A Dzpool_trim_online_offline.ksh47 progress="$(trim_progress $TESTPOOL $DISK1)"
48 [[ -z "$progress" ]] && log_fail "Trimming did not start"
55 [[ "$progress" -le "$new_progress" ]] || \
H A Dzpool_trim_import_export.ksh60 progress="$(trim_progress $TESTPOOL $LARGEFILE)"
61 [[ -z "$progress" ]] && log_fail "Trimming did not start"
69 [[ "$progress" -le "$new_progress" ]] || \
H A Dzpool_trim_multiple.ksh55 progress="$(trim_progress $TESTPOOL $DISK1)"
57 [[ "$progress" -le "$(trim_progress $TESTPOOL $DISK1)" ]] ||
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_initialize/
H A Dzpool_initialize_attach_detach_add_remove.ksh49 progress="$(initialize_progress $TESTPOOL $DISK1)"
50 [[ -z "$progress" ]] && log_fail "Initializing did not start"
54 [[ "$progress" -le "$new_progress" ]] || \
56 progress="$new_progress"
60 [[ "$progress" -le "$new_progress" ]] || \
62 progress="$new_progress"
H A Dzpool_initialize_offline_export_import_online.ksh47 progress="$(initialize_progress $TESTPOOL $DISK1)"
48 [[ -z "$progress" ]] && log_fail "Initializing did not start"
56 [[ "$new_progress" -ge "$progress" ]] || \
62 [[ "$new_progress" -ge "$progress" ]] || \
H A Dzpool_initialize_suspend_resume.ksh53 progress="$(initialize_progress $TESTPOOL $DISK1)"
56 [[ "$progress" -eq "$(initialize_progress $TESTPOOL $DISK1)" ]] || \
60 [[ "$progress" -le "$(initialize_progress $TESTPOOL $DISK1)" ]] ||
H A Dzpool_initialize_import_export.ksh51 progress="$(initialize_progress $TESTPOOL $DISK1)"
52 [[ -z "$progress" ]] && log_fail "Initializing did not start"
59 [[ "$progress" -le "$new_progress" ]] || \
H A Dzpool_initialize_online_offline.ksh51 progress="$(initialize_progress $TESTPOOL $DISK1)"
52 [[ -z "$progress" ]] && log_fail "Initializing did not start"
59 [[ "$progress" -le "$new_progress" ]] || \
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_main.c202 uint_t progress = 0; in eib_attach() local
214 progress |= EIB_ATTACH_STATE_ALLOCD; in eib_attach()
229 progress |= EIB_ATTACH_PROPS_PARSED; in eib_attach()
239 progress |= EIB_ATTACH_STATE_INIT_DONE; in eib_attach()
250 progress |= EIB_ATTACH_IBT_ATT_DONE; in eib_attach()
260 progress |= EIB_ATTACH_EV_CBS_ADDED; in eib_attach()
270 progress |= EIB_ATTACH_REGISTER_MAC_DONE; in eib_attach()
275 eib_rb_attach(ss, progress); in eib_attach()
852 eib_rb_attach(eib_t *ss, uint_t progress) in eib_rb_attach() argument
860 if (progress & EIB_ATTACH_EV_CBS_ADDED) in eib_rb_attach()
[all …]
H A Deib_ibt.c80 uint_t progress = 0; in eib_ibt_hca_init() local
96 progress |= EIB_HCAINIT_HCA_OPENED; in eib_ibt_hca_init()
102 progress |= EIB_HCAINIT_ATTRS_ALLOCD; in eib_ibt_hca_init()
139 progress |= EIB_HCAINIT_HCA_PORTS_QUERIED; in eib_ibt_hca_init()
152 progress |= EIB_HCAINIT_PD_ALLOCD; in eib_ibt_hca_init()
161 progress |= EIB_HCAINIT_CAPAB_RECORDED; in eib_ibt_hca_init()
166 eib_rb_ibt_hca_init(ss, progress); in eib_ibt_hca_init()
666 if (progress & EIB_HCAINIT_CAPAB_RECORDED) { in eib_rb_ibt_hca_init()
673 if (progress & EIB_HCAINIT_PD_ALLOCD) { in eib_rb_ibt_hca_init()
692 if (progress & EIB_HCAINIT_ATTRS_ALLOCD) { in eib_rb_ibt_hca_init()
[all …]
H A Deib_vnic.c92 uint_t progress = 0; in eib_vnic_create() local
137 progress |= EIB_VNIC_STRUCT_ALLOCD; in eib_vnic_create()
146 progress |= EIB_VNIC_GOT_INSTANCE; in eib_vnic_create()
165 progress |= EIB_VNIC_CREATE_COMMON_DONE; in eib_vnic_create()
178 eib_rb_vnic_create(ss, vnic, progress); in eib_vnic_create()
1249 uint_t progress = 0; in eib_vnic_create_common() local
1273 progress |= EIB_VNIC_CTLQP_CREATED; in eib_vnic_create_common()
1285 progress |= EIB_VNIC_DATAQP_CREATED; in eib_vnic_create_common()
1297 progress |= EIB_VNIC_LOGIN_DONE; in eib_vnic_create_common()
1310 progress |= EIB_VNIC_PARTITION_SET; in eib_vnic_create_common()
[all …]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw.c625 progress |= PROG_locks; in vsw_attach()
631 progress |= PROG_readmd; in vsw_attach()
641 progress |= PROG_fdb; in vsw_attach()
650 progress |= PROG_mfdb; in vsw_attach()
664 progress |= PROG_taskq; in vsw_attach()
700 progress |= PROG_swmode; in vsw_attach()
707 progress |= PROG_macreg; in vsw_attach()
725 progress |= PROG_mdreg; in vsw_attach()
829 progress &= ~PROG_mdreg; in vsw_unattach()
883 progress &= ~PROG_mfdb; in vsw_unattach()
[all …]
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_main.c1441 rgep->progress &= ~PROGRESS_READY; in rge_unattach()
1456 if (rgep->progress & PROGRESS_PHY) in rge_unattach()
1482 if (rgep->progress & PROGRESS_NDD) in rge_unattach()
1490 if (rgep->progress & PROGRESS_CFG) in rge_unattach()
1634 rgep->progress |= PROGRESS_CFG; in rge_attach()
1658 rgep->progress |= PROGRESS_REGS; in rge_attach()
1678 rgep->progress |= PROGRESS_NDD; in rge_attach()
1752 rgep->progress |= PROGRESS_INTR; in rge_attach()
1779 rgep->progress |= PROGRESS_INIT; in rge_attach()
1814 rgep->progress |= PROGRESS_PHY; in rge_attach()
[all …]
/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.h58 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
60 int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
75 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c378 int progress; in nge_alloc_bufs() local
388 progress = 0; in nge_alloc_bufs()
403 progress |= ALLOC_TX_BUF; in nge_alloc_bufs()
413 progress |= ALLOC_RX_DESC; in nge_alloc_bufs()
425 if (progress & ALLOC_RX_DESC) in nge_alloc_bufs()
427 if (progress & ALLOC_TX_BUF) { in nge_alloc_bufs()
2445 ngep->progress |= PROGRESS_CFG; in nge_attach()
2454 ngep->progress |= PROGRESS_REGS; in nge_attach()
2463 ngep->progress |= PROGRESS_INTR; in nge_attach()
2505 ngep->progress |= PROGRESS_HWINT; in nge_attach()
[all …]
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c3258 bgep->progress &= ~PROGRESS_READY;
3271 if (bgep->progress & PROGRESS_PHY)
3321 if (bgep->progress & PROGRESS_CFG)
3783 bgep->progress |= PROGRESS_CFG;
3837 bgep->progress |= PROGRESS_REGS;
3876 bgep->progress |= PROGRESS_BUFS;
3948 bgep->progress |= PROGRESS_HWINT;
3976 bgep->progress |= PROGRESS_INTR;
4034 bgep->progress |= PROGRESS_PHY;
4043 bgep->progress |= PROGRESS_NDD;
[all …]
/illumos-gate/usr/src/cmd/cdrw/
H A Dutil.h70 int progress(int64_t arg, int64_t completed);
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dtodds1337.h120 uint32_t progress; member
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c4665 int progress = 0; in skd_attach() local
4720 progress |= SKD_SOFT_STATE_ALLOCED; in skd_attach()
4751 progress |= SKD_PATHNAME_ALLOCED; in skd_attach()
4778 progress |= SKD_REGS_MAPPED; in skd_attach()
4802 progress |= SKD_DEV_IOBASE_MAPPED; in skd_attach()
4825 progress |= SKD_PROBED; in skd_attach()
4826 progress |= SKD_CONSTRUCTED; in skd_attach()
4839 progress |= SKD_INTR_ADDED; in skd_attach()
4846 progress |= SKD_ATTACHED; in skd_attach()
4852 skdev->progress = progress; in skd_attach()
[all …]
/illumos-gate/usr/src/cmd/smbsrv/testoplock/
H A Dcase12.txt20 # and brk-open shoud block (break in progress)

1234