Searched defs:abort (Results 1 - 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dabort.c40 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
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdlib.c44 * Standalone's approximation of abort().
47 abort(void) function
/illumos-gate/usr/src/uts/sun/io/audio/drv/audiocs/
H A Daudio_4231_apcdma.c272 uint32_t abort; local
279 abort = APC_P_ABORT;
283 abort = APC_C_ABORT;
288 /* first, abort the DMA engine */
289 OR_SET_WORD(handle, &APC_DMACSR, abort);
298 /* now clear the enable and abort bits */
299 AND_SET_WORD(handle, &APC_DMACSR, ~(abort|disable));
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DConsumer.java421 * @see #abort()
428 * abort()} is effectively the same as {@link #stop()} except that
431 * true} immediately after a call to {@code abort()}, since an
433 * Specifically, a call to {@code abort()} stops tracing just before
444 * The {@code abort()} and {@code stop()} methods have slightly
452 * sleeping to wait for traced probe data). Calling {@code abort()}
456 * state of a consumer after calling {@code abort()}, nor is it
458 * abort()}. That may be preferable, for example, when you want to
459 * abort a consumer opened and started in another thread.
463 public void abort(); method in interface:Consumer
[all...]
H A DLocalConsumer.java870 abort() method in class:LocalConsumer
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c43 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) {
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drdr_param_types.h195 abort_cmd_params_t abort; member in union:__anon378
H A Dremote_cfg.h341 rdr_abort_cmd_t abort; member in union:__anon403
/illumos-gate/usr/src/lib/krb5/ss/
H A Dss_internal.h87 int abort; /* exit subsystem */ member in struct:_ss_data
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_clock.c287 Q abort; local
492 "TXQ abort: sbp=%p iotag=%d tmo=%d", sbp,
512 bzero((void *)&abort, sizeof (Q));
540 sbp, &abort, flag);
550 iocbq = (IOCBQ *)abort.q_first;
564 /* Now trigger IO channel service to send these abort iocbq */
1170 /* Create the abort IOCB */
1335 Q abort; local
1342 bzero((void *)&abort, sizeof (Q));
1383 if (abort
[all...]
H A Demlxs_fcp.c36 Q *abort, uint8_t *flag, emlxs_buf_t *fpkt);
236 * Convert a task abort to a check condition with no data
2256 Q abort; local
2264 bzero((void *)&abort, sizeof (Q));
2276 if (abort.q_first == 0) {
2277 abort.q_first =
2280 ((IOCBQ *)abort.q_last)->next =
2285 abort.q_last = ndlp->nlp_ptx[channelno].q_last;
2286 abort.q_cnt += ndlp->nlp_ptx[channelno].q_cnt;
2292 if (abort
2474 Q abort; local
2766 Q abort; local
3678 Q abort; local
3750 Q abort; local
3941 Q abort; local
4380 emlxs_sbp_abort_add(emlxs_port_t *port, emlxs_buf_t *sbp, Q *abort, uint8_t *flag, emlxs_buf_t *fpkt) argument
[all...]
H A Demlxs_sli4.c899 /* Just report descrepencies, don't abort the attach */
3911 * Don't give the abort priority, we want the IOCB
4609 /* This allows fct to abort the request */
4847 /* This allows fct to abort the request */
5945 uint32_t abort = 1; local
6320 /* No need to abort */
6321 abort = 0;
6347 /* Try to send abort response */
6696 /* Sequence handled, no need to abort */
6697 abort
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_secinfo.c729 bool_t abort; local
749 abort = nfs4_start_recovery(&e, mi, NULL,
758 if (abort == FALSE) {
H A Dnfs4_recovery.c346 bool_t abort = FALSE; local
360 abort = TRUE;
365 abort = TRUE;
367 if (abort) {
H A Dnfs4_subr.c2124 bool_t abort; local
2126 abort = nfs4_start_recovery(&e, mi,
2129 if (abort) {
2189 bool_t abort; local
2191 abort = nfs4_start_recovery(&e, mi,
2194 if (abort) {
H A Dnfs4_client.c1032 bool_t abort; local
1037 abort = nfs4_start_recovery(&e, VTOMI4(vp), vp, NULL, NULL,
1045 if (abort == FALSE)
1654 * complete. If a signal is delivered we will abort and return non-zero;
H A Dnfs4_vfsops.c1796 bool_t abort; local
1811 abort = nfs4_start_recovery(ep, mi, NULL,
1821 if (abort == FALSE)
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c604 xenbus_transaction_end(xenbus_transaction_t t, int abort) argument
609 if (abort)
/illumos-gate/usr/src/uts/common/sys/
H A Dser_sync.h164 int abort; /* abort received */ member in struct:sl_stats
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_so.c699 int abort = 30000; local
711 (char *)&abort, sizeof (int), CRED());
1682 * The connection state machine should only abort tasks after
1684 * won't be a simultaneous attempt to abort this task at the
1698 * SCSI task abort -- if tasks were being aborted because
2850 * Before we leave, we need to abort every item remaining in the
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h134 #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
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c264 static int sf_abort_flag = 0; /* bool: to do just one abort */
4406 /* abort all cmds for this target */
4581 * called by the transport to abort a target
4632 /* call transport to abort command */
4683 * if that fails call the transport to abort it
4699 /* abort cmds for this targ */
4878 /* call the transport to abort a cmd */
4908 * Defer releasing the packet if we abort returned with
4981 * abort all commands for a target
4983 * if try_abort is set then send an abort
4987 sf_abort_all(struct sf *sf, struct sf_target *target, int abort, int lip_cnt, int try_abort) argument
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h309 ISCSI_CMD_TYPE_ABORT, /* abort */
436 * to the abort command chasing this one.
456 /* pointer to original iscsi_cmd, for abort */
458 } abort; member in union:iscsi_cmd::__anon6492
502 * will get set. We don't abort the cmd immediately because
505 * we will abort the cmd and state no sense data was available.
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h879 struct megasas_abort_frame abort; member in union:megasas_frame
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h1538 struct mrsas_abort_frame abort; member in union:mrsas_frame

Completed in 447 milliseconds

12