Home
last modified time | relevance | path

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

12

/titanic_50/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_50/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()
H A Dsqlite.h.in709 ** virtual machine. If the virtual machine has not completed execution
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dsleep.c120 static void completed(void * handle) in completed() function
133 tp = (void*)sh_timeradd(1000*sec, 0, completed, (void*)&expired); in sleep()
149 tp = (void*)sh_timeradd(1000*sec, 0, completed, (void*)&expired); in sleep()
/titanic_50/usr/src/lib/libbsm/
H A Dauditxml.pm546 xmlHandlers::registerStartCallback($localName, \&completed);
550 xmlHandlers::registerEndCallback($localName, \&completed);
555 sub completed { subroutine
/titanic_50/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_50/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_50/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_50/usr/src/test/zfs-tests/tests/functional/inheritance/
H A DREADME.state31 # properties after the operation has been completed.
/titanic_50/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_50/usr/src/cmd/ssh/etc/
H A Dsshd_config95 # Length of time in seconds before a client that hasn't completed
/titanic_50/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_50/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_50/usr/src/cmd/praudit/
H A Dprint_audit.txt144 updated to reflect status (up to the end of the last completed
/titanic_50/usr/src/cmd/mdb/demo/
H A DREADME152 of software problems at customer sites. Your completed MDB modules should
/titanic_50/usr/src/cmd/fm/eversholt/files/common/
H A Ddisk.esc130 * to complete. Once it has completed the diagnosis continues
/titanic_50/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_50/usr/src/lib/libshell/common/
H A DRELEASE91 block until the background process completed has been fixed.
216 a core dump when the subshell completed has been fixed.
309 was that of the most recent command substitution that had completed
367 loose output that was produced after the foreground completed
429 jobs completed has been fixed.
572 specified file only of the command has completed successfully.
722 07-07-31 A bug in which a pipeline that completed correctly could have
766 cause an unset error when the subshell completed has been fixed.
1212 can be completed.
1224 completed quickly has been fixed.
[all …]
H A DREADME152 in sh/init.c has to be completed to interface with the dictionary
/titanic_50/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_50/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_50/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).
/titanic_50/usr/src/grub/grub-0.97/
H A DNEWS556 partially completed disk/partition/file-name combination. Try it
/titanic_50/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg705 @ MSG_FIL_HDL_ORPHAN "handle=%s; deletion cannot be completed: moving to \

12