Home
last modified time | relevance | path

Searched refs:TSTAT_OPT_NOGO (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c788 if (tstat_probe_area == NULL || (tstat_options & TSTAT_OPT_NOGO)) in trapstat_probe()
907 if (!(tstat_options & TSTAT_OPT_NOGO)) in trapstat_enable()
912 !(tstat_options & TSTAT_OPT_NOGO)) { in trapstat_enable()
953 if (!(tstat_options & TSTAT_OPT_NOGO)) in trapstat_disable()
960 !(tstat_options & TSTAT_OPT_NOGO)) { in trapstat_disable()
2306 return (trapstat_option(TSTAT_OPT_NOGO)); in trapstat_ioctl()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dtrapstat.h243 #define TSTAT_OPT_NOGO 0x0002 macro