/titanic_41/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/
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/docsExamples/ |
H A D | ksyms.d | 47 self->watched = 1; 51 /self->watched/ 53 self->watched = 0; 57 /self->watched/
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | lwp_sobj.c | 1156 volatile int watched = 0; in lwp_mutex_timedlock() local 1237 watched = watch_disable_addr((caddr_t)lp, sizeof (*lp), S_WRITE); in lwp_mutex_timedlock() 1250 if (watched) { in lwp_mutex_timedlock() 1252 watched = 0; in lwp_mutex_timedlock() 1291 watched = watch_disable_addr((caddr_t)lp, sizeof (*lp), in lwp_mutex_timedlock() 1315 watched = watch_disable_addr((caddr_t)lp, sizeof (*lp), in lwp_mutex_timedlock() 1352 if (watched) in lwp_mutex_timedlock() 1487 volatile int watched = 0; in lwp_mutex_wakeup() local 1495 watched = watch_disable_addr((caddr_t)lp, sizeof (*lp), S_WRITE); in lwp_mutex_wakeup() 1543 if (watched) in lwp_mutex_wakeup() [all …]
|
/titanic_41/usr/src/uts/intel/ia32/os/ |
H A D | sendsig.c | 142 volatile int watched; in sendsig() local 237 watched = watch_disable_addr((caddr_t)sp, minstacksz, S_WRITE); in sendsig() 321 if (watched) in sendsig() 353 if (watched) in sendsig() 401 volatile int watched; in sendsig32() local 461 watched = watch_disable_addr((caddr_t)sp, minstacksz, S_WRITE); in sendsig32() 546 if (watched) in sendsig32() 571 if (watched) in sendsig32() 621 volatile int watched; in sendsig() local 680 watched = watch_disable_addr((caddr_t)sp, minstacksz, S_WRITE); in sendsig() [all …]
|
/titanic_41/usr/src/uts/common/os/ |
H A D | watchpoint.c | 1650 int watched, ret; in copyin_nowatch() local 1652 watched = watch_disable_addr(uaddr, len, S_READ); in copyin_nowatch() 1654 if (watched) in copyin_nowatch() 1663 int watched, ret; in copyout_nowatch() local 1665 watched = watch_disable_addr(uaddr, len, S_WRITE); in copyout_nowatch() 1667 if (watched) in copyout_nowatch() 1677 int watched, ret; in fuword64_nowatch() local 1679 watched = watch_disable_addr(addr, sizeof (*value), S_READ); in fuword64_nowatch() 1681 if (watched) in fuword64_nowatch() 1691 int watched, ret; in fuword32_nowatch() local [all …]
|
/titanic_41/usr/src/uts/sparc/v9/os/ |
H A D | v9dep.c | 632 int watched; in flush_user_windows_to_stack() local 669 watched = watch_disable_addr(sp, rwindow_size, S_WRITE); in flush_user_windows_to_stack() 712 if (watched) in flush_user_windows_to_stack() 907 volatile int watched = 0; in sendsig() local 1019 watched = watch_disable_addr((caddr_t)fp, SA(minstacksz), S_WRITE); in sendsig() 1155 if (watched) in sendsig() 1181 if (watched) in sendsig() 1238 volatile int watched = 0; in sendsig32() local 1349 watched = watch_disable_addr((caddr_t)fp, SA32(minstacksz), S_WRITE); in sendsig32() 1498 if (watched) in sendsig32() [all …]
|
/titanic_41/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()
|
/titanic_41/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()
|
/titanic_41/usr/src/uts/sparc/os/ |
H A D | syscall.c | 120 int watched; in xregrestore() local 122 watched = watch_disable_addr(rwp, rwinsize, S_WRITE); in xregrestore() 125 if (watched) in xregrestore()
|
/titanic_41/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 | 7076 int ret, watched; local 7078 watched = watch_disable_addr((void *)addr, VIS_BLOCKSIZE, S_WRITE); 7080 if (watched)
|
/titanic_41/usr/src/cmd/auditrecord/ |
H A D | audit_record_attr.txt | 1346 comment=name of the file/directory to be watched
|