HomeSort by: relevance | last modified time | path
    Searched defs:aborted (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
gnu-nat.h 76 int aborted:1; /* True if thread_abort has been called. */ member in struct:proc
151 makes sure that the thread is stopped and aborted first, and sets
completer.c 123 /* Whether the current completion was aborted. */
124 bool aborted = false; member in struct:gdb_completer_state
2396 current_completion.aborted = false;
2406 current_completion.aborted = true;
2865 /* If the handle_brkchars phase was aborted, don't try
2867 if (current_completion.aborted)
  /src/external/gpl3/gdb/dist/gdb/
gnu-nat.h 76 int aborted:1; /* True if thread_abort has been called. */ member in struct:proc
151 makes sure that the thread is stopped and aborted first, and sets
completer.c 123 /* Whether the current completion was aborted. */
124 bool aborted = false; member in struct:gdb_completer_state
2396 current_completion.aborted = false;
2406 current_completion.aborted = true;
2865 /* If the handle_brkchars phase was aborted, don't try
2867 if (current_completion.aborted)
  /src/tests/kernel/
t_time_arith.c 344 volatile bool aborted = true; local
366 aborted = false;
372 ATF_CHECK_MSG(aborted,
377 ATF_CHECK_MSG(!aborted, "[%u] raised signal %d: %s", i,
  /src/sys/external/bsd/drm2/dist/drm/via/
via_dmablit.h 65 int aborted; member in struct:_drm_via_sg_info
  /src/games/larn/
data.c 173 char aborted[] = " aborted"; variable
  /src/sys/dev/ic/
mfi.c 3464 bool aborted = !sc->sc_running; local
3473 aborted = true;
3479 if (!aborted) {
aic79xx.c 2314 int aborted; local
2316 aborted = 0;
2325 aborted = ahd_abort_scbs(ahd, target, 'A',
2338 printf("Unexpected busfree %s, %d SCBs aborted, "
2341 aborted,
2419 "%d SCBs aborted\n", ahd_name(ahd), 'A', found);
5050 printf("%s: %s on %c:%d. %d SCBs aborted\n", ahd_name(ahd),
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 4069 bool aborted = false; local
4091 aborted = true;
4098 aborted = true;
4101 if (aborted) {
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 3266 * aborted that could have succeeded, if the other fetch had returned an
3858 bool aborted = false; local
3877 aborted = true;
3884 aborted = true;
3887 if (aborted) {
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 5635 * EVENT_DFS_CAC_ABORTED - Notify that channel availability check has been aborted
5801 * EVENT_CCA_ABORTED_NOTIFY - Notification that CCA has aborted
6418 * @aborted: Whether the scan was aborted
6436 int aborted; member in struct:wpa_event_data::scan_info

Completed in 47 milliseconds