| /onnv-gate/usr/src/lib/libsqlite/test/ |
| H A D | progress.test | 15 # focus of this file is testing the 'progress callback'. 17 # $Id: progress.test,v 1.1 2003/10/18 09:37:27 danielk1977 Exp $ 41 # Test that the progress callback is invoked. 42 do_test progress-1.0 { 44 db progress 1 "[namespace code {incr counter}] ; expr 0" 51 # Test that the query is abandoned when the progress callback returns non-zero 54 db progress 1 "[namespace code {incr counter}] ; expr 1" 61 # Test that the query is rolled back when the progress callback returns 66 db progress 1 "[namespace code {incr five_rows}] ; expr 0" 71 db progress 0 "" [all …]
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/common/ |
| H A D | ExportController.java | 258 int progress = 0; in exportData() local 263 exporter.updateProgress(progress, in exportData() 273 progress += optionOps; in exportData() 277 exporter.updateProgress(progress, in exportData() 289 progress += macroOps; in exportData() 301 exporter.updateProgress(progress, form.format(nets)); in exportData() 303 progress += DEFAULT_CLIENTS_PER_NET; in exportData() 323 exporter.updateProgress(progress, in exportData() 337 progress += optionDelOps; in exportData() 342 exporter.updateProgress(progress, in exportData() [all …]
|
| H A D | ImportController.java | 159 int progress = 0; in importData() local 162 importer.updateProgress(progress, in importData() 172 progress += OPTION_OPS; in importData() 173 importer.updateProgress(progress, in importData() 183 progress += MACRO_OPS; in importData() 196 importer.updateProgress(progress, form.format(args)); in importData() 204 progress += NET_OPS; in importData()
|
| /onnv-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 …]
|
| /onnv-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);
|
| /onnv-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 …]
|
| /onnv-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 …]
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/ |
| H A D | ConvertWizard.java | 423 final ProgressManager progress = new ProgressManager(this, in doFinish() local 470 progress.update(++counter, message); in doFinish() 491 progress.update(++counter, message); in doFinish() 517 progress.update(++counter, message); in doFinish() 540 progress.update(++counter, message); in doFinish() 567 progress.update(++counter, message); in doFinish() 588 progress.update(++counter, message); in doFinish() 597 progress.update(counter, ""); in doFinish() 617 progress.update(++counter, message); in doFinish()
|
| H A D | MultipleOperationDialog.java | 78 protected void updateProgress(int progress, String msg) in updateProgress() argument 80 progManager.update(progress, msg); in updateProgress()
|
| H A D | ImportWizard.java | 337 ProgressManager progress; 344 progress = new ProgressManager(ImportWizard.this, 352 progress.update(done, message);
|
| H A D | ExportWizard.java | 511 ProgressManager progress; in doFinish() 519 progress = new ProgressManager(ExportWizard.this, in doFinish() 527 progress.update(done, message); in doFinish()
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/ |
| H A D | ProgressManager.java | 71 public void update(int progress, String msg) throws InterruptedException { in update() argument 72 count = progress; in update()
|
| /onnv-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 …]
|
| /onnv-gate/usr/src/uts/common/io/bge/ |
| H A D | bge_main2.c | 486 if (!(bgep->progress & PROGRESS_INTR)) { in bge_m_stop() 534 if (!(bgep->progress & PROGRESS_INTR)) { 611 if (!(bgep->progress & PROGRESS_INTR)) { 1298 if (!(bgep->progress & PROGRESS_INTR)) { 1374 if (!(bgep->progress & PROGRESS_INTR)) { 1891 if (!(bgep->progress & PROGRESS_INTR)) { 2861 ASSERT(bgep->progress & PROGRESS_BUFS); 2954 bgep->progress &= ~PROGRESS_READY; 2964 if (bgep->progress & PROGRESS_KSTATS) 2966 if (bgep->progress & PROGRESS_PHY) [all …]
|
| /onnv-gate/usr/src/cmd/ntfsprogs/ |
| H A D | ntfsclone.c | 678 struct progress_bar progress; in clone_ntfs() local 689 progress_init(&progress, p_counter, nr_clusters, 100); in clone_ntfs() 700 progress_update(&progress, ++p_counter); in clone_ntfs() 710 progress_update(&progress, ++p_counter); in clone_ntfs() 719 struct progress_bar *progress, u64 *p_counter) in write_empty_clusters() argument 729 progress_update(progress, ++(*p_counter)); in write_empty_clusters() 739 struct progress_bar progress; in restore_image() local 743 progress_init(&progress, p_counter, opt.std_out ? in restore_image() 759 &progress, &p_counter); in restore_image() 769 progress_update(&progress, ++p_counter); in restore_image() [all …]
|
| H A D | ntfsresize.c | 197 struct progress_bar progress; member 1005 struct progress_bar progress; in build_allocation_bitmap() local 1017 progress_init(&progress, inode, nr_mft_records - 1, pb_flags); in build_allocation_bitmap() 1020 progress_update(&progress, inode); in build_allocation_bitmap() 1444 progress_update(&resize->progress, resize->relocations); in copy_clusters() 1724 progress_init(&resize->progress, 0, resize->relocations, resize->progress.flags); in relocate_inodes() 2158 r->progress.flags |= NTFS_PROGBAR_SUPPRESS; in update_bootsector() 2162 r->progress.flags &= ~NTFS_PROGBAR_SUPPRESS; in update_bootsector() 2444 resize.progress.flags |= NTFS_PROGBAR; in main()
|
| /onnv-gate/usr/src/cmd/cdrw/ |
| H A D | util.h | 72 int progress(int64_t arg, int64_t completed);
|
| /onnv-gate/usr/src/uts/sun4u/snowbird/sys/ |
| H A D | todds1307.h | 90 uint32_t progress; member
|
| /onnv-gate/usr/src/uts/sun4u/sys/ |
| H A D | todds1337.h | 120 uint32_t progress; member
|
| /onnv-gate/usr/src/uts/common/fs/zfs/ |
| H A D | dnode_sync.c | 376 int progress; in dnode_evict_dbufs() local 383 progress = FALSE; in dnode_evict_dbufs() 398 progress = TRUE; in dnode_evict_dbufs() 402 progress = TRUE; in dnode_evict_dbufs() 422 } while (progress); in dnode_evict_dbufs()
|
| /onnv-gate/usr/src/tools/cscope-fast/ |
| H A D | find.c | 925 progress("%ld of %ld symbols matched", in findterm() 941 progress("%ld of %ld files searched", searchcount, in fileprogress() 958 progress(char *format, long n1, long n2) in progress() function 1026 progress("%ld of %ld possible references retrieved", in getposting()
|
| /onnv-gate/usr/src/uts/common/io/ib/clients/ibd/ |
| H A D | ibd.c | 2563 uint32_t progress = state->id_mac_state; in ibd_part_unattach() local 2569 if (progress & IBD_DRV_RC_SRQ_ALLOCD) { in ibd_part_unattach() 2575 if (progress & IBD_DRV_MAC_REGISTERED) { in ibd_part_unattach() 2580 if (progress & IBD_DRV_ASYNC_THR_CREATED) { in ibd_part_unattach() 2600 if (progress & IBD_DRV_REQ_LIST_INITED) { in ibd_part_unattach() 2607 if (progress & IBD_DRV_PD_ALLOCD) { in ibd_part_unattach() 2617 if (progress & IBD_DRV_HCA_OPENED) { in ibd_part_unattach() 2628 if (progress & IBD_DRV_IBTL_ATTACH_DONE) { in ibd_part_unattach() 2649 if (progress & IBD_DRV_TXINTR_ADDED) { in ibd_part_unattach() 2655 if (progress & IBD_DRV_RXINTR_ADDED) { in ibd_part_unattach() [all …]
|
| /onnv-gate/usr/src/uts/common/io/ |
| H A D | bscv.c | 618 ssp->progress = 0; in bscv_attach() 650 ssp->progress |= BSCV_LOCKS; in bscv_attach() 661 ssp->progress |= BSCV_MAPPED_REGS; in bscv_attach() 699 ssp->progress |= BSCV_NODES; in bscv_attach() 3165 if (ssp->progress & BSCV_THREAD) in bscv_start_event_daemon() 3172 ssp->progress |= BSCV_THREAD; in bscv_start_event_daemon() 3227 if (!(ssp->progress & BSCV_THREAD)) { in bscv_pause_event_daemon() 3275 if (!(ssp->progress & BSCV_THREAD)) { in bscv_resume_event_daemon() 5050 if (ssp->progress & BSCV_WDOG_CFG) in bscv_attach_common() 5054 if (ssp->progress & BSCV_SIG_SENT) in bscv_attach_common() [all …]
|