Home
last modified time | relevance | path

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

123

/titanic_41/usr/src/lib/libsqlite/test/
H A Dprogress.test15 # 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 …]
/titanic_41/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
857 if (progress & EIB_ATTACH_REGISTER_MAC_DONE) 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()
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 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()
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 …]
/titanic_41/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);
/titanic_41/usr/src/uts/sun4v/io/
H A Dvsw.c585 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 …]
/titanic_41/usr/src/uts/common/io/rge/
H A Drge_main.c1441 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 …]
/titanic_41/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()
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 …]
/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_main2.c526 if (!(bgep->progress & PROGRESS_INTR)) { in bge_m_stop()
573 if (!(bgep->progress & PROGRESS_INTR)) {
655 if (!(bgep->progress & PROGRESS_INTR)) {
1357 if (!(bgep->progress & PROGRESS_INTR)) {
1433 if (!(bgep->progress & PROGRESS_INTR)) {
1991 if (!(bgep->progress & PROGRESS_INTR)) {
3177 ASSERT(bgep->progress & PROGRESS_BUFS);
3270 bgep->progress &= ~PROGRESS_READY;
3281 if (bgep->progress & PROGRESS_KSTATS)
3283 if (bgep->progress & PROGRESS_PHY)
[all …]
/titanic_41/usr/src/cmd/cdrw/
H A Dutil.h72 int progress(int64_t arg, int64_t completed);
H A Dutil.c195 progress(int64_t arg, int64_t completed) in progress() function
/titanic_41/usr/src/uts/sun4u/snowbird/sys/
H A Dtodds1307.h90 uint32_t progress; member
/titanic_41/usr/src/uts/sun4u/sys/
H A Dtodds1337.h120 uint32_t progress; member
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c869 boolean_t verbose, dryrun, parsable, progress, embed_data, std_out; member
1224 if (sdd->progress) { in dump_snapshot()
1245 if (sdd->progress) { in dump_snapshot()
1329 boolean_t needagain, progress; in dump_filesystems() local
1358 needagain = progress = B_FALSE; in dump_filesystems()
1405 progress = B_TRUE; in dump_filesystems()
1411 assert(progress); in dump_filesystems()
1595 if (flags->progress) { in zfs_send_resume()
1611 if (flags->progress) { in zfs_send_resume()
1804 sdd.progress = flags->progress; in zfs_send()
[all …]
/titanic_41/usr/src/uts/common/io/skd/
H A Dskd.c4663 int progress = 0; in skd_attach() local
4718 progress |= SKD_SOFT_STATE_ALLOCED; in skd_attach()
4749 progress |= SKD_PATHNAME_ALLOCED; in skd_attach()
4758 progress |= SKD_CONFIG_SPACE_SETUP; in skd_attach()
4776 progress |= SKD_REGS_MAPPED; in skd_attach()
4800 progress |= SKD_DEV_IOBASE_MAPPED; in skd_attach()
4823 progress |= SKD_PROBED; in skd_attach()
4824 progress |= SKD_CONSTRUCTED; in skd_attach()
4837 progress |= SKD_INTR_ADDED; in skd_attach()
4844 progress |= SKD_ATTACHED; in skd_attach()
[all …]
/titanic_41/usr/src/tools/cscope-fast/
H A Dfind.c925 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()
H A Dglobal.h250 void progress(char *format, long n1, long n2);
/titanic_41/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c2563 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 …]
/titanic_41/usr/src/uts/common/io/
H A Dbscv.c618 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 …]
/titanic_41/usr/src/cmd/format/
H A Dctlr_scsi.c3518 uint16_t progress; in test_until_ready() local
3549 progress = ((uint16_t)sense. in test_until_ready()
3551 progress |= (uint16_t)sense. in test_until_ready()
3553 progress = (uint16_t)(((float)progress / in test_until_ready()
3564 if ((check - start) <= 0 || progress <= 5) { in test_until_ready()
3567 progress); in test_until_ready()
3571 - start) / (float)progress) * in test_until_ready()
3572 (float)(100 - progress)); in test_until_ready()
3579 progress, hour, min, sec); in test_until_ready()
/titanic_41/usr/src/uts/common/sys/
H A Dbscv_impl.h178 int progress; /* progress indicator for attach */ member
/titanic_41/usr/src/lib/libc/port/gen/
H A Derrlist163 149 Operation already in progress
164 150 Operation now in progress
/titanic_41/usr/src/lib/libunistat/common/solaris/
H A Dsolaris.err171 ALREADY = operation already in progress
172 INPROGRESS = operation now in progress
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c612 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 = 0;
[all …]
/titanic_41/usr/src/lib/libraidcfg/common/
H A Draidcfg_spi.h326 uint32_t progress; member

123