/illumos-gate/usr/src/cmd/dtrace/demo/struct/ |
H A D | ksyms.d | 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 D | ksyms.d | 45 self->watched = 1; 49 /self->watched/ 51 self->watched = 0; 55 /self->watched/
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | lwp_sobj.c | 1159 volatile int watched = 0; in lwp_mutex_timedlock() local 1252 watched = watch_disable_addr((caddr_t)lp, sizeof (*lp), S_WRITE); in lwp_mutex_timedlock() 1265 if (watched) { in lwp_mutex_timedlock() 1267 watched = 0; in lwp_mutex_timedlock() 1306 watched = watch_disable_addr((caddr_t)lp, sizeof (*lp), in lwp_mutex_timedlock() 1330 watched = watch_disable_addr((caddr_t)lp, sizeof (*lp), in lwp_mutex_timedlock() 1367 if (watched) in lwp_mutex_timedlock() 1502 volatile int watched = 0; in lwp_mutex_wakeup() local 1510 watched = watch_disable_addr((caddr_t)lp, sizeof (*lp), S_WRITE); in lwp_mutex_wakeup() 1558 if (watched) in lwp_mutex_wakeup() [all …]
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | sendsig.c | 148 volatile int watched; in sendsig() local 255 watched = watch_disable_addr((caddr_t)sp, minstacksz, S_WRITE); in sendsig() 352 if (watched) in sendsig() 385 if (watched) in sendsig() 436 volatile int watched; in sendsig32() local 503 watched = watch_disable_addr((caddr_t)sp, minstacksz, S_WRITE); in sendsig32() 598 if (watched) in sendsig32() 624 if (watched) in sendsig32()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | watchpoint.c | 1626 int watched, ret; in copyin_nowatch() local 1628 watched = watch_disable_addr(uaddr, len, S_READ); in copyin_nowatch() 1630 if (watched) in copyin_nowatch() 1639 int watched, ret; in copyout_nowatch() local 1641 watched = watch_disable_addr(uaddr, len, S_WRITE); in copyout_nowatch() 1643 if (watched) in copyout_nowatch() 1653 int watched, ret; in fuword64_nowatch() local 1655 watched = watch_disable_addr(addr, sizeof (*value), S_READ); in fuword64_nowatch() 1657 if (watched) in fuword64_nowatch() 1667 int watched, ret; in fuword32_nowatch() local [all …]
|
/illumos-gate/usr/src/uts/sparc/v9/os/ |
H A D | v9dep.c | 633 int watched; in flush_user_windows_to_stack() local 670 watched = watch_disable_addr(sp, rwindow_size, S_WRITE); in flush_user_windows_to_stack() 713 if (watched) in flush_user_windows_to_stack() 908 volatile int watched = 0; in sendsig() local 1020 watched = watch_disable_addr((caddr_t)fp, SA(minstacksz), S_WRITE); in sendsig() 1156 if (watched) in sendsig() 1182 if (watched) in sendsig() 1239 volatile int watched = 0; in sendsig32() local 1350 watched = watch_disable_addr((caddr_t)fp, SA32(minstacksz), S_WRITE); in sendsig32() 1498 if (watched) in sendsig32() [all …]
|
/illumos-gate/usr/src/uts/sparc/fs/proc/ |
H A D | prmachdep.c | 883 int watched; in prstop() local 923 watched = watch_disable_addr(rwp, rw_size, S_READ); in prstop() 954 if (watched) in prstop() 1038 int watched; in pr_watch_emul() local 1044 watched = watch_disable_addr(addr, 16, rw); in pr_watch_emul() 1046 if (watched) in pr_watch_emul()
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | syscall.c | 119 int watched; in xregrestore() local 121 watched = watch_disable_addr(rwp, rwinsize, S_WRITE); in xregrestore() 124 if (watched) in xregrestore()
|
/illumos-gate/usr/src/uts/sun4v/os/ |
H A D | mach_cpu_states.c | 1036 int ret, watched; in dtrace_blksuword32_err() local 1038 watched = watch_disable_addr((void *)addr, 4, S_WRITE); in dtrace_blksuword32_err() 1040 if (watched) in dtrace_blksuword32_err()
|
/illumos-gate/usr/src/test/util-tests/tests/awk/tests/ |
H A D | T.misc | 22 echo T.misc: miscellaneous buglets now watched for
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | opl_olympus.c | 1731 int ret, watched; local 1733 watched = watch_disable_addr((void *)addr, VIS_BLOCKSIZE, S_WRITE); 1735 if (watched)
|
H A D | spitfire.c | 4473 int ret, watched; in dtrace_blksuword32_err() local 4475 watched = watch_disable_addr((void *)addr, VIS_BLOCKSIZE, S_WRITE); in dtrace_blksuword32_err() 4477 if (watched) in dtrace_blksuword32_err()
|
H A D | us3_common.c | 7077 int ret, watched; local 7079 watched = watch_disable_addr((void *)addr, VIS_BLOCKSIZE, S_WRITE); 7081 if (watched)
|
/illumos-gate/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 1383 comment=name of the file/directory to be watched
|