Home
last modified time | relevance | path

Searched refs:aborted (Results 1 – 25 of 63) sorted by relevance

123

/freebsd-9-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
DTestAbort.java37 static boolean aborted = false; field in TestAbort
67 aborted = false; in main()
70 aborted = true; in main()
85 if (!aborted) { in main()
/freebsd-9-stable/lib/libftpio/
Dftp.errors31 426 Connection closed; transfer aborted
33 451 Requested action aborted: local error in processing
43 551 Requested action aborted. Page type unknown
/freebsd-9-stable/lib/libfetch/
Dftp.errors31 426 ABORT Connection closed; transfer aborted
33 451 SERVER Requested action aborted: local error in processing
44 551 PROTO Requested action aborted. Page type unknown
/freebsd-9-stable/sys/dev/sfxge/
Dsfxge_mcdi.c101 boolean_t aborted; in sfxge_mcdi_poll() local
114 aborted = efx_mcdi_request_abort(enp); in sfxge_mcdi_poll()
115 KASSERT(aborted, ("abort failed")); in sfxge_mcdi_poll()
/freebsd-9-stable/libexec/save-entropy/
Dsave-entropy.sh68 Entropy file rotation is aborted.; exit 1; }
84 it will not be rotated. Entropy file rotation is aborted.
/freebsd-9-stable/sys/dev/sfxge/common/
Defx_mcdi.c682 boolean_t aborted; in efx_mcdi_request_abort() local
697 aborted = (emrp != NULL); in efx_mcdi_request_abort()
698 if (aborted) { in efx_mcdi_request_abort()
716 return (aborted); in efx_mcdi_request_abort()
/freebsd-9-stable/contrib/gdb/gdb/
Dgnu-nat.h60 int aborted:1; /* True if thread_abort has been called. */ member
Dgnu-nat.c307 proc->aborted = 0; in proc_update_sc()
325 if (!proc->aborted) in proc_abort()
346 proc->aborted = 1; in proc_abort()
360 int was_aborted = proc->aborted; in proc_get_state()
367 if (!was_aborted && proc->aborted) in proc_get_state()
563 proc->aborted = 0; in make_proc()
1308 && w->thread && !w->thread->aborted) in inf_signal()
1642 if (!thread->aborted) in S_exception_raise_request()
Di386gnu-nat.c218 int was_aborted = thread->aborted; in gnu_store_registers()
DPROBLEMS21 The command execution is not aborted, and the "QUIT" message confirming
/freebsd-9-stable/sys/dev/drm/
Dvia_dmablit.h51 int aborted; member
/freebsd-9-stable/sys/contrib/ngatm/netnatm/api/
Dcc_user.c150 user->aborted = 0; in cc_user_reset()
174 if (!user->aborted) { in cc_user_abort()
257 user->aborted = 0; in do_arrival()
1296 if (user->aborted) { in cc_user_sig_handle()
1359 if (user->aborted) { in cc_user_sig_handle()
1729 if (user->aborted) { in cc_user_sig_handle()
1772 if (user->aborted) { in cc_user_sig_handle()
Dcc_dump.c199 user->queue_act, user->accepted, user->aborted); in cc_dump_user()
Dccpriv.h498 u_int aborted; member
Dcc_conn.c504 u->aborted = 1; in cc_conn_abort()
1467 conn->user->aborted = 1; in cc_conn_sig_handle()
1532 conn->user->aborted = 1; in cc_conn_sig_handle()
/freebsd-9-stable/sys/gnu/fs/xfs/
Dxfs_log.c71 STATIC void xlog_state_do_callback(xlog_t *log,int aborted, xlog_in_core_t *iclog);
938 int aborted; in xlog_iodone() local
943 aborted = 0; in xlog_iodone()
965 aborted = XFS_LI_ABORTED; in xlog_iodone()
967 aborted = XFS_LI_ABORTED; in xlog_iodone()
969 xlog_state_done_syncing(iclog, aborted); in xlog_iodone()
2068 int aborted, in xlog_state_do_callback() argument
2202 cb->cb_func(cb->cb_arg, aborted); in xlog_state_do_callback()
2287 int aborted) in xlog_state_done_syncing() argument
2321 xlog_state_do_callback(log, aborted, iclog); /* also cleans log */ in xlog_state_done_syncing()
Dxfs_buf_item.c524 int aborted; in xfs_buf_item_unlock() local
543 aborted = (bip->bli_item.li_flags & XFS_LI_ABORTED) != 0; in xfs_buf_item_unlock()
554 if (!aborted) in xfs_buf_item_unlock()
Dxfs_trans.c1310 int aborted) in xfs_trans_chunk_committed() argument
1326 if (aborted) in xfs_trans_chunk_committed()
/freebsd-9-stable/contrib/ofed/management/opensm/libvendor/
Dosm_vendor_mlx.c513 goto aborted; in osm_vendor_send()
518 aborted: in osm_vendor_send()
/freebsd-9-stable/contrib/cvs/
DMINOR-BUGS27 cvs [init aborted]: cannot open CVS/Root: No such file or directory
DBUGS70 cvs [server aborted]: could not chdir to DB: No such file or directory
/freebsd-9-stable/contrib/ncurses/misc/
Dcmpdef.cmd126 * This is needed, at least, when `cmpdef.cmd' starts, because an aborted
Dmakedef.cmd171 * This is needed, at least, when `makedef.cmd' starts, because an aborted
/freebsd-9-stable/sys/dev/mfi/
Dmfi_tbolt.c1457 int aborted = 0; in mfi_sync_map_complete() local
1470 aborted = 1; in mfi_sync_map_complete()
1479 if (!aborted) in mfi_sync_map_complete()
/freebsd-9-stable/contrib/bzip2/
DCHANGES160 is aborted, for example
163 aborted, for example

123