Home
last modified time | relevance | path

Searched refs:completed (Results 1 – 25 of 35) sorted by relevance

12

/titanic_53/usr/src/cmd/cdrw/
H A Dutil.c195 progress(int64_t arg, int64_t completed) in progress() argument
200 if (completed == -1) { in progress()
209 gettext("%d bytes written"), completed); in progress()
214 total = (((uint64_t)completed) * 100)/total; in progress()
H A Dutil.h72 int progress(int64_t arg, int64_t completed);
/titanic_53/usr/src/lib/libsqlite/src/
H A Dtest4.c44 int completed; /* Number of operations completed */ member
73 p->completed = 1; in thread_main()
74 while( p->opnum<=p->completed ) sched_yield(); in thread_main()
81 p->completed++; in thread_main()
82 while( p->opnum<=p->completed ) sched_yield(); in thread_main()
96 p->completed++; in thread_main()
144 threadset[i].completed = 0; in tcl_thread_create()
160 while( p->opnum>p->completed ) sched_yield(); in thread_wait()
/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dsleep.c130 static void completed(void * handle) in completed() function
143 tp = (void*)sh_timeradd(1000*sec, 0, completed, (void*)&expired); in sleep()
159 tp = (void*)sh_timeradd(1000*sec, 0, completed, (void*)&expired); in sleep()
/titanic_53/usr/src/lib/libbsm/
H A Dauditxml.pm546 xmlHandlers::registerStartCallback($localName, \&completed);
550 xmlHandlers::registerEndCallback($localName, \&completed);
555 sub completed { subroutine
/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/
H A DMakefile24 SHOPT_BGX == 1 /* one SIGCHLD trap per completed job */
H A DRELEASE12 some variables from getting restored when the subshell completed
457 command substition is not completed before the closing ), for
821 the subshell completed has been fixed.
997 block until the background process completed has been fixed.
1122 a core dump when the subshell completed has been fixed.
1215 was that of the most recent command substitution that had completed
1273 loose output that was produced after the foreground completed
1335 jobs completed has been fixed.
1478 specified file only of the command has completed successfully.
1628 07-07-31 A bug in which a pipeline that completed correctly could have
[all …]
H A DREADME152 in sh/init.c has to be completed to interface with the dictionary
/titanic_53/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_send.c212 uint32_t completed, polled; in rdsv3_ib_send_cqe_handler() local
233 completed = rdsv3_ib_ring_completed(&ic->i_send_ring, in rdsv3_ib_send_cqe_handler()
236 for (i = 0; i < completed; i++) { in rdsv3_ib_send_cqe_handler()
298 rdsv3_ib_ring_free(&ic->i_send_ring, completed); in rdsv3_ib_send_cqe_handler()
/titanic_53/usr/src/uts/sun4u/io/i2c/nexus/
H A Dpcf8584.c1494 int completed = I2C_PENDING; in pcf8584_do_polled_io() local
1497 while (completed != I2C_COMPLETE) { in pcf8584_do_polled_io()
1501 completed = pcf8584_process(i2c, s1); in pcf8584_do_polled_io()
/titanic_53/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_queue.h493 uint32_t completed: 1; member
506 uint32_t completed: 1; member
/titanic_53/usr/src/test/zfs-tests/tests/functional/inheritance/
H A DREADME.state31 # properties after the operation has been completed.
/titanic_53/usr/src/cmd/smserverd/
H A Dsmediad.c1970 int32_t completed = 0; in client_servproc() local
2386 completed = in client_servproc()
2389 completed = (completed*100/65536); in client_servproc()
2391 completed = (100); in client_servproc()
2393 rmsvc.retcheck_format_status.percent_complete = completed; in client_servproc()
/titanic_53/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw.h523 uint32_t completed:1; member
535 uint32_t completed:1;
/titanic_53/usr/src/uts/sun4u/starfire/ml/
H A Ddrmach_asm.s347 ! read ensures that last write completed (has left queue in the PC chip)
/titanic_53/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dimx51x.dtsi472 * Indicates that the RTIC has completed hashing the
524 /* 97 EMI Boot sequence completed interrupt */
H A Dimx53x.dtsi558 * Indicates that the RTIC has completed hashing the
614 /* 97 EXTMC Boot sequence completed interrupt */
/titanic_53/usr/src/cmd/praudit/
H A Dprint_audit.txt144 updated to reflect status (up to the end of the last completed
/titanic_53/usr/src/boot/
H A DCOPYRIGHT89 Programming Language C was completed by the X3J11 Technical Committee.
/titanic_53/usr/src/cmd/mdb/demo/
H A DREADME152 of software problems at customer sites. Your completed MDB modules should
/titanic_53/usr/src/cmd/fm/eversholt/files/common/
H A Ddisk.esc130 * to complete. Once it has completed the diagnosis continues
/titanic_53/usr/src/lib/libpkg/common/
H A Dpkgweb.c146 static ulong_t const_increment, const_divider, completed, const_completed; variable
2574 completed += const_completed; in progress_report()
2575 (void) fprintf(stderr, "%ld%c", completed, '%'); in progress_report()
/titanic_53/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME174 completed its work in May 2004. The IEEE 802.11i amendment to the IEEE
680 completed before data frames can be exchanged, so wpa_supplicant
/titanic_53/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib1537 # is_pool_resilvered - to check if the pool is resilver completed
1539 # is_pool_scrubbed - to check if the pool is scrub completed
/titanic_53/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-357 writes the completed Stage 1 to the first block of the device
450 process and it would not have completed the install).

12