Searched defs:abort (Results 1 - 10 of 10) sorted by relevance
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | abort.c | 40 static int pass = 0; /* counts how many times abort has been called */ 43 * abort() - terminate current process with dump via SIGABRT 46 abort(void) function
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/ |
H A D | stdlib.h | 50 abort (void) function
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/FTP/ |
H A D | dataconn.pm | 21 sub abort subroutine 26 # no need to abort if we have finished the xfer 31 # read a single byte, then abort them after a while the server will 43 $ftp->abort; # this will close me 66 return $data->abort unless ${*$data}{'net_ftp_eof'};
|
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Consumer.java | 418 * @see #abort() 425 * abort()} is effectively the same as {@link #stop()} except that 428 * true} immediately after a call to {@code abort()}, since an 430 * Specifically, a call to {@code abort()} stops tracing just before 441 * The {@code abort()} and {@code stop()} methods have slightly 449 * sleeping to wait for traced probe data). Calling {@code abort()} 453 * state of a consumer after calling {@code abort()}, nor is it 455 * abort()}. That may be preferable, for example, when you want to 456 * abort a consumer opened and started in another thread. 460 public void abort(); method in interface:Consumer [all...] |
H A D | LocalConsumer.java | 872 abort() method in class:LocalConsumer
|
/osnet-11/usr/src/lib/krb5/ss/ |
H A D | ss_internal.h | 88 int abort; /* exit subsystem */ member in struct:_ss_data
|
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | fsys_tftp.c | 43 static int buf_fill_undi(int abort); 235 buf_fill (int abort) argument 238 grub_printf ("buf_fill (%d)\n", abort); 242 return (buf_fill_undi(abort)); 403 tp.opcode = abort ? htons (TFTP_ERROR) : htons (TFTP_ACK); 413 if (abort) 491 /* If the drive is not initialized yet, abort. */ 721 buf_fill_undi(int abort) argument 730 if (abort) {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | FTP.pm | 415 sub abort subroutine 466 $data->abort; 474 $data->abort; 506 $data->abort; 778 $sock->abort; 1140 $dftp->abort; 1606 =item abort () 1665 =item abort ()
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | XSUB.h | 454 # define abort PerlProc_abort macro
|
/osnet-11/usr/src/lib/libast/common/vmalloc/ |
H A D | vmhdr.h | 134 #define VM_abort 0x0002 /* abort() on assertion failure */ 151 #define ASSERT(p) ((p) ? 0 : (MESSAGE("Assertion failed"), ABORT() ? (abort(),0) : 0)) 530 extern void abort _ARG_(( void )); 559 #define abort() (DebugBreak(),abort()) macro
|
Completed in 39 milliseconds