Home
last modified time | relevance | path

Searched refs:TP_WATCHPT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4/ml/
H A Dgenconst.c88 printf("#define\tTP_WATCHPT 0x%x\n", TP_WATCHPT); in main()
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dgenassym.c96 printf("#define\tTP_WATCHPT 0x%x\n", TP_WATCHPT); in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h404 #define TP_WATCHPT 0x0400 /* process has watchpoints in effect */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dwatchpoint.c1612 t->t_proc_flag |= TP_WATCHPT; in watch_enable()
1619 t->t_proc_flag &= ~TP_WATCHPT; in watch_disable()