Searched refs:done (Results 226 - 250 of 461) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Drb_cputime.d79 ruby*:::object-create-done
H A Dtcl_insflow.d116 tcl*:::inst-done
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/JavaScript/
H A Djs_calltime.d79 javascript*:::object-create-done
H A Djs_cputime.d79 javascript*:::object-create-done
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Ruby/
H A Drb_calldist.d80 ruby*:::object-create-done
H A Drb_calltime.d79 ruby*:::object-create-done
H A Drb_cpudist.d80 ruby*:::object-create-done
H A Drb_cputime.d79 ruby*:::object-create-done
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Tcl/
H A Dtcl_insflow.d116 tcl*:::inst-done
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Command/
H A DMM.pm30 be done with large "one" liners.
238 We will show what would have been done.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm72 my %done = ();
78 next if defined $done{$pkg};
80 $done{$pkg} = 1;
542 my $done = 0;
543 while (!$done and length(${*$cmd}{'net_cmd_readbuf'}) < $len) {
545 $done++ if ${*$cmd}{'net_cmd_readbuf'} =~ s/^\.\r?\n\Z//m;
551 delete ${*$cmd}{'net_cmd_readbuf'} if $done;
655 End the sending of data to the remote server. This is done by ensuring that
H A DPing.pm189 # No preliminary work needs to be done.
419 $done, # set to 1 when we are done
450 $done = 0;
451 $finish_time = &time() + $timeout; # Must be done by this time
452 while (!$done && $timeout > 0) # Keep trying if we have time
459 $done = 1;
484 $done = 1;
487 $done = 1;
858 # done
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfreserve.c88 goto done;
106 if(n > 0 && n >= sz) /* all done */
165 done: /* compute the buffer to be returned */
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c76 * fstat64 is done here and the stat structure is returned
415 goto done;
419 done:
H A Dselect.c118 goto done;
133 done:
180 * doing more work than select would've done.
H A Dselect_large_fdset.c143 * failed. We expect malloc() to have done the proper
171 goto done;
178 done:
227 * doing more work than select would've done.
/osnet-11/usr/src/lib/libsum/common/
H A Dsumlib.c53 int (*done)(Sum_t*); member in struct:Method_s
210 "crc-0x04c11db7-rotate-done-size"
215 "crc-0xedb88320-init-done"
315 * done with this run of blocks
323 return (*p->method->done)(p);
/osnet-11/usr/src/lib/libsasl/lib/
H A Dserver.c688 if (result!=SASL_OK) goto done;
702 goto done;
709 goto done;
727 goto done;
731 goto done;
736 goto done;
753 done:
778 if (result!=SASL_OK) goto done;
795 goto done;
802 goto done;
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c303 /* If there are no trans, make sure timer is off, and we're done. */
523 int done = 0; local
534 done = 1;
536 done = 0;
545 (done ? 0 : CTL_MORE));
551 if (done) {
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dread.c322 goto done;
452 goto done;
501 goto done;
710 goto done;
720 done:
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmain.c456 goto done;
462 goto done;
577 goto done;
612 goto done;
619 done:
/osnet-11/usr/src/lib/libvrrpadm/common/
H A Dlibvrrpadm.c185 goto done;
193 done:
627 goto done;
634 goto done;
649 done:
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c185 goto done;
190 goto done;
205 done:
1143 goto done;
1152 goto done;
1163 goto done;
1170 done:
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dntfs.c807 goto done;
824 goto done;
847 goto done;
860 goto done;
885 goto done;
894 goto done;
905 goto done;
908 goto done;
919 done:
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_persist.c554 goto done;
558 goto done;
568 done:

Completed in 55 milliseconds

1234567891011>>