Searched refs:watched (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/demo/struct/
H A Dksyms.d28 * When our strings(1) invocation starts a read(2), set a watched flag on
29 * the current thread. When the read(2) finishes, clear the watched flag.
35 self->watched = 1;
39 /self->watched/
41 self->watched = 0;
49 /self->watched/
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/docsExamples/
H A Dksyms.d47 self->watched = 1;
51 /self->watched/
53 self->watched = 0;
57 /self->watched/
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsendsig.c142 volatile int watched; local
237 watched = watch_disable_addr((caddr_t)sp, minstacksz, S_WRITE);
324 if (watched)
356 if (watched)
404 volatile int watched; local
464 watched = watch_disable_addr((caddr_t)sp, minstacksz, S_WRITE);
552 if (watched)
577 if (watched)
627 volatile int watched; local
686 watched
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c1160 volatile int watched = 0; local
1250 * below cannot be watched.
1253 watched = watch_disable_addr((caddr_t)lp, sizeof (*lp), S_WRITE);
1266 if (watched) {
1268 watched = 0;
1307 watched = watch_disable_addr((caddr_t)lp, sizeof (*lp),
1331 watched = watch_disable_addr((caddr_t)lp, sizeof (*lp),
1368 if (watched)
1503 volatile int watched = 0; local
1511 watched
1853 volatile int watched = 0; local
1917 volatile int watched = 0; local
1969 volatile int watched = 0; local
2037 volatile int watched = 0; local
2176 volatile int watched = 0; local
2351 volatile int watched = 0; local
2717 volatile int watched = 0; local
2884 volatile int watched = 0; local
2978 volatile int watched; local
3037 volatile int watched = 0; local
3144 volatile int watched = 0; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dwatchpoint.c232 * watched page list may have changed.
350 * Set the modified page protections on a watched page.
403 * No watched areas remain in this page.
476 * trap() calls here to determine if a fault is in a watched page.
526 * multiple watched areas. For example:
569 * If protections didn't match, check the next watched
786 * Copy the initial part, up to a watched address, if any.
803 * watched area before taking the watchpoint trap.
825 /* if we hit a watched address, do the watchpoint logic */
884 * Copy the initial part, up to a watched addres
1627 int watched, ret; local
1640 int watched, ret; local
1654 int watched, ret; local
1668 int watched, ret; local
1682 int watched, ret; local
1696 int watched, ret; local
[all...]
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dv9dep.c632 int watched; local
669 watched = watch_disable_addr(sp, rwindow_size, S_WRITE);
712 if (watched)
907 volatile int watched = 0; local
1019 watched = watch_disable_addr((caddr_t)fp, SA(minstacksz), S_WRITE);
1155 if (watched)
1181 if (watched)
1238 volatile int watched = 0; local
1349 watched = watch_disable_addr((caddr_t)fp, SA32(minstacksz), S_WRITE);
1498 if (watched)
[all...]
/illumos-gate/usr/src/uts/sparc/fs/proc/
H A Dprmachdep.c75 int prnwatch = 10000; /* maximum number of watched areas */
883 int watched; local
923 watched = watch_disable_addr(rwp, rw_size, S_READ);
954 if (watched)
1030 * falls in a watched page but is not a watchpoint.
1038 int watched; local
1044 watched = watch_disable_addr(addr, 16, rw);
1046 if (watched)
/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c1036 int ret, watched; local
1038 watched = watch_disable_addr((void *)addr, 4, S_WRITE);
1040 if (watched)
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c120 int watched; local
122 watched = watch_disable_addr(rwp, rwinsize, S_WRITE);
125 if (watched)
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c1731 int ret, watched; local
1733 watched = watch_disable_addr((void *)addr, VIS_BLOCKSIZE, S_WRITE);
1735 if (watched)
H A Dspitfire.c4473 int ret, watched; local
4475 watched = watch_disable_addr((void *)addr, VIS_BLOCKSIZE, S_WRITE);
4477 if (watched)
H A Dus3_common.c7076 int ret, watched; local
7078 watched = watch_disable_addr((void *)addr, VIS_BLOCKSIZE, S_WRITE);
7080 if (watched)

Completed in 92 milliseconds