/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestAbort.java | 35 static boolean aborted = false; field in class:TestAbort 65 aborted = false; 68 aborted = true; 83 if (!aborted) { 84 throw new IllegalStateException("consumer not aborted");
|
/illumos-gate/usr/src/cmd/th_tools/ |
H A D | th_script.sh | 60 # error is detected by the driver or until the errdef is aborted. 118 let aborted=0 119 trap ' (( aborted += 1 )) ' 16 134 (( aborted > 0 )) && break
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_getentctx.c | 166 * match, return the ctx if not aborted and not in use. 172 if (ret->aborted == 1 || ret->in_use == 1) 209 * been aborted. If so, return the getent context back to the pool. 215 int aborted; local 221 (me, "in_use = %d, aborted = %d\n", ctx->in_use, ctx->aborted); 227 aborted = ctx->aborted; 231 if (aborted == 1) { 233 (me, "getent session aborted, retur [all...] |
H A D | nscd_switch.h | 141 int aborted; member in struct:nscd_getent_context
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | anal.c | 117 bool_t aborted = FALSE; local 198 if (aborted || (fp->f_flags & F_STAT_ERROR)) { 203 fp->f_problem = aborted ? PROB_aborted : PROB_restat; 208 gettext(aborted ? V_suppressed 216 aborted = TRUE;
|
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_mcdi.c | 136 boolean_t aborted; local 158 aborted = efx_mcdi_request_abort(enp); 159 ASSERT(aborted);
|
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | device_info.c | 138 /** #TRUE if parsing of document have been aborted */ 139 dbus_bool_t aborted; member in struct:__anon109 882 pc->aborted = TRUE; 894 if (pc->aborted) 1092 if (pc->aborted) 1334 if (pc->aborted) 1425 parsing_context->aborted = FALSE;
|
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit.c | 988 * STMF has already asked for this task to be aborted 1592 * If the task has been aborted then we don't need to call STMF 1651 * If this task is aborted then we don't need to respond. 1791 boolean_t aborted; local 1794 aborted = itask->it_stmf_abort; 1801 if (!aborted) { 1813 boolean_t aborted; local 1816 aborted = itask->it_stmf_abort; 1823 if (!aborted) { 2865 * PDU. Otherwise we got aborted befor [all...] |
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | efx_mcdi.c | 563 boolean_t aborted; local 579 aborted = (emrp != NULL); 580 if (aborted) { 598 return (aborted); 742 * when we're completing an aborted request.
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_scsa.c | 2014 boolean_t aborted = B_FALSE; local 2040 aborted = B_TRUE; 2211 "%s: scsi_pkt 0x%p aborted for PHY %s; work = 0x%p", 2213 aborted = B_TRUE; 2299 if (aborted) { 2623 boolean_t aborted = B_FALSE; local 2715 "%s: scsi_pkt 0x%p aborted for PHY %s; work = 0x%p", 2717 aborted = B_TRUE; 2798 if (aborted) { 2954 * Command successfully aborted [all...] |
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/ |
H A D | oplmsu.c | 910 boolean_t aborted; local 926 aborted = B_FALSE; 943 aborted = B_TRUE; 958 if (aborted) {
|
/illumos-gate/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 1693 boolean_t aborted = B_FALSE; local 1705 aborted = B_TRUE; 1714 if (aborted) {
|
/illumos-gate/usr/src/uts/intel/io/scsi/adapters/pvscsi/ |
H A D | pvscsi.c | 597 /* Check if cmd was completed by the HBA before it could be aborted */ 619 dev_err(pvs->dip, CE_WARN, "!command %p aborted", (void *)cmd); 1116 pvscsi_cmd_t *done, *aborted; local 1126 pvscsi_abort_all(ap, pvs, &aborted, flags); 1140 pvscsi_complete_chained(aborted);
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | graph.c | 3094 boolean_t aborted = B_FALSE; local 3103 aborted = B_TRUE; 3111 aborted = B_TRUE; 3114 if (aborted) {
|
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/ |
H A D | nv_sata.c | 1723 "packets aborted running=%d", c_a); 1750 int aborted = 0, i, reset_once = B_FALSE; local 1803 aborted++; 1808 return (aborted);
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 535 u32_t aborted; member in struct:_lm_rx_statistics_t
|