Home
last modified time | relevance | path

Searched refs:Abort (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dassfail.c45 static void Abort(const char *, size_t) __NORETURN;
68 Abort(const char *msg, size_t buflen) in Abort() function
107 Abort(msg, sizeof (msg)); in common_panic()
236 Abort(buf, sizeof (buf)); in lock_error()
325 Abort(buf, sizeof (buf)); in rwlock_error()
373 Abort(buf, sizeof (buf)); in thread_error()
445 Abort(buf, sizeof (buf)); in __assfail()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslerror.c1376 BOOLEAN Abort) in AslCoreSubsystemError() argument
1396 if (Abort) in AslCoreSubsystemError()
H A Daslcompiler.h491 BOOLEAN Abort);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c4046 wqe->un.Abort.Criteria = ABORT_REQ_TAG; in emlxs_create_abort_xri_cn()
4049 wqe->un.Abort.Criteria = ABORT_XRI_TAG; in emlxs_create_abort_xri_cn()
4052 wqe->un.Abort.IA = 0; in emlxs_create_abort_xri_cn()
4105 wqe->un.Abort.Criteria = ABORT_XRI_TAG; in emlxs_create_abort_xri_cx()
4106 wqe->un.Abort.IA = 0; in emlxs_create_abort_xri_cx()
4165 wqe->un.Abort.Criteria = ABORT_REQ_TAG; in emlxs_create_close_xri_cn()
4168 wqe->un.Abort.Criteria = ABORT_XRI_TAG; in emlxs_create_close_xri_cn()
4171 wqe->un.Abort.IA = 1; in emlxs_create_close_xri_cn()
4224 wqe->un.Abort.Criteria = ABORT_XRI_TAG; in emlxs_create_close_xri_cx()
4225 wqe->un.Abort.IA = 1; in emlxs_create_close_xri_cx()
H A Demlxs_sli4.c4266 wqe->un.Abort.Criteria = ABORT_XRI_TAG; in emlxs_sli4_prep_fct_iocb()
4275 wqe->un.Abort.IA = 0; in emlxs_sli4_prep_fct_iocb()
4277 wqe->un.Abort.IA = 1; in emlxs_sli4_prep_fct_iocb()
/illumos-gate/usr/src/boot/forth/
H A Dbeastie.4th105 ." Loading Menu (Ctrl-C to Abort)" cr
H A Dloader.4th524 ." Loading Kernel and Modules (Ctrl-C to Abort)" cr
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca_disp.in756 desc = Master Abort
772 desc = Target Abort
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_queue.h805 ABORT_WQE Abort; /* Abort overlay */ member
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Dscr.ss139 ; send an Abort or Bus Device Reset message and wait for the disconnect
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in163 #define SQLITE_CONSTRAINT 19 /* Abort due to contraint violation */
594 #define SQLITE_DENY 1 /* Abort the SQL statement with an error */
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-dtrace-tests.p5m853 file path=opt/SUNWdtrt/tst/common/java_api/tst.Abort.ksh mode=0444
854 file path=opt/SUNWdtrt/tst/common/java_api/tst.Abort.ksh.out mode=0444
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt1747 1) Abort compiler if file specified by -fe option does not exist.
2459 2) Abort make on errors from any subcomponent. Chao Guan.