/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | progress.test | 13 # focus of this file is testing the 'progress callback'. 15 # $Id: progress.test,v 1.1 2003/10/18 09:37:27 danielk1977 Exp $ 39 # Test that the progress callback is invoked. 40 do_test progress-1.0 { 42 db progress 1 "[namespace code {incr counter}] ; expr 0" 49 # Test that the query is abandoned when the progress callback returns non-zero 52 db progress 1 "[namespace code {incr counter}] ; expr 1" 59 # Test that the query is rolled back when the progress callback returns 64 db progress 1 "[namespace code {incr five_rows}] ; expr 0" 69 db progress 0 "" [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_trim/ |
H A D | zpool_trim_rate.ksh | 62 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 D | zpool_trim_attach_detach_add_remove.ksh | 44 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 D | zpool_trim_offline_export_import_online.ksh | 43 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 D | zpool_trim_suspend_resume.ksh | 64 progress="$(trim_progress $TESTPOOL $LARGEFILE)" 67 [[ "$progress" -eq "$(trim_progress $TESTPOOL $LARGEFILE)" ]] || \ 71 [[ "$progress" -le "$(trim_progress $TESTPOOL $LARGEFILE)" ]] ||
|
H A D | zpool_trim_online_offline.ksh | 47 progress="$(trim_progress $TESTPOOL $DISK1)" 48 [[ -z "$progress" ]] && log_fail "Trimming did not start" 55 [[ "$progress" -le "$new_progress" ]] || \
|
H A D | zpool_trim_import_export.ksh | 60 progress="$(trim_progress $TESTPOOL $LARGEFILE)" 61 [[ -z "$progress" ]] && log_fail "Trimming did not start" 69 [[ "$progress" -le "$new_progress" ]] || \
|
H A D | zpool_trim_multiple.ksh | 55 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 D | zpool_initialize_attach_detach_add_remove.ksh | 49 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 D | zpool_initialize_offline_export_import_online.ksh | 47 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 D | zpool_initialize_suspend_resume.ksh | 53 progress="$(initialize_progress $TESTPOOL $DISK1)" 56 [[ "$progress" -eq "$(initialize_progress $TESTPOOL $DISK1)" ]] || \ 60 [[ "$progress" -le "$(initialize_progress $TESTPOOL $DISK1)" ]] ||
|
H A D | zpool_initialize_import_export.ksh | 51 progress="$(initialize_progress $TESTPOOL $DISK1)" 52 [[ -z "$progress" ]] && log_fail "Initializing did not start" 59 [[ "$progress" -le "$new_progress" ]] || \
|
H A D | zpool_initialize_online_offline.ksh | 51 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 D | eib_main.c | 202 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 857 if (progress & EIB_ATTACH_REGISTER_MAC_DONE) in eib_rb_attach() [all …]
|
H A D | eib_ibt.c | 80 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() 662 eib_rb_ibt_hca_init(eib_t *ss, uint_t progress) in eib_rb_ibt_hca_init() argument 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() [all …]
|
H A D | eib_vnic.c | 92 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() 1145 eib_rb_vnic_create(eib_t *ss, eib_vnic_t *vnic, uint_t progress) in eib_rb_vnic_create() argument 1147 if (progress & EIB_VNIC_CREATE_COMMON_DONE) { in eib_rb_vnic_create() 1151 if (progress & EIB_VNIC_GOT_INSTANCE) { in eib_rb_vnic_create() 1156 if (progress & EIB_VNIC_STRUCT_ALLOCD) { in eib_rb_vnic_create() 1249 uint_t progress = 0; in eib_vnic_create_common() local [all …]
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vsw.c | 585 vsw_attach_progress_t progress = PROG_init; in vsw_attach() local 625 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() 675 progress |= PROG_rxp_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() [all …]
|
/illumos-gate/usr/src/uts/common/io/rge/ |
H A D | rge_main.c | 1441 rgep->progress &= ~PROGRESS_READY; in rge_unattach() 1453 if (rgep->progress & PROGRESS_KSTATS) in rge_unattach() 1456 if (rgep->progress & PROGRESS_PHY) in rge_unattach() 1459 if (rgep->progress & PROGRESS_INIT) { in rge_unattach() 1466 if (rgep->progress & PROGRESS_INTR) { in rge_unattach() 1476 if (rgep->progress & PROGRESS_FACTOTUM) in rge_unattach() 1479 if (rgep->progress & PROGRESS_RESCHED) in rge_unattach() 1482 if (rgep->progress & PROGRESS_NDD) in rge_unattach() 1487 if (rgep->progress & PROGRESS_REGS) in rge_unattach() 1490 if (rgep->progress & PROGRESS_CFG) in rge_unattach() [all …]
|
/illumos-gate/usr/src/common/lzma/ |
H A D | LzmaEnc.h | 58 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 D | nge_main.c | 378 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() 2241 ngep->progress &= ~PROGRESS_READY; in nge_unattach() 2253 if (ngep->progress & PROGRESS_KSTATS) in nge_unattach() 2256 if (ngep->progress & PROGRESS_HWINT) { in nge_unattach() 2267 if (ngep->progress & PROGRESS_SWINT) in nge_unattach() [all …]
|
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge_main2.c | 496 if (!(bgep->progress & PROGRESS_INTR)) { in bge_m_stop() 543 if (!(bgep->progress & PROGRESS_INTR)) { 625 if (!(bgep->progress & PROGRESS_INTR)) { 1321 if (!(bgep->progress & PROGRESS_INTR)) { 1397 if (!(bgep->progress & PROGRESS_INTR)) { 1977 if (!(bgep->progress & PROGRESS_INTR)) { 3165 ASSERT(bgep->progress & PROGRESS_BUFS); 3258 bgep->progress &= ~PROGRESS_READY; 3269 if (bgep->progress & PROGRESS_KSTATS) 3271 if (bgep->progress & PROGRESS_PHY) [all …]
|
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | util.h | 70 int progress(int64_t arg, int64_t completed);
|
/illumos-gate/usr/src/uts/common/io/skd/ |
H A D | skd.c | 4665 int progress = 0; in skd_attach() local 4720 progress |= SKD_SOFT_STATE_ALLOCED; in skd_attach() 4751 progress |= SKD_PATHNAME_ALLOCED; in skd_attach() 4760 progress |= SKD_CONFIG_SPACE_SETUP; 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() [all …]
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | todds1337.h | 120 uint32_t progress; member
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | find.c | 923 progress("%ld of %ld symbols matched", in findterm() 939 progress("%ld of %ld files searched", searchcount, in fileprogress() 956 progress(char *format, long n1, long n2) in progress() function 1024 progress("%ld of %ld possible references retrieved", in getposting()
|