Home
last modified time | relevance | path

Searched refs:KIOCABORTENABLE (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dkbio.h203 #define KIOCABORTENABLE 1 /* Enable BREAK Signal Aborts */ macro
/titanic_50/usr/src/uts/common/os/
H A Dspace.c258 int abort_enable = KIOCABORTENABLE;
/titanic_50/usr/src/cmd/kbd/
H A Dkbd.c554 enable = KIOCABORTENABLE; in abort_enable()
/titanic_50/usr/src/uts/sun4v/io/
H A Dqcn.c1174 if (abort_enable != KIOCABORTENABLE) in qcn_receive_getchr()
/titanic_50/usr/src/uts/common/xen/io/
H A Dxencons.c600 if ((abort_enable == KIOCABORTENABLE) && (xcp->flags & ASY_CONSOLE)) { in xencons_rxint()
/titanic_50/usr/src/uts/sun4/io/
H A Dsu_driver.c1648 ((abort_enable == KIOCABORTENABLE) && in asyintr()