| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-epilogue-begin.c | 26 watch (void) function 27 { /* watch start */ 30 int local = 0; /* watch prologue */ 34 local = 1; /* watch assign */ 37 local = 2; /* watch reassign */ 38 asm ("watch_end: .global watch_end"); /* watch end */ 47 watch (); /* main function call */
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/ |
| pending.c | 22 int watch = 0; variable
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| dw2-epilogue-begin.c | 26 watch (void) function 27 { /* watch start */ 30 int local = 0; /* watch prologue */ 34 local = 1; /* watch assign */ 37 local = 2; /* watch reassign */ 38 asm ("watch_end: .global watch_end"); /* watch end */ 47 watch (); /* main function call */
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| pending.c | 22 int watch = 0; variable
|
| /src/sys/ddb/ |
| db_watch.c | 71 db_watchpoint_t watch; local 73 if ((watch = db_free_watchpoints) != 0) { 74 db_free_watchpoints = watch->link; 75 return (watch); 81 watch = db_next_free_watchpoint; 84 return (watch); 88 db_watchpoint_free(db_watchpoint_t watch) 90 watch->link = db_free_watchpoints; 91 db_free_watchpoints = watch; 97 db_watchpoint_t watch; local 135 db_watchpoint_t watch; local 155 db_watchpoint_t watch; local 211 db_watchpoint_t watch; local [all...] |
| /src/external/bsd/tmux/dist/compat/ |
| systemd.c | 86 struct systemd_job_watch *watch = userdata; local 92 if (watch->path == NULL) 99 if (strcmp(path, watch->path) == 0) 100 watch->done = 1; 118 struct systemd_job_watch watch = {}; local 137 &watch); 275 r = sd_bus_message_read(reply, "o", &watch.path); 282 while (!watch.done) {
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-watch.c | 52 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local 54 / (watch->nr_interrupts + 1)); 63 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local 65 % (watch->nr_interrupts + 1)); 74 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local 75 return ((type * (watch->nr_interrupts + 1)) 88 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local 89 sim_watch_point **entry = &watch->points; 131 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local 134 else if (interrupt_nr >= watch->nr_interrupts 144 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local 206 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local 229 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local 350 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local 392 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local [all...] |
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-watch.c | 52 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local 54 / (watch->nr_interrupts + 1)); 63 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local 65 % (watch->nr_interrupts + 1)); 74 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local 75 return ((type * (watch->nr_interrupts + 1)) 88 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local 89 sim_watch_point **entry = &watch->points; 131 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local 134 else if (interrupt_nr >= watch->nr_interrupts 144 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local 206 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local 229 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local 350 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local 392 sim_watchpoints *watch = STATE_WATCHPOINTS (sd); local [all...] |
| /src/external/gpl2/xcvs/dist/src/ |
| watch.c | 1 /* Implementation for "cvs watch add", "cvs watchers", and related commands 13 __RCSID("$NetBSD: watch.c,v 1.3 2016/05/17 14:00:09 christos Exp $"); 18 #include "watch.h" 109 /* Copy over existing watch types, except those to be removed. */ 163 /* Copy over any unrecognized watch types, for future 175 /* Add in new watch types. */ 347 new watch types and client is still running an old version. */ 360 "watch-add\012" : "watch-remove\012", 399 watch (int argc, char **argv function [all...] |
| /src/sys/arch/xen/xenbus/ |
| xenbus_xs.c | 69 /* Queued watch events. */ 74 } watch; member in union:xs_stored_msg::__anon2262 94 /* List of pending watch callback events, and a lock to protect it. */ 599 /* Register callback to watch this node. */ 601 register_xenbus_watch(struct xenbus_watch *watch) 604 char token[sizeof(watch) * 2 + 1]; 607 snprintf(token, sizeof(token), "%lX", (long)watch); 611 SLIST_INSERT_HEAD(&watches, watch, watch_next); 614 err = xs_watch(watch->node, token); 619 SLIST_REMOVE(&watches, watch, xenbus_watch, watch_next) 675 struct xenbus_watch *watch; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| linux-mips-low.cc | 24 #include "nat/mips-linux-watch.h" 222 /* -1 if the kernel and/or CPU do not support watch registers. 229 /* Cached watch register read values. */ 237 /* The current set of watch register values for writing the 374 /* Mark the watch registers of lwp, represented by ENTRY, as changed. */ 386 we can update its watch registers. */ 412 Mark the watch registers as changed, so the threads' copies will 496 low_prepare_to_resume. If the watch regs have changed, update the 508 /* Only update the watch registers if we have set or unset a 512 /* Write the mirrored watch register values. * 692 struct mips_watchpoint *watch; local [all...] |
| linux-arm-low.cc | 177 /* Enum describing the different types of ARM hardware break-/watch-points. */ 189 /* Structure used to keep track of hardware break-/watch-points. */ 194 /* Control register for break-/watch- point. */ 442 /* Initialize an ARM hardware break-/watch-point control register value. 444 type of break-/watch-point; ENABLE indicates whether the point is enabled. 479 /* Are two break-/watch-points equal? */ 568 /* Callback to mark a watch-/breakpoint to be updated in all threads of 572 update_registers_callback (thread_info *thread, int watch, int i) 578 if (watch) 613 int watch, i, count local 658 int watch, i, count; local [all...] |
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-mips-low.cc | 24 #include "nat/mips-linux-watch.h" 222 /* -1 if the kernel and/or CPU do not support watch registers. 229 /* Cached watch register read values. */ 237 /* The current set of watch register values for writing the 374 /* Mark the watch registers of lwp, represented by ENTRY, as changed. */ 386 we can update its watch registers. */ 412 Mark the watch registers as changed, so the threads' copies will 496 low_prepare_to_resume. If the watch regs have changed, update the 508 /* Only update the watch registers if we have set or unset a 512 /* Write the mirrored watch register values. * 692 struct mips_watchpoint *watch; local [all...] |
| linux-arm-low.cc | 177 /* Enum describing the different types of ARM hardware break-/watch-points. */ 189 /* Structure used to keep track of hardware break-/watch-points. */ 194 /* Control register for break-/watch- point. */ 442 /* Initialize an ARM hardware break-/watch-point control register value. 444 type of break-/watch-point; ENABLE indicates whether the point is enabled. 479 /* Are two break-/watch-points equal? */ 568 /* Callback to mark a watch-/breakpoint to be updated in all threads of 572 update_registers_callback (thread_info *thread, int watch, int i) 578 if (watch) 613 int watch, i, count local 658 int watch, i, count; local [all...] |
| /src/external/apache2/mDNSResponder/dist/Clients/srputil/ |
| srputil.c | 759 bool watch = false; variable 1111 } else if (!strcmp(argv[i], "watch")) {
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| procfs.c | 1534 char watch[sizeof (prwatch_t)]; member in struct:__anon294 1545 memcpy (arg.watch, &pwatch, sizeof (prwatch_t));
|
| /src/external/gpl3/gdb/dist/gdb/ |
| procfs.c | 1534 char watch[sizeof (prwatch_t)]; member in struct:__anon401 1545 memcpy (arg.watch, &pwatch, sizeof (prwatch_t));
|
| /src/external/bsd/ntp/dist/ntpd/ |
| refclock_wwv.c | 166 * Watchcat timeouts (watch) 523 int watch; /* watchcat */ member in struct:wwvunit 1162 up->watch++; 1172 up->watch = 0; 1193 * sync epoch is zero. Watch out for the first second; if 1212 up->watch = 0; 1351 if (up->watch > ACQSN) 1887 if (up->watch > PANIC) { 1892 if (up->watch > SYNCH) { 1896 } else if (up->watch > DATA) [all...] |